Color Hex Logo

#aa4417 Color Hex

#AA4417
(170,68,23)
0 Favorites   0 Comments

Color spaces of #aa4417

RGB 1706823
HSL0.050.760.38
HSV18°86°67°
CMYK 0.000.600.86   0.33
XYZ18.799312.74222.2793
Yxy12.74220.55590.3768
Hunter Lab35.696231.538121.2015
CIE-Lab42.372239.716245.5216

#aa4417 color RGB value is (170,68,23).

#aa4417 hex color red value is 170, green value is 68 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #aa4417 hue: 0.05 , saturation: 0.76 and the lightness value of aa4417 is 0.38.

The process color (four color CMYK) of #aa4417 color hex is 0.00, 0.60, 0.86, 0.33. Web safe color of #aa4417 is #993300. Color #aa4417 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 00010111
Octal 252 104 27
Decimal 170 68 23
Hex AA 44 17

RGB Percentages of Color #aa4417

%65.13
%26.05
%8.81

CMYK Percentages of Color #aa4417

%0
%60
%86
%33

Triadic Colors of #aa4417

#aa4417 #17aa44 #4417aa

Analogous Colors of #aa4417

#aa4417 #aa8e17 #aa1734

Monochromatic Colors of #aa4417

#aa4417

Complementary Color

#aa4417 #177daa

#aa4417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4417 Color CSS Codes

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

#aa4417 Text Font Color

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

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


#aa4417 Background Color

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

This div background color is #aa4417


#aa4417 Border Color

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

This div border color is #aa4417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4417


Comments

No comments written yet.

Please login to write comment.