Shades of Shady Lady #AF909C
Tints of Shady Lady #AF909C
RGB
CMYK
RGB Variations
Color information
#AF909C (or 0xAF909C) is known color: 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
| RGB | 175 | 144 | 156 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.31 |
| HSL | 336.77º | 0.16% | 0.63% | - |
| HSV(B) | 336.77º | 0.18% | 0.69% | - |
| XYZ | 33.65 | 31.46 | 35.75 | - |
| YUV | 154.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 156 | 0 | 0.18 | 0.11 | 0.31 | 336.77 | 0.16 | 0.63 |
| Hex | AF | 90 | 9C | 0 | 12 | B | 1F | 151 | 10 | 3F |
| Octal | 257 | 220 | 234 | 0 | 22 | 13 | 37 | 521 | 20 | 77 |
| Binary | 10101111 | 10010000 | 10011100 | 0 | 10010 | 1011 | 11111 | 101010001 | 10000 | 111111 |
Color Harmonies of #AF909C
Complementary color
Monochromatic Colors of #AF909C
Black with #AF909C
Text Example
Text Example
White with #AF909C
Text Example
Text Example
HTML Codes & Css Web 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>