Color Hex Logo

#aa890e Color Hex

#AA890E
(170,137,14)
0 Favorites   0 Comments

Color spaces of #aa890e

RGB 17013714
HSL0.130.850.36
HSV47°92°67°
CMYK 0.000.190.92   0.33
XYZ25.602526.46914.1751
Yxy26.46910.45520.4706
Hunter Lab51.4481-1.206031.2022
CIE-Lab58.47971.879360.9709

#aa890e color RGB value is (170,137,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001001 00001110
Octal 252 211 16
Decimal 170 137 14
Hex AA 89 E

RGB Percentages of Color #aa890e

%52.96
%42.68
%4.36

CMYK Percentages of Color #aa890e

%0
%19
%92
%33

Triadic Colors of #aa890e

#aa890e #0eaa89 #890eaa

Analogous Colors of #aa890e

#aa890e #7daa0e #aa3b0e

Monochromatic Colors of #aa890e

#aa890e

Complementary Color

#aa890e #0e2faa

#aa890e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa890e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa890e Color CSS Codes

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

#aa890e Text Font Color

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

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


#aa890e Background Color

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

This div background color is #aa890e


#aa890e Border Color

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

This div border color is #aa890e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa890e


Comments

No comments written yet.

Please login to write comment.