#AF979F

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

Shades of Shady Lady #AF979F

Tints of Shady Lady #AF979F

Color information

#AF979F (or 0xAF979F) is unknown color: approx Shady Lady. HEX triplet: AF, 97 and 9F. RGB value is (175,151,159). Sum of RGB (Red+Green+Blue) = 175+151+159=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF979F is #506860. Grayscale: #9F9F9F. Windows color (decimal): -5269601 or 10459055. OLE color: 10459055.

HSL color Cylindrical-coordinate representation of color #AF979F: hue angle of 340º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF979F is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB175151159-
CMYK00.140.090.31
HSL340º13.04%63.92%-
HSV(B)340º13.71%68.63%-
XYZ3533.7537.47-
YUV159.09127.95139.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=36.08%
G=31.13%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515115900.140.090.3134013.0463.92
HexAF979F0E91F154d40
Octal257227237016113752415100
Binary1010111110010111100111110111010011111110101010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF979F; }

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

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

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

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

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

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

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

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