Color Hex Logo

#aa9233 Color Hex

#AA9233
(170,146,51)
0 Favorites   0 Comments

Color spaces of #aa9233

RGB 17014651
HSL0.130.540.43
HSV48°70°67°
CMYK 0.000.140.70   0.33
XYZ27.454029.34287.3487
Yxy29.34280.42800.4574
Hunter Lab54.1690-4.328129.8749
CIE-Lab61.0830-1.738351.4725

#aa9233 color RGB value is (170,146,51).

#aa9233 hex color red value is 170, green value is 146 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #aa9233 hue: 0.13 , saturation: 0.54 and the lightness value of aa9233 is 0.43.

The process color (four color CMYK) of #aa9233 color hex is 0.00, 0.14, 0.70, 0.33. Web safe color of #aa9233 is #999933. Color #aa9233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010010 00110011
Octal 252 222 63
Decimal 170 146 51
Hex AA 92 33

RGB Percentages of Color #aa9233

%46.32
%39.78
%13.90

CMYK Percentages of Color #aa9233

%0
%14
%70
%33

Triadic Colors of #aa9233

#aa9233 #33aa92 #9233aa

Analogous Colors of #aa9233

#aa9233 #87aa33 #aa5733

Monochromatic Colors of #aa9233

#aa9233

Complementary Color

#aa9233 #334baa

#aa9233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9233 Color CSS Codes

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

#aa9233 Text Font Color

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

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


#aa9233 Background Color

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

This div background color is #aa9233


#aa9233 Border Color

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

This div border color is #aa9233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9233


Comments

No comments written yet.

Please login to write comment.