#AC979D

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

Shades of Shady Lady #AC979D

Tints of Shady Lady #AC979D

Color information

#AC979D (or 0xAC979D) is unknown color: approx Shady Lady. HEX triplet: AC, 97 and 9D. RGB value is (172,151,157). Sum of RGB (Red+Green+Blue) = 172+151+157=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #AC979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC979D is #536862. Grayscale: #9D9D9D. Windows color (decimal): -5466211 or 10327980. OLE color: 10327980.

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

Color convert

RGB172151157-
CMYK00.120.090.33
HSL342.86º11.23%63.33%-
HSV(B)342.86º12.21%67.45%-
XYZ34.1733.3436.53-
YUV157.96127.46138.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=35.83%
G=31.46%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215115700.120.090.33342.8611.2363.33
HexAC979D0C921157b3f
Octal25422723501411415271377
Binary1010110010010111100111010110010011000011010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC979D; }

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

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

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

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

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

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

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

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