#AF909E

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

Shades of Shady Lady #AF909E

Tints of Shady Lady #AF909E

Color information

#AF909E (or 0xAF909E) is unknown color: approx Shady Lady. HEX triplet: AF, 90 and 9E. RGB value is (175,144,158). Sum of RGB (Red+Green+Blue) = 175+144+158=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF909E is #506F61. Grayscale: #9A9A9A. Windows color (decimal): -5271394 or 10391727. OLE color: 10391727.

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

Color convert

RGB175144158-
CMYK00.180.100.31
HSL332.9º16.23%62.55%-
HSV(B)332.9º17.71%68.63%-
XYZ33.8231.5336.65-
YUV154.86129.77142.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=36.69%
G=30.19%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514415800.180.100.31332.916.2362.55
HexAF909E012A1F14d103f
Octal25722023602212375152077
Binary10101111100100001001111001001010101111110100110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF909E; }

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

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

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

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

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

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

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

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