#AC979F

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

Shades of Shady Lady #AC979F

Tints of Shady Lady #AC979F

Color information

#AC979F (or 0xAC979F) is unknown color: approx Shady Lady. HEX triplet: AC, 97 and 9F. RGB value is (172,151,159). Sum of RGB (Red+Green+Blue) = 172+151+159=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC979F is #536860. Grayscale: #9E9E9E. Windows color (decimal): -5466209 or 10459052. OLE color: 10459052.

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

Color convert

RGB172151159-
CMYK00.120.080.33
HSL337.14º11.23%63.33%-
HSV(B)337.14º12.21%67.45%-
XYZ34.3433.4137.44-
YUV158.19128.46137.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=35.68%
G=31.33%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215115900.120.080.33337.1411.2363.33
HexAC979F0C821151b3f
Octal25422723701410415211377
Binary1010110010010111100111110110010001000011010100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC979F; }

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

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

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

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

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

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

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

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