Color Hex Logo

#ab767e Color Hex

#AB767E
(171,118,126)
0 Favorites   0 Comments

Color spaces of #ab767e

RGB 171118126
HSL0.970.240.57
HSV351°31°67°
CMYK 0.000.310.26   0.33
XYZ27.038923.121222.7764
Yxy23.12120.37070.3170
Hunter Lab48.084516.22635.5750
CIE-Lab55.197021.95824.0294

#ab767e color RGB value is (171,118,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 01111110
Octal 253 166 176
Decimal 171 118 126
Hex AB 76 7E

RGB Percentages of Color #ab767e

%41.20
%28.43
%30.36

CMYK Percentages of Color #ab767e

%0
%31
%26
%33

Triadic Colors of #ab767e

#ab767e #7eab76 #767eab

Analogous Colors of #ab767e

#ab767e #ab8976 #ab7699

Monochromatic Colors of #ab767e

#ab767e

Complementary Color

#ab767e #76aba3

#ab767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab767e Color CSS Codes

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

#ab767e Text Font Color

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

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


#ab767e Background Color

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

This div background color is #ab767e


#ab767e Border Color

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

This div border color is #ab767e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab767e


Comments

No comments written yet.

Please login to write comment.