Color Hex Logo

#ac887d Color Hex

#AC887D
(172,136,125)
0 Favorites   0 Comments

Color spaces of #ac887d

RGB 172136125
HSL0.040.220.58
HSV14°27°67°
CMYK 0.000.210.27   0.33
XYZ29.519127.859623.2237
Yxy27.85960.36620.3456
Hunter Lab52.78227.459510.8605
CIE-Lab59.761712.044611.1275

#ac887d color RGB value is (172,136,125).

#ac887d hex color red value is 172, green value is 136 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ac887d hue: 0.04 , saturation: 0.22 and the lightness value of ac887d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 01111101
Octal 254 210 175
Decimal 172 136 125
Hex AC 88 7D

RGB Percentages of Color #ac887d

%39.72
%31.41
%28.87

CMYK Percentages of Color #ac887d

%0
%21
%27
%33

Triadic Colors of #ac887d

#ac887d #7dac88 #887dac

Analogous Colors of #ac887d

#ac887d #aca07d #ac7d8a

Monochromatic Colors of #ac887d

#ac887d

Complementary Color

#ac887d #7da1ac

#ac887d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac887d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac887d Color CSS Codes

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

#ac887d Text Font Color

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

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


#ac887d Background Color

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

This div background color is #ac887d


#ac887d Border Color

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

This div border color is #ac887d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac887d


Comments

No comments written yet.

Please login to write comment.