Color Hex Logo

#aa822e Color Hex

#AA822E
(170,130,46)
0 Favorites   0 Comments

Color spaces of #aa822e

RGB 17013046
HSL0.110.570.42
HSV41°73°67°
CMYK 0.000.240.73   0.33
XYZ25.053324.70866.0335
Yxy24.70860.44900.4428
Hunter Lab49.70772.977627.5988
CIE-Lab56.79046.835049.2519

#aa822e color RGB value is (170,130,46).

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

The process color (four color CMYK) of #aa822e color hex is 0.00, 0.24, 0.73, 0.33. Web safe color of #aa822e is #999933. Color #aa822e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000010 00101110
Octal 252 202 56
Decimal 170 130 46
Hex AA 82 2E

RGB Percentages of Color #aa822e

%49.13
%37.57
%13.29

CMYK Percentages of Color #aa822e

%0
%24
%73
%33

Triadic Colors of #aa822e

#aa822e #2eaa82 #822eaa

Analogous Colors of #aa822e

#aa822e #94aa2e #aa442e

Monochromatic Colors of #aa822e

#aa822e

Complementary Color

#aa822e #2e56aa

#aa822e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa822e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa822e Color CSS Codes

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

#aa822e Text Font Color

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

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


#aa822e Background Color

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

This div background color is #aa822e


#aa822e Border Color

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

This div border color is #aa822e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa822e


Comments

No comments written yet.

Please login to write comment.