Color Hex Logo

#aa660e Color Hex

#AA660E
(170,102,14)
0 Favorites   0 Comments

Color spaces of #aa660e

RGB 17010214
HSL0.090.850.36
HSV34°92°67°
CMYK 0.000.400.92   0.33
XYZ21.408218.08052.7770
Yxy18.08050.50650.4278
Hunter Lab42.521215.457625.8927
CIE-Lab49.593621.486354.2213

#aa660e color RGB value is (170,102,14).

#aa660e hex color red value is 170, green value is 102 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aa660e hue: 0.09 , saturation: 0.85 and the lightness value of aa660e is 0.36.

The process color (four color CMYK) of #aa660e color hex is 0.00, 0.40, 0.92, 0.33. Web safe color of #aa660e is #996600. Color #aa660e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 00001110
Octal 252 146 16
Decimal 170 102 14
Hex AA 66 E

RGB Percentages of Color #aa660e

%59.44
%35.66
%4.90

CMYK Percentages of Color #aa660e

%0
%40
%92
%33

Triadic Colors of #aa660e

#aa660e #0eaa66 #660eaa

Analogous Colors of #aa660e

#aa660e #a0aa0e #aa180e

Monochromatic Colors of #aa660e

#aa660e

Complementary Color

#aa660e #0e52aa

#aa660e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa660e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa660e Color CSS Codes

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

#aa660e Text Font Color

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

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


#aa660e Background Color

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

This div background color is #aa660e


#aa660e Border Color

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

This div border color is #aa660e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa660e

#aa660e Color Palettes


Comments

No comments written yet.

Please login to write comment.