Color Hex Logo

#ab797e Color Hex

#AB797E
(171,121,126)
0 Favorites   0 Comments

Color spaces of #ab797e

RGB 171121126
HSL0.980.230.57
HSV354°29°67°
CMYK 0.000.290.26   0.33
XYZ27.397923.839022.8960
Yxy23.83900.36960.3216
Hunter Lab48.825214.71996.3743
CIE-Lab55.926220.26385.0794

#ab797e color RGB value is (171,121,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 01111110
Octal 253 171 176
Decimal 171 121 126
Hex AB 79 7E

RGB Percentages of Color #ab797e

%40.91
%28.95
%30.14

CMYK Percentages of Color #ab797e

%0
%29
%26
%33

Triadic Colors of #ab797e

#ab797e #7eab79 #797eab

Analogous Colors of #ab797e

#ab797e #ab8d79 #ab7997

Monochromatic Colors of #ab797e

#ab797e

Complementary Color

#ab797e #79aba6

#ab797e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab797e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab797e Color CSS Codes

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

#ab797e Text Font Color

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

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


#ab797e Background Color

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

This div background color is #ab797e


#ab797e Border Color

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

This div border color is #ab797e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,121,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab797e


Comments

No comments written yet.

Please login to write comment.