Color Hex Logo

#ac887f Color Hex

#AC887F
(172,136,127)
0 Favorites   0 Comments

Color spaces of #ac887f

RGB 172136127
HSL0.030.210.59
HSV12°26°67°
CMYK 0.000.210.26   0.33
XYZ29.648227.911323.9035
Yxy27.91130.36390.3426
Hunter Lab52.83117.717510.1560
CIE-Lab59.808512.335610.0535

#ac887f color RGB value is (172,136,127).

#ac887f hex color red value is 172, green value is 136 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ac887f hue: 0.03 , saturation: 0.21 and the lightness value of ac887f is 0.59.

The process color (four color CMYK) of #ac887f color hex is 0.00, 0.21, 0.26, 0.33. Web safe color of #ac887f is #999966. Color #ac887f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 01111111
Octal 254 210 177
Decimal 172 136 127
Hex AC 88 7F

RGB Percentages of Color #ac887f

%39.54
%31.26
%29.20

CMYK Percentages of Color #ac887f

%0
%21
%26
%33

Triadic Colors of #ac887f

#ac887f #7fac88 #887fac

Analogous Colors of #ac887f

#ac887f #ac9f7f #ac7f8d

Monochromatic Colors of #ac887f

#ac887f

Complementary Color

#ac887f #7fa3ac

#ac887f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac887f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac887f Color CSS Codes

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

#ac887f Text Font Color

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

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


#ac887f Background Color

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

This div background color is #ac887f


#ac887f Border Color

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

This div border color is #ac887f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,136,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac887f


Comments

No comments written yet.

Please login to write comment.