#AF959F

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

Shades of Shady Lady #AF959F

Tints of Shady Lady #AF959F

Color information

#AF959F (or 0xAF959F) is unknown color: approx Shady Lady. HEX triplet: AF, 95 and 9F. RGB value is (175,149,159). Sum of RGB (Red+Green+Blue) = 175+149+159=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF959F is #506A60. Grayscale: #9D9D9D. Windows color (decimal): -5270113 or 10458543. OLE color: 10458543.

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

Color convert

RGB175149159-
CMYK00.150.090.31
HSL336.92º13.98%63.53%-
HSV(B)336.92º14.86%68.63%-
XYZ34.6833.1137.36-
YUV157.91128.61140.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 159 (62.5% from 255) = 32.92%
R=36.23%
G=30.85%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514915900.150.090.31336.9213.9863.53
HexAF959F0F91F151e40
Octal257225237017113752116100
Binary1010111110010101100111110111110011111110101000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF959F; }

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

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

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

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

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

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

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

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