Color Hex Logo

#ac888a Color Hex

#AC888A
(172,136,138)
0 Favorites   0 Comments

Color spaces of #ac888a

RGB 172136138
HSL0.990.180.60
HSV357°21°67°
CMYK 0.000.210.20   0.33
XYZ30.404928.214027.8881
Yxy28.21400.35150.3261
Hunter Lab53.11699.22166.0526
CIE-Lab60.081614.01934.1617

#ac888a color RGB value is (172,136,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 10001010
Octal 254 210 212
Decimal 172 136 138
Hex AC 88 8A

RGB Percentages of Color #ac888a

%38.57
%30.49
%30.94

CMYK Percentages of Color #ac888a

%0
%21
%20
%33

Triadic Colors of #ac888a

#ac888a #8aac88 #888aac

Analogous Colors of #ac888a

#ac888a #ac9888 #ac889c

Monochromatic Colors of #ac888a

#ac888a

Complementary Color

#ac888a #88acaa

#ac888a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac888a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac888a Color CSS Codes

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

#ac888a Text Font Color

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

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


#ac888a Background Color

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

This div background color is #ac888a


#ac888a Border Color

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

This div border color is #ac888a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac888a


Comments

No comments written yet.

Please login to write comment.