Color Hex Logo

#aa797f Color Hex

#AA797F
(170,121,127)
0 Favorites   0 Comments

Color spaces of #aa797f

RGB 170121127
HSL0.980.220.57
HSV353°29°67°
CMYK 0.000.290.25   0.33
XYZ27.245723.753123.2275
Yxy23.75310.36710.3200
Hunter Lab48.737214.49755.8592
CIE-Lab55.839720.02394.3590

#aa797f color RGB value is (170,121,127).

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

The process color (four color CMYK) of #aa797f color hex is 0.00, 0.29, 0.25, 0.33. Web safe color of #aa797f is #996666. Color #aa797f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111001 01111111
Octal 252 171 177
Decimal 170 121 127
Hex AA 79 7F

RGB Percentages of Color #aa797f

%40.67
%28.95
%30.38

CMYK Percentages of Color #aa797f

%0
%29
%25
%33

Triadic Colors of #aa797f

#aa797f #7faa79 #797faa

Analogous Colors of #aa797f

#aa797f #aa8c79 #aa7998

Monochromatic Colors of #aa797f

#aa797f

Complementary Color

#aa797f #79aaa4

#aa797f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa797f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa797f Color CSS Codes

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

#aa797f Text Font Color

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

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


#aa797f Background Color

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

This div background color is #aa797f


#aa797f Border Color

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

This div border color is #aa797f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa797f


Comments

No comments written yet.

Please login to write comment.