color codes Logo

#aaa93b color codes

#AAA93B
(170,169,59)
0 Favorites   0 Comments

Color spaces of #aaa93b

RGB 17016959
HSL0.170.480.45
HSV59°65°67°
CMYK 0.000.010.65   0.33
XYZ31.554937.23779.6622
Yxy37.23770.40220.4746
Hunter Lab61.0227-14.487233.3280
CIE-Lab67.4550-13.504554.6803

#aaa93b color RGB value is (170,169,59).

#aaa93b hex color red value is 170, green value is 169 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #aaa93b hue: 0.17 , saturation: 0.48 and the lightness value of aaa93b is 0.45.

The process color (four color CMYK) of #aaa93b color code is 0.00, 0.01, 0.65, 0.33. Web safe color of #aaa93b is #999933. Color #aaa93b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 00111011
Octal 252 251 73
Decimal 170 169 59
Hex AA A9 3B

RGB Percentages of Color #aaa93b

%42.71
%42.46
%14.82

CMYK Percentages of Color #aaa93b

%0
%1
%65
%33

Triadic Colors of #aaa93b

#aaa93b #3baaa9 #a93baa

Analogous Colors of #aaa93b

#aaa93b #74aa3b #aa723b

Monochromatic Colors of #aaa93b

#aaa93b

Complementary Color

#aaa93b #3b3caa

#aaa93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa93b Color CSS Codes

.mybgcolor {background-color:#aaa93b; } 
.myforecolor {color:#aaa93b; }
.mybordercolor {border:3px solid #aaa93b; }

#aaa93b Text Font Color

<p style="color:#aaa93b">Text here</p>

This sample text font color is #aaa93b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aaa93b Background Color

<div style="background-color:#aaa93b">
Div content here</div>

This div background color is #aaa93b


#aaa93b Border Color

<div style="border:3px solid #aaa93b">
Div here</div>

This div border color is #aaa93b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,169,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaa93b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaa93b;
  -webkit-box-shadow: 1px 1px 3px 2px #aaa93b;
  box-shadow:         1px 1px 3px 2px #aaa93b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,169,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aaa93b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa93b;
  -webkit-box-shadow: 1px 1px 3px 2px #aaa93b;
  box-shadow:         1px 1px 3px 2px #aaa93b;">
Div content here</div>

This div box has shadow with color #aaa93b


Comments

No comments written yet.

Please login to write comment.