Color Hex Logo

#aa800a Color Hex

#AA800A
(170,128,10)
0 Favorites   0 Comments

Color spaces of #aa800a

RGB 17012810
HSL0.120.890.35
HSV44°94°67°
CMYK 0.000.250.94   0.33
XYZ24.351524.00633.6374
Yxy24.00630.46830.4617
Hunter Lab48.99622.972529.8958
CIE-Lab56.09416.814459.8872

#aa800a color RGB value is (170,128,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 00001010
Octal 252 200 12
Decimal 170 128 10
Hex AA 80 A

RGB Percentages of Color #aa800a

%55.19
%41.56
%3.25

CMYK Percentages of Color #aa800a

%0
%25
%94
%33

Triadic Colors of #aa800a

#aa800a #0aaa80 #800aaa

Analogous Colors of #aa800a

#aa800a #84aa0a #aa300a

Monochromatic Colors of #aa800a

#aa800a

Complementary Color

#aa800a #0a34aa

#aa800a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa800a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa800a Color CSS Codes

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

#aa800a Text Font Color

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

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


#aa800a Background Color

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

This div background color is #aa800a


#aa800a Border Color

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

This div border color is #aa800a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,128,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 #aa800a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa800a


Comments

No comments written yet.

Please login to write comment.