Color Hex Logo

#aa807a Color Hex

#AA807A
(170,128,122)
0 Favorites   0 Comments

Color spaces of #aa807a

RGB 170128122
HSL0.020.220.57
HSV28°67°
CMYK 0.000.250.28   0.33
XYZ27.809625.389521.8473
Yxy25.38950.37060.3383
Hunter Lab50.388010.33689.5646
CIE-Lab57.453015.32929.5559

#aa807a color RGB value is (170,128,122).

#aa807a hex color red value is 170, green value is 128 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aa807a hue: 0.02 , saturation: 0.22 and the lightness value of aa807a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 01111010
Octal 252 200 172
Decimal 170 128 122
Hex AA 80 7A

RGB Percentages of Color #aa807a

%40.48
%30.48
%29.05

CMYK Percentages of Color #aa807a

%0
%25
%28
%33

Triadic Colors of #aa807a

#aa807a #7aaa80 #807aaa

Analogous Colors of #aa807a

#aa807a #aa987a #aa7a8c

Monochromatic Colors of #aa807a

#aa807a

Complementary Color

#aa807a #7aa4aa

#aa807a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa807a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa807a Color CSS Codes

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

#aa807a Text Font Color

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

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


#aa807a Background Color

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

This div background color is #aa807a


#aa807a Border Color

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

This div border color is #aa807a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa807a


Comments

No comments written yet.

Please login to write comment.