Color Hex Logo

#aa5709 Color Hex

#AA5709
(170,87,9)
0 Favorites   0 Comments

Color spaces of #aa5709

RGB 170879
HSL0.080.900.35
HSV29°95°67°
CMYK 0.000.490.95   0.33
XYZ20.035115.38222.1715
Yxy15.38220.53300.4092
Hunter Lab39.220122.549124.1714
CIE-Lab46.153329.666952.9237

#aa5709 color RGB value is (170,87,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010111 00001001
Octal 252 127 11
Decimal 170 87 9
Hex AA 57 9

RGB Percentages of Color #aa5709

%63.91
%32.71
%3.38

CMYK Percentages of Color #aa5709

%0
%49
%95
%33

Triadic Colors of #aa5709

#aa5709 #09aa57 #5709aa

Analogous Colors of #aa5709

#aa5709 #aaa809 #aa090b

Monochromatic Colors of #aa5709

#aa5709

Complementary Color

#aa5709 #095caa

#aa5709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5709 Color CSS Codes

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

#aa5709 Text Font Color

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

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


#aa5709 Background Color

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

This div background color is #aa5709


#aa5709 Border Color

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

This div border color is #aa5709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5709


Comments

No comments written yet.

Please login to write comment.