Color Hex Logo

#aa9211 Color Hex

#AA9211
(170,146,17)
0 Favorites   0 Comments

Color spaces of #aa9211

RGB 17014617
HSL0.140.820.37
HSV51°90°67°
CMYK 0.000.140.90   0.33
XYZ26.957629.14434.7349
Yxy29.14430.44310.4791
Hunter Lab53.9855-5.340732.5897
CIE-Lab60.9088-2.991562.2703

#aa9211 color RGB value is (170,146,17).

#aa9211 hex color red value is 170, green value is 146 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aa9211 hue: 0.14 , saturation: 0.82 and the lightness value of aa9211 is 0.37.

The process color (four color CMYK) of #aa9211 color hex is 0.00, 0.14, 0.90, 0.33. Web safe color of #aa9211 is #999900. Color #aa9211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010010 00010001
Octal 252 222 21
Decimal 170 146 17
Hex AA 92 11

RGB Percentages of Color #aa9211

%51.05
%43.84
%5.11

CMYK Percentages of Color #aa9211

%0
%14
%90
%33

Triadic Colors of #aa9211

#aa9211 #11aa92 #9211aa

Analogous Colors of #aa9211

#aa9211 #76aa11 #aa4511

Monochromatic Colors of #aa9211

#aa9211

Complementary Color

#aa9211 #1129aa

#aa9211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9211 Color CSS Codes

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

#aa9211 Text Font Color

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

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


#aa9211 Background Color

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

This div background color is #aa9211


#aa9211 Border Color

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

This div border color is #aa9211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9211


Comments

No comments written yet.

Please login to write comment.