Shades of Shady Lady #AF969F
Tints of Shady Lady #AF969F
RGB
CMYK
RGB Variations
Color information
#AF969F (or 0xAF969F) is known color: Shady Lady. HEX triplet: AF, 96 and 9F. RGB value is (175,150,159). Sum of RGB (Red+Green+Blue) = 175+150+159=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF969F is #506960. Grayscale: #9E9E9E. Windows color (decimal): -5269857 or 10458799. OLE color: 10458799.
HSL color Cylindrical-coordinate representation of color #AF969F: hue angle of 338.4º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF969F is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 159 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.31 |
| HSL | 338.4º | 0.14% | 0.64% | - |
| HSV(B) | 338.4º | 0.14% | 0.69% | - |
| XYZ | 34.84 | 33.43 | 37.42 | - |
| YUV | 158.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 159 | 0 | 0.14 | 0.09 | 0.31 | 338.4 | 0.14 | 0.64 |
| Hex | AF | 96 | 9F | 0 | E | 9 | 1F | 152 | E | 40 |
| Octal | 257 | 226 | 237 | 0 | 16 | 11 | 37 | 522 | 16 | 100 |
| Binary | 10101111 | 10010110 | 10011111 | 0 | 1110 | 1001 | 11111 | 101010010 | 1110 | 1000000 |
Color Harmonies of #AF969F
Complementary color
Monochromatic Colors of #AF969F
Black with #AF969F
Text Example
Text Example
White with #AF969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF969F; }
p { color: rgb(175,150,159); }
H1.HeaderClassName
{
color: #AF969F;
}
.AnyTagClassName
{
color: #AF969F;
}
</style>
background-color css
<style>
a { background-color: #AF969F; }
a { background-color: rgb(175,150,159); }
div.DivClassName
{
background-color: #AF969F;
}
.BgClassName
{
background-color: #AF969F;
}
</style>
border-color css
<style>
span { border-color: #AF969F; }
span { border-color: rgb(175,150,159); }
td.TdClassName
{
border-color: #AF969F;
}
.TagClassName
{
border-color: #AF969F;
}
</style>