Color Hex Logo

#aa522c Color Hex

#AA522C
(170,82,44)
0 Favorites   0 Comments

Color spaces of #aa522c

RGB 1708244
HSL0.050.590.42
HSV18°74°67°
CMYK 0.000.520.74   0.33
XYZ20.049514.76254.1756
Yxy14.76250.51430.3786
Hunter Lab38.422025.907020.4519
CIE-Lab45.307233.385238.2570

#aa522c color RGB value is (170,82,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010010 00101100
Octal 252 122 54
Decimal 170 82 44
Hex AA 52 2C

RGB Percentages of Color #aa522c

%57.43
%27.70
%14.86

CMYK Percentages of Color #aa522c

%0
%52
%74
%33

Triadic Colors of #aa522c

#aa522c #2caa52 #522caa

Analogous Colors of #aa522c

#aa522c #aa912c #aa2c45

Monochromatic Colors of #aa522c

#aa522c

Complementary Color

#aa522c #2c84aa

#aa522c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa522c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa522c Color CSS Codes

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

#aa522c Text Font Color

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

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


#aa522c Background Color

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

This div background color is #aa522c


#aa522c Border Color

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

This div border color is #aa522c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,82,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 #aa522c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa522c


Comments

No comments written yet.

Please login to write comment.