Color Hex Logo

#ac987f Color Hex

#AC987F
(172,152,127)
0 Favorites   0 Comments

Color spaces of #ac987f

RGB 172152127
HSL0.090.210.59
HSV33°26°67°
CMYK 0.000.120.26   0.33
XYZ32.072332.759424.7115
Yxy32.75940.35820.3659
Hunter Lab57.2358-0.139614.4667
CIE-Lab63.96563.417815.8765

#ac987f color RGB value is (172,152,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 01111111
Octal 254 230 177
Decimal 172 152 127
Hex AC 98 7F

RGB Percentages of Color #ac987f

%38.14
%33.70
%28.16

CMYK Percentages of Color #ac987f

%0
%12
%26
%33

Triadic Colors of #ac987f

#ac987f #7fac98 #987fac

Analogous Colors of #ac987f

#ac987f #aaac7f #ac827f

Monochromatic Colors of #ac987f

#ac987f

Complementary Color

#ac987f #7f93ac

#ac987f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac987f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac987f Color CSS Codes

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

#ac987f Text Font Color

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

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


#ac987f Background Color

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

This div background color is #ac987f


#ac987f Border Color

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

This div border color is #ac987f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac987f


Comments

No comments written yet.

Please login to write comment.