Color Hex Logo

#ab886f Color Hex

#AB886F
(171,136,111)
0 Favorites   0 Comments

Color spaces of #ab886f

RGB 171136111
HSL0.070.260.55
HSV25°35°67°
CMYK 0.000.200.35   0.33
XYZ28.468027.413918.8299
Yxy27.41390.38100.3669
Hunter Lab52.35835.426215.3280
CIE-Lab59.35559.727818.4957

#ab886f color RGB value is (171,136,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001000 01101111
Octal 253 210 157
Decimal 171 136 111
Hex AB 88 6F

RGB Percentages of Color #ab886f

%40.91
%32.54
%26.56

CMYK Percentages of Color #ab886f

%0
%20
%35
%33

Triadic Colors of #ab886f

#ab886f #6fab88 #886fab

Analogous Colors of #ab886f

#ab886f #aba66f #ab6f74

Monochromatic Colors of #ab886f

#ab886f

Complementary Color

#ab886f #6f92ab

#ab886f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab886f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab886f Color CSS Codes

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

#ab886f Text Font Color

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

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


#ab886f Background Color

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

This div background color is #ab886f


#ab886f Border Color

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

This div border color is #ab886f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab886f


Comments

No comments written yet.

Please login to write comment.