Color Hex Logo

#aa732c Color Hex

#AA732C
(170,115,44)
0 Favorites   0 Comments

Color spaces of #aa732c

RGB 17011544
HSL0.090.590.42
HSV34°74°67°
CMYK 0.000.320.74   0.33
XYZ23.162920.98945.2134
Yxy20.98940.46920.4252
Hunter Lab45.814210.071825.3231
CIE-Lab52.937915.165646.2339

#aa732c color RGB value is (170,115,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110011 00101100
Octal 252 163 54
Decimal 170 115 44
Hex AA 73 2C

RGB Percentages of Color #aa732c

%51.67
%34.95
%13.37

CMYK Percentages of Color #aa732c

%0
%32
%74
%33

Triadic Colors of #aa732c

#aa732c #2caa73 #732caa

Analogous Colors of #aa732c

#aa732c #a2aa2c #aa342c

Monochromatic Colors of #aa732c

#aa732c

Complementary Color

#aa732c #2c63aa

#aa732c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa732c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa732c Color CSS Codes

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

#aa732c Text Font Color

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

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


#aa732c Background Color

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

This div background color is #aa732c


#aa732c Border Color

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

This div border color is #aa732c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa732c


Comments

No comments written yet.

Please login to write comment.