Color Hex Logo

#aa600e Color Hex

#AA600E
(170,96,14)
0 Favorites   0 Comments

Color spaces of #aa600e

RGB 1709614
HSL0.090.850.36
HSV32°92°67°
CMYK 0.000.440.92   0.33
XYZ20.839716.94352.5875
Yxy16.94350.51620.4197
Hunter Lab41.162518.336525.0867
CIE-Lab48.188824.824553.1700

#aa600e color RGB value is (170,96,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100000 00001110
Octal 252 140 16
Decimal 170 96 14
Hex AA 60 E

RGB Percentages of Color #aa600e

%60.71
%34.29
%5.00

CMYK Percentages of Color #aa600e

%0
%44
%92
%33

Triadic Colors of #aa600e

#aa600e #0eaa60 #600eaa

Analogous Colors of #aa600e

#aa600e #a6aa0e #aa120e

Monochromatic Colors of #aa600e

#aa600e

Complementary Color

#aa600e #0e58aa

#aa600e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa600e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa600e Color CSS Codes

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

#aa600e Text Font Color

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

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


#aa600e Background Color

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

This div background color is #aa600e


#aa600e Border Color

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

This div border color is #aa600e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa600e


Comments

No comments written yet.

Please login to write comment.