Color Hex Logo

#aaa90b Color Hex

#AAA90B
(170,169,11)
0 Favorites   0 Comments

Color spaces of #aaa90b

RGB 17016911
HSL0.170.880.35
HSV60°94°67°
CMYK 0.000.010.94   0.33
XYZ30.825936.94615.8232
Yxy36.94610.41890.5020
Hunter Lab60.7833-15.845536.8682
CIE-Lab67.2366-15.250168.1589

#aaa90b color RGB value is (170,169,11).

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

The process color (four color CMYK) of #aaa90b color hex is 0.00, 0.01, 0.94, 0.33. Web safe color of #aaa90b is #999900. Color #aaa90b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 00001011
Octal 252 251 13
Decimal 170 169 11
Hex AA A9 B

RGB Percentages of Color #aaa90b

%48.57
%48.29
%3.14

CMYK Percentages of Color #aaa90b

%0
%1
%94
%33

Triadic Colors of #aaa90b

#aaa90b #0baaa9 #a90baa

Analogous Colors of #aaa90b

#aaa90b #5baa0b #aa5a0b

Monochromatic Colors of #aaa90b

#aaa90b

Complementary Color

#aaa90b #0b0caa

#aaa90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa90b Color CSS Codes

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

#aaa90b Text Font Color

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

This sample text font color is #aaa90b
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.


#aaa90b Background Color

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

This div background color is #aaa90b


#aaa90b Border Color

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

This div border color is #aaa90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa90b


Comments

No comments written yet.

Please login to write comment.