Color Hex Logo

#aa9f0a Color Hex

#AA9F0A
(170,159,10)
0 Favorites   0 Comments

Color spaces of #aa9f0a

RGB 17015910
HSL0.160.890.35
HSV56°94°67°
CMYK 0.000.060.94   0.33
XYZ29.030533.36425.1970
Yxy33.36420.42950.4936
Hunter Lab57.7618-11.370735.0987
CIE-Lab64.4547-10.062666.1667

#aa9f0a color RGB value is (170,159,10).

#aa9f0a hex color red value is 170, green value is 159 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aa9f0a hue: 0.16 , saturation: 0.89 and the lightness value of aa9f0a is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011111 00001010
Octal 252 237 12
Decimal 170 159 10
Hex AA 9F A

RGB Percentages of Color #aa9f0a

%50.15
%46.90
%2.95

CMYK Percentages of Color #aa9f0a

%0
%6
%94
%33

Triadic Colors of #aa9f0a

#aa9f0a #0aaa9f #9f0aaa

Analogous Colors of #aa9f0a

#aa9f0a #65aa0a #aa4f0a

Monochromatic Colors of #aa9f0a

#aa9f0a

Complementary Color

#aa9f0a #0a15aa

#aa9f0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9f0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9f0a Color CSS Codes

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

#aa9f0a Text Font Color

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

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


#aa9f0a Background Color

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

This div background color is #aa9f0a


#aa9f0a Border Color

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

This div border color is #aa9f0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9f0a


Comments

No comments written yet.

Please login to write comment.