Color Hex Logo

#ab706f Color Hex

#AB706F
(171,112,111)
0 Favorites   0 Comments

Color spaces of #ab706f

RGB 171112111
HSL0.000.260.55
HSV35°67°
CMYK 0.000.350.35   0.33
XYZ25.458021.394017.8266
Yxy21.39400.39360.3308
Hunter Lab46.253617.30259.5266
CIE-Lab53.378023.260510.2050

#ab706f color RGB value is (171,112,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 01101111
Octal 253 160 157
Decimal 171 112 111
Hex AB 70 6F

RGB Percentages of Color #ab706f

%43.40
%28.43
%28.17

CMYK Percentages of Color #ab706f

%0
%35
%35
%33

Triadic Colors of #ab706f

#ab706f #6fab70 #706fab

Analogous Colors of #ab706f

#ab706f #ab8e6f #ab6f8c

Monochromatic Colors of #ab706f

#ab706f

Complementary Color

#ab706f #6faaab

#ab706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab706f Color CSS Codes

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

#ab706f Text Font Color

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

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


#ab706f Background Color

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

This div background color is #ab706f


#ab706f Border Color

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

This div border color is #ab706f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab706f


Comments

No comments written yet.

Please login to write comment.