Color Hex Logo

#aa6716 Color Hex

#AA6716
(170,103,22)
0 Favorites   0 Comments

Color spaces of #aa6716

RGB 17010322
HSL0.090.770.38
HSV33°87°67°
CMYK 0.000.390.87   0.33
XYZ21.572618.30453.1552
Yxy18.30450.50130.4254
Hunter Lab42.783815.132425.5761
CIE-Lab49.863421.100252.1268

#aa6716 color RGB value is (170,103,22).

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

The process color (four color CMYK) of #aa6716 color hex is 0.00, 0.39, 0.87, 0.33. Web safe color of #aa6716 is #996600. Color #aa6716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100111 00010110
Octal 252 147 26
Decimal 170 103 22
Hex AA 67 16

RGB Percentages of Color #aa6716

%57.63
%34.92
%7.46

CMYK Percentages of Color #aa6716

%0
%39
%87
%33

Triadic Colors of #aa6716

#aa6716 #16aa67 #6716aa

Analogous Colors of #aa6716

#aa6716 #a3aa16 #aa1d16

Monochromatic Colors of #aa6716

#aa6716

Complementary Color

#aa6716 #1659aa

#aa6716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6716 Color CSS Codes

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

#aa6716 Text Font Color

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

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


#aa6716 Background Color

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

This div background color is #aa6716


#aa6716 Border Color

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

This div border color is #aa6716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6716


Comments

No comments written yet.

Please login to write comment.