Color Hex Logo

#aa817f Color Hex

#AA817F
(170,129,127)
0 Favorites   0 Comments

Color spaces of #aa817f

RGB 170129127
HSL0.010.200.58
HSV25°67°
CMYK 0.000.240.25   0.33
XYZ28.258625.778923.5651
Yxy25.77890.36410.3322
Hunter Lab50.772910.49488.0229
CIE-Lab57.826615.49577.2084

#aa817f color RGB value is (170,129,127).

#aa817f hex color red value is 170, green value is 129 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aa817f hue: 0.01 , saturation: 0.20 and the lightness value of aa817f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000001 01111111
Octal 252 201 177
Decimal 170 129 127
Hex AA 81 7F

RGB Percentages of Color #aa817f

%39.91
%30.28
%29.81

CMYK Percentages of Color #aa817f

%0
%24
%25
%33

Triadic Colors of #aa817f

#aa817f #7faa81 #817faa

Analogous Colors of #aa817f

#aa817f #aa977f #aa7f93

Monochromatic Colors of #aa817f

#aa817f

Complementary Color

#aa817f #7fa8aa

#aa817f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa817f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa817f Color CSS Codes

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

#aa817f Text Font Color

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

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


#aa817f Background Color

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

This div background color is #aa817f


#aa817f Border Color

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

This div border color is #aa817f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa817f


Comments

No comments written yet.

Please login to write comment.