Color Hex Logo

#aa990e Color Hex

#AA990E
(170,153,14)
0 Favorites   0 Comments

Color spaces of #aa990e

RGB 17015314
HSL0.150.850.36
HSV53°92°67°
CMYK 0.000.100.92   0.33
XYZ28.048131.36024.9903
Yxy31.36020.43550.4870
Hunter Lab56.0002-8.597333.9167
CIE-Lab62.8105-6.817564.3067

#aa990e color RGB value is (170,153,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 00001110
Octal 252 231 16
Decimal 170 153 14
Hex AA 99 E

RGB Percentages of Color #aa990e

%50.45
%45.40
%4.15

CMYK Percentages of Color #aa990e

%0
%10
%92
%33

Triadic Colors of #aa990e

#aa990e #0eaa99 #990eaa

Analogous Colors of #aa990e

#aa990e #6daa0e #aa4b0e

Monochromatic Colors of #aa990e

#aa990e

Complementary Color

#aa990e #0e1faa

#aa990e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa990e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa990e Color CSS Codes

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

#aa990e Text Font Color

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

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


#aa990e Background Color

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

This div background color is #aa990e


#aa990e Border Color

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

This div border color is #aa990e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa990e


Comments

No comments written yet.

Please login to write comment.