#AC8D99

Color #AC8D99 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AC8D99

Tints of Shady Lady #AC8D99

Color information

#AC8D99 (or 0xAC8D99) is unknown color: approx Shady Lady. HEX triplet: AC, 8D and 99. RGB value is (172,141,153). Sum of RGB (Red+Green+Blue) = 172+141+153=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D99 is #537266. Grayscale: #979797. Windows color (decimal): -5468775 or 10063276. OLE color: 10063276.

HSL color Cylindrical-coordinate representation of color #AC8D99: hue angle of 336.77º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC8D99 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB172141153-
CMYK00.180.110.33
HSL336.77º15.74%61.37%-
HSV(B)336.77º18.02%67.45%-
XYZ32.2930.1234.25-
YUV151.64128.77142.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=36.91%
G=30.26%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214115300.180.110.33336.7715.7461.37
HexAC8D99012B21151103d
Octal25421523102213415212075
Binary101011001000110110011001010010101110000110101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D99; }

 p { color: rgb(172,141,153); }

 H1.HeaderClassName
 {
   color: #AC8D99;
 }
 .AnyTagClassName
 {
   color: #AC8D99;
 }
</style>
background-color css

<style>
 a { background-color: #AC8D99; }

 a { background-color: rgb(172,141,153); }

 div.DivClassName
 {
   background-color: #AC8D99;
 }
 .BgClassName
 {
   background-color: #AC8D99;
 }
</style>
border-color css

<style>
 span { border-color: #AC8D99; }

 span { border-color: rgb(172,141,153); }

 td.TdClassName
 {
   border-color: #AC8D99;
 }
 .TagClassName
 {
   border-color: #AC8D99;
 }
</style>