Color Hex Logo

#ab796c Color Hex

#AB796C
(171,121,108)
0 Favorites   0 Comments

Color spaces of #ab796c

RGB 171121108
HSL0.030.270.55
HSV12°37°67°
CMYK 0.000.290.37   0.33
XYZ26.338723.415417.3188
Yxy23.41540.39270.3491
Hunter Lab48.389512.477212.6525
CIE-Lab55.497717.798714.9084

#ab796c color RGB value is (171,121,108).

#ab796c hex color red value is 171, green value is 121 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ab796c hue: 0.03 , saturation: 0.27 and the lightness value of ab796c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 01101100
Octal 253 171 154
Decimal 171 121 108
Hex AB 79 6C

RGB Percentages of Color #ab796c

%42.75
%30.25
%27.00

CMYK Percentages of Color #ab796c

%0
%29
%37
%33

Triadic Colors of #ab796c

#ab796c #6cab79 #796cab

Analogous Colors of #ab796c

#ab796c #ab996c #ab6c7f

Monochromatic Colors of #ab796c

#ab796c

Complementary Color

#ab796c #6c9eab

#ab796c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab796c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab796c Color CSS Codes

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

#ab796c Text Font Color

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

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


#ab796c Background Color

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

This div background color is #ab796c


#ab796c Border Color

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

This div border color is #ab796c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab796c


Comments

No comments written yet.

Please login to write comment.