Shades of Shady Lady #AF8F9F
Tints of Shady Lady #AF8F9F
RGB
CMYK
RGB Variations
Color information
#AF8F9F (or 0xAF8F9F) is known color: Shady Lady. HEX triplet: AF, 8F and 9F. RGB value is (175,143,159). Sum of RGB (Red+Green+Blue) = 175+143+159=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F9F is #507060. Grayscale: #9A9A9A. Windows color (decimal): -5271649 or 10457007. OLE color: 10457007.
HSL color Cylindrical-coordinate representation of color #AF8F9F: hue angle of 330º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF8F9F is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 159 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.31 |
| HSL | 330º | 0.17% | 0.62% | - |
| HSV(B) | 330º | 0.18% | 0.69% | - |
| XYZ | 33.76 | 31.26 | 37.06 | - |
| YUV | 154.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 159 | 0 | 0.18 | 0.09 | 0.31 | 330 | 0.17 | 0.62 |
| Hex | AF | 8F | 9F | 0 | 12 | 9 | 1F | 14A | 11 | 3E |
| Octal | 257 | 217 | 237 | 0 | 22 | 11 | 37 | 512 | 21 | 76 |
| Binary | 10101111 | 10001111 | 10011111 | 0 | 10010 | 1001 | 11111 | 101001010 | 10001 | 111110 |
Color Harmonies of #AF8F9F
Complementary color
Monochromatic Colors of #AF8F9F
Black with #AF8F9F
Text Example
Text Example
White with #AF8F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F9F; }
p { color: rgb(175,143,159); }
H1.HeaderClassName
{
color: #AF8F9F;
}
.AnyTagClassName
{
color: #AF8F9F;
}
</style>
background-color css
<style>
a { background-color: #AF8F9F; }
a { background-color: rgb(175,143,159); }
div.DivClassName
{
background-color: #AF8F9F;
}
.BgClassName
{
background-color: #AF8F9F;
}
</style>
border-color css
<style>
span { border-color: #AF8F9F; }
span { border-color: rgb(175,143,159); }
td.TdClassName
{
border-color: #AF8F9F;
}
.TagClassName
{
border-color: #AF8F9F;
}
</style>