#AF909C

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

Shades of Shady Lady #AF909C

Tints of Shady Lady #AF909C

Color information

#AF909C (or 0xAF909C) is unknown color: approx Shady Lady. HEX triplet: AF, 90 and 9C. RGB value is (175,144,156). Sum of RGB (Red+Green+Blue) = 175+144+156=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF909C is #506F63. Grayscale: #9A9A9A. Windows color (decimal): -5271396 or 10260655. OLE color: 10260655.

HSL color Cylindrical-coordinate representation of color #AF909C: hue angle of 336.77º 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 #AF909C is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175144156-
CMYK00.180.110.31
HSL336.77º16.23%62.55%-
HSV(B)336.77º17.71%68.63%-
XYZ33.6531.4635.75-
YUV154.64128.77142.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=36.84%
G=30.32%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514415600.180.110.31336.7716.2362.55
HexAF909C012B1F151103f
Octal25722023402213375212077
Binary10101111100100001001110001001010111111110101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF909C; }

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

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

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

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

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

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

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

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