#AC979E

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

Shades of Shady Lady #AC979E

Tints of Shady Lady #AC979E

Color information

#AC979E (or 0xAC979E) is unknown color: approx Shady Lady. HEX triplet: AC, 97 and 9E. RGB value is (172,151,158). Sum of RGB (Red+Green+Blue) = 172+151+158=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC979E is #536861. Grayscale: #9E9E9E. Windows color (decimal): -5466210 or 10393516. OLE color: 10393516.

HSL color Cylindrical-coordinate representation of color #AC979E: hue angle of 340º 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 #AC979E is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172151158-
CMYK00.120.080.33
HSL340º11.23%63.33%-
HSV(B)340º12.21%67.45%-
XYZ34.2533.3736.98-
YUV158.08127.96137.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=35.76%
G=31.39%
B=32.85%

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
Decimal17215115800.120.080.3334011.2363.33
HexAC979E0C821154b3f
Octal25422723601410415241377
Binary1010110010010111100111100110010001000011010101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC979E; }

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

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

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

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

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

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

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

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