Color Hex Logo

#aa732e Color Hex

#AA732E
(170,115,46)
0 Favorites   0 Comments

Color spaces of #aa732e

RGB 17011546
HSL0.090.570.42
HSV33°73°67°
CMYK 0.000.320.73   0.33
XYZ23.201421.00485.4162
Yxy21.00480.46760.4233
Hunter Lab45.831010.159325.0749
CIE-Lab52.954715.265845.3332

#aa732e color RGB value is (170,115,46).

#aa732e hex color red value is 170, green value is 115 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aa732e hue: 0.09 , saturation: 0.57 and the lightness value of aa732e is 0.42.

The process color (four color CMYK) of #aa732e color hex is 0.00, 0.32, 0.73, 0.33. Web safe color of #aa732e is #996633. Color #aa732e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110011 00101110
Octal 252 163 56
Decimal 170 115 46
Hex AA 73 2E

RGB Percentages of Color #aa732e

%51.36
%34.74
%13.90

CMYK Percentages of Color #aa732e

%0
%32
%73
%33

Triadic Colors of #aa732e

#aa732e #2eaa73 #732eaa

Analogous Colors of #aa732e

#aa732e #a3aa2e #aa352e

Monochromatic Colors of #aa732e

#aa732e

Complementary Color

#aa732e #2e65aa

#aa732e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa732e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa732e Color CSS Codes

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

#aa732e Text Font Color

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

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


#aa732e Background Color

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

This div background color is #aa732e


#aa732e Border Color

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

This div border color is #aa732e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa732e


Comments

No comments written yet.

Please login to write comment.