Color Hex Logo

#ac999a Color Hex

#AC999A
(172,153,154)
0 Favorites   0 Comments

Color spaces of #ac999a

RGB 172153154
HSL0.990.100.64
HSV357°11°67°
CMYK 0.000.110.10   0.33
XYZ34.237233.886235.3080
Yxy33.88620.33100.3276
Hunter Lab58.21193.11374.7864
CIE-Lab64.87217.17282.0302

#ac999a color RGB value is (172,153,154).

#ac999a hex color red value is 172, green value is 153 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ac999a hue: 0.99 , saturation: 0.10 and the lightness value of ac999a is 0.64.

The process color (four color CMYK) of #ac999a color hex is 0.00, 0.11, 0.10, 0.33. Web safe color of #ac999a is #999999. Color #ac999a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 10011010
Octal 254 231 232
Decimal 172 153 154
Hex AC 99 9A

RGB Percentages of Color #ac999a

%35.91
%31.94
%32.15

CMYK Percentages of Color #ac999a

%0
%11
%10
%33

Triadic Colors of #ac999a

#ac999a #9aac99 #999aac

Analogous Colors of #ac999a

#ac999a #aca299 #ac99a4

Monochromatic Colors of #ac999a

#ac999a

Complementary Color

#ac999a #99acab

#ac999a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac999a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac999a Color CSS Codes

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

#ac999a Text Font Color

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

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


#ac999a Background Color

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

This div background color is #ac999a


#ac999a Border Color

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

This div border color is #ac999a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac999a


Comments

No comments written yet.

Please login to write comment.