Color Hex Logo

#aa5715 Color Hex

#AA5715
(170,87,21)
0 Favorites   0 Comments

Color spaces of #aa5715

RGB 1708721
HSL0.070.780.37
HSV27°88°67°
CMYK 0.000.490.88   0.33
XYZ20.121115.41662.6247
Yxy15.41660.52720.4040
Hunter Lab39.264022.761623.5214
CIE-Lab46.199629.892549.4661

#aa5715 color RGB value is (170,87,21).

#aa5715 hex color red value is 170, green value is 87 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #aa5715 hue: 0.07 , saturation: 0.78 and the lightness value of aa5715 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010111 00010101
Octal 252 127 25
Decimal 170 87 21
Hex AA 57 15

RGB Percentages of Color #aa5715

%61.15
%31.29
%7.55

CMYK Percentages of Color #aa5715

%0
%49
%88
%33

Triadic Colors of #aa5715

#aa5715 #15aa57 #5715aa

Analogous Colors of #aa5715

#aa5715 #aaa215 #aa151e

Monochromatic Colors of #aa5715

#aa5715

Complementary Color

#aa5715 #1568aa

#aa5715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5715 Color CSS Codes

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

#aa5715 Text Font Color

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

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


#aa5715 Background Color

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

This div background color is #aa5715


#aa5715 Border Color

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

This div border color is #aa5715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5715


Comments

No comments written yet.

Please login to write comment.