Color Hex Logo

#aa840e Color Hex

#AA840E
(170,132,14)
0 Favorites   0 Comments

Color spaces of #aa840e

RGB 17013214
HSL0.130.850.36
HSV45°92°67°
CMYK 0.000.220.92   0.33
XYZ24.908125.08033.9436
Yxy25.08030.46180.4650
Hunter Lab50.08021.139030.3873
CIE-Lab57.15364.649059.9549

#aa840e color RGB value is (170,132,14).

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

The process color (four color CMYK) of #aa840e color hex is 0.00, 0.22, 0.92, 0.33. Web safe color of #aa840e is #999900. Color #aa840e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 00001110
Octal 252 204 16
Decimal 170 132 14
Hex AA 84 E

RGB Percentages of Color #aa840e

%53.80
%41.77
%4.43

CMYK Percentages of Color #aa840e

%0
%22
%92
%33

Triadic Colors of #aa840e

#aa840e #0eaa84 #840eaa

Analogous Colors of #aa840e

#aa840e #82aa0e #aa360e

Monochromatic Colors of #aa840e

#aa840e

Complementary Color

#aa840e #0e34aa

#aa840e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa840e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa840e Color CSS Codes

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

#aa840e Text Font Color

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

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


#aa840e Background Color

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

This div background color is #aa840e


#aa840e Border Color

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

This div border color is #aa840e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa840e


Comments

No comments written yet.

Please login to write comment.