Color Hex Logo

#ab706c Color Hex

#AB706C
(171,112,108)
0 Favorites   0 Comments

Color spaces of #ab706c

RGB 171112108
HSL0.010.270.55
HSV37°67°
CMYK 0.000.350.37   0.33
XYZ25.295521.329016.9710
Yxy21.32900.39780.3354
Hunter Lab46.183316.947110.5410
CIE-Lab53.307722.876411.8630

#ab706c color RGB value is (171,112,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 01101100
Octal 253 160 154
Decimal 171 112 108
Hex AB 70 6C

RGB Percentages of Color #ab706c

%43.73
%28.64
%27.62

CMYK Percentages of Color #ab706c

%0
%35
%37
%33

Triadic Colors of #ab706c

#ab706c #6cab70 #706cab

Analogous Colors of #ab706c

#ab706c #ab906c #ab6c88

Monochromatic Colors of #ab706c

#ab706c

Complementary Color

#ab706c #6ca7ab

#ab706c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab706c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab706c Color CSS Codes

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

#ab706c Text Font Color

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

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


#ab706c Background Color

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

This div background color is #ab706c


#ab706c Border Color

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

This div border color is #ab706c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab706c


Comments

No comments written yet.

Please login to write comment.