Color Hex Logo

#ac878d Color Hex

#AC878D
(172,135,141)
0 Favorites   0 Comments

Color spaces of #ac878d

RGB 172135141
HSL0.970.180.60
HSV350°22°67°
CMYK 0.000.220.18   0.33
XYZ30.484928.021729.0013
Yxy28.02170.34840.3202
Hunter Lab52.935510.15874.5722
CIE-Lab59.908315.06572.1950

#ac878d color RGB value is (172,135,141).

#ac878d hex color red value is 172, green value is 135 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ac878d hue: 0.97 , saturation: 0.18 and the lightness value of ac878d is 0.60.

The process color (four color CMYK) of #ac878d color hex is 0.00, 0.22, 0.18, 0.33. Web safe color of #ac878d is #999999. Color #ac878d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000111 10001101
Octal 254 207 215
Decimal 172 135 141
Hex AC 87 8D

RGB Percentages of Color #ac878d

%38.39
%30.13
%31.47

CMYK Percentages of Color #ac878d

%0
%22
%18
%33

Triadic Colors of #ac878d

#ac878d #8dac87 #878dac

Analogous Colors of #ac878d

#ac878d #ac9487 #ac87a0

Monochromatic Colors of #ac878d

#ac878d

Complementary Color

#ac878d #87aca6

#ac878d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac878d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac878d Color CSS Codes

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

#ac878d Text Font Color

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

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


#ac878d Background Color

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

This div background color is #ac878d


#ac878d Border Color

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

This div border color is #ac878d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac878d


Comments

No comments written yet.

Please login to write comment.