Color Hex Logo

#aa805e Color Hex

#AA805E
(170,128,94)
0 Favorites   0 Comments

Color spaces of #aa805e

RGB 17012894
HSL0.070.310.52
HSV27°45°67°
CMYK 0.000.250.45   0.33
XYZ26.317124.792513.9881
Yxy24.79250.40430.3809
Hunter Lab49.79217.208318.1981
CIE-Lab56.872711.782724.7259

#aa805e color RGB value is (170,128,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 01011110
Octal 252 200 136
Decimal 170 128 94
Hex AA 80 5E

RGB Percentages of Color #aa805e

%43.37
%32.65
%23.98

CMYK Percentages of Color #aa805e

%0
%25
%45
%33

Triadic Colors of #aa805e

#aa805e #5eaa80 #805eaa

Analogous Colors of #aa805e

#aa805e #aaa65e #aa5e62

Monochromatic Colors of #aa805e

#aa805e

Complementary Color

#aa805e #5e88aa

#aa805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa805e Color CSS Codes

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

#aa805e Text Font Color

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

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


#aa805e Background Color

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

This div background color is #aa805e


#aa805e Border Color

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

This div border color is #aa805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa805e


Comments

No comments written yet.

Please login to write comment.