#AF909F

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

Shades of Shady Lady #AF909F

Tints of Shady Lady #AF909F

Color information

#AF909F (or 0xAF909F) is unknown color: approx Shady Lady. HEX triplet: AF, 90 and 9F. RGB value is (175,144,159). Sum of RGB (Red+Green+Blue) = 175+144+159=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF909F is #506F60. Grayscale: #9A9A9A. Windows color (decimal): -5271393 or 10457263. OLE color: 10457263.

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

Color convert

RGB175144159-
CMYK00.180.090.31
HSL330.97º16.23%62.55%-
HSV(B)330.97º17.71%68.63%-
XYZ33.9131.5637.11-
YUV154.98130.27142.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=36.61%
G=30.13%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514415900.180.090.31330.9716.2362.55
HexAF909F01291F14b103f
Octal25722023702211375132077
Binary10101111100100001001111101001010011111110100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF909F; }

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

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

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

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

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

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

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

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