Color Hex Logo

#aa9914 Color Hex

#AA9914
(170,153,20)
0 Favorites   0 Comments

Color spaces of #aa9914

RGB 17015320
HSL0.150.790.37
HSV53°88°67°
CMYK 0.000.100.88   0.33
XYZ28.095131.37905.2378
Yxy31.37900.43420.4849
Hunter Lab56.0170-8.503733.6680
CIE-Lab62.8263-6.699663.1697

#aa9914 color RGB value is (170,153,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 00010100
Octal 252 231 24
Decimal 170 153 20
Hex AA 99 14

RGB Percentages of Color #aa9914

%49.56
%44.61
%5.83

CMYK Percentages of Color #aa9914

%0
%10
%88
%33

Triadic Colors of #aa9914

#aa9914 #14aa99 #9914aa

Analogous Colors of #aa9914

#aa9914 #70aa14 #aa4e14

Monochromatic Colors of #aa9914

#aa9914

Complementary Color

#aa9914 #1425aa

#aa9914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9914 Color CSS Codes

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

#aa9914 Text Font Color

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

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


#aa9914 Background Color

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

This div background color is #aa9914


#aa9914 Border Color

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

This div border color is #aa9914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9914


Comments

No comments written yet.

Please login to write comment.