Color Hex Logo

#ac888e Color Hex

#AC888E
(172,136,142)
0 Favorites   0 Comments

Color spaces of #ac888e

RGB 172136142
HSL0.970.180.60
HSV350°21°67°
CMYK 0.000.210.17   0.33
XYZ30.699928.332029.4417
Yxy28.33200.34700.3202
Hunter Lab53.22789.80374.4646
CIE-Lab60.187514.66522.0283

#ac888e color RGB value is (172,136,142).

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

The process color (four color CMYK) of #ac888e color hex is 0.00, 0.21, 0.17, 0.33. Web safe color of #ac888e is #999999. Color #ac888e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 10001110
Octal 254 210 216
Decimal 172 136 142
Hex AC 88 8E

RGB Percentages of Color #ac888e

%38.22
%30.22
%31.56

CMYK Percentages of Color #ac888e

%0
%21
%17
%33

Triadic Colors of #ac888e

#ac888e #8eac88 #888eac

Analogous Colors of #ac888e

#ac888e #ac9488 #ac88a0

Monochromatic Colors of #ac888e

#ac888e

Complementary Color

#ac888e #88aca6

#ac888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac888e Color CSS Codes

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

#ac888e Text Font Color

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

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


#ac888e Background Color

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

This div background color is #ac888e


#ac888e Border Color

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

This div border color is #ac888e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac888e


Comments

No comments written yet.

Please login to write comment.