Color Hex Logo

#aa570a Color Hex

#AA570A
(170,87,10)
0 Favorites   0 Comments

Color spaces of #aa570a

RGB 1708710
HSL0.080.890.35
HSV29°94°67°
CMYK 0.000.490.94   0.33
XYZ20.040515.38442.2004
Yxy15.38440.53260.4089
Hunter Lab39.223022.562324.1299
CIE-Lab46.156329.680952.6893

#aa570a color RGB value is (170,87,10).

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

The process color (four color CMYK) of #aa570a color hex is 0.00, 0.49, 0.94, 0.33. Web safe color of #aa570a is #996600. Color #aa570a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010111 00001010
Octal 252 127 12
Decimal 170 87 10
Hex AA 57 A

RGB Percentages of Color #aa570a

%63.67
%32.58
%3.75

CMYK Percentages of Color #aa570a

%0
%49
%94
%33

Triadic Colors of #aa570a

#aa570a #0aaa57 #570aaa

Analogous Colors of #aa570a

#aa570a #aaa70a #aa0a0d

Monochromatic Colors of #aa570a

#aa570a

Complementary Color

#aa570a #0a5daa

#aa570a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa570a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa570a Color CSS Codes

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

#aa570a Text Font Color

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

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


#aa570a Background Color

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

This div background color is #aa570a


#aa570a Border Color

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

This div border color is #aa570a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa570a


Comments

No comments written yet.

Please login to write comment.