Color Hex Logo

#aa845e Color Hex

#AA845E
(170,132,94)
0 Favorites   0 Comments

Color spaces of #aa845e

RGB 17013294
HSL0.080.310.52
HSV30°45°67°
CMYK 0.000.220.45   0.33
XYZ26.849225.856714.1654
Yxy25.85670.40150.3867
Hunter Lab50.84955.263819.0779
CIE-Lab57.90089.533026.0739

#aa845e color RGB value is (170,132,94).

#aa845e hex color red value is 170, green value is 132 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aa845e hue: 0.08 , saturation: 0.31 and the lightness value of aa845e is 0.52.

The process color (four color CMYK) of #aa845e color hex is 0.00, 0.22, 0.45, 0.33. Web safe color of #aa845e is #999966. Color #aa845e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 01011110
Octal 252 204 136
Decimal 170 132 94
Hex AA 84 5E

RGB Percentages of Color #aa845e

%42.93
%33.33
%23.74

CMYK Percentages of Color #aa845e

%0
%22
%45
%33

Triadic Colors of #aa845e

#aa845e #5eaa84 #845eaa

Analogous Colors of #aa845e

#aa845e #aaaa5e #aa5e5e

Monochromatic Colors of #aa845e

#aa845e

Complementary Color

#aa845e #5e84aa

#aa845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa845e Color CSS Codes

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

#aa845e Text Font Color

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

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


#aa845e Background Color

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

This div background color is #aa845e


#aa845e Border Color

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

This div border color is #aa845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa845e


Comments

No comments written yet.

Please login to write comment.