Color Hex Logo

#aa6417 Color Hex

#AA6417
(170,100,23)
0 Favorites   0 Comments

Color spaces of #aa6417

RGB 17010023
HSL0.090.760.38
HSV31°86°67°
CMYK 0.000.410.86   0.33
XYZ21.289417.72233.1093
Yxy17.72230.50540.4207
Hunter Lab42.097916.598425.0894
CIE-Lab49.157522.802151.2092

#aa6417 color RGB value is (170,100,23).

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

The process color (four color CMYK) of #aa6417 color hex is 0.00, 0.41, 0.86, 0.33. Web safe color of #aa6417 is #996600. Color #aa6417 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100100 00010111
Octal 252 144 27
Decimal 170 100 23
Hex AA 64 17

RGB Percentages of Color #aa6417

%58.02
%34.13
%7.85

CMYK Percentages of Color #aa6417

%0
%41
%86
%33

Triadic Colors of #aa6417

#aa6417 #17aa64 #6417aa

Analogous Colors of #aa6417

#aa6417 #a7aa17 #aa1a17

Monochromatic Colors of #aa6417

#aa6417

Complementary Color

#aa6417 #175daa

#aa6417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6417 Color CSS Codes

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

#aa6417 Text Font Color

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

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


#aa6417 Background Color

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

This div background color is #aa6417


#aa6417 Border Color

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

This div border color is #aa6417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6417


Comments

No comments written yet.

Please login to write comment.