#AC999F

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

Shades of Shady Lady #AC999F

Tints of Shady Lady #AC999F

Color information

#AC999F (or 0xAC999F) is unknown color: approx Shady Lady. HEX triplet: AC, 99 and 9F. RGB value is (172,153,159). Sum of RGB (Red+Green+Blue) = 172+153+159=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC999F is #536660. Grayscale: #9F9F9F. Windows color (decimal): -5465697 or 10459564. OLE color: 10459564.

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

Color convert

RGB172153159-
CMYK00.110.080.33
HSL341.05º10.27%63.73%-
HSV(B)341.05º11.05%67.45%-
XYZ34.6634.0637.55-
YUV159.36127.79137.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=35.54%
G=31.61%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215315900.110.080.33341.0510.2763.73
HexAC999F0B821155a40
Octal254231237013104152512100
Binary10101100100110011001111101011100010000110101010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC999F; }

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

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

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

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

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

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

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

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