Color Hex Logo

#ac899d Color Hex

#AC899D
(172,137,157)
0 Favorites   0 Comments

Color spaces of #ac899d

RGB 172137157
HSL0.900.170.61
HSV326°20°67°
CMYK 0.000.200.09   0.33
XYZ32.044729.096335.8255
Yxy29.09630.33050.3001
Hunter Lab53.941011.6447-1.6194
CIE-Lab60.866516.6761-5.5441

#ac899d color RGB value is (172,137,157).

#ac899d hex color red value is 172, green value is 137 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ac899d hue: 0.90 , saturation: 0.17 and the lightness value of ac899d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001001 10011101
Octal 254 211 235
Decimal 172 137 157
Hex AC 89 9D

RGB Percentages of Color #ac899d

%36.91
%29.40
%33.69

CMYK Percentages of Color #ac899d

%0
%20
%9
%33

Triadic Colors of #ac899d

#ac899d #9dac89 #899dac

Analogous Colors of #ac899d

#ac899d #ac898c #aa89ac

Monochromatic Colors of #ac899d

#ac899d

Complementary Color

#ac899d #89ac98

#ac899d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac899d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac899d Color CSS Codes

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

#ac899d Text Font Color

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

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


#ac899d Background Color

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

This div background color is #ac899d


#ac899d Border Color

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

This div border color is #ac899d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac899d


Comments

No comments written yet.

Please login to write comment.