Shades of Shady Lady #AF8F9D
Tints of Shady Lady #AF8F9D
RGB
CMYK
RGB Variations
Color information
#AF8F9D (or 0xAF8F9D) is known color: Shady Lady. HEX triplet: AF, 8F and 9D. RGB value is (175,143,157). Sum of RGB (Red+Green+Blue) = 175+143+157=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F9D is #507062. Grayscale: #9A9A9A. Windows color (decimal): -5271651 or 10325935. OLE color: 10325935.
HSL color Cylindrical-coordinate representation of color #AF8F9D: hue angle of 333.75º 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 #AF8F9D is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 157 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.31 |
| HSL | 333.75º | 0.17% | 0.62% | - |
| HSV(B) | 333.75º | 0.18% | 0.69% | - |
| XYZ | 33.59 | 31.19 | 36.15 | - |
| YUV | 154.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 157 | 0 | 0.18 | 0.10 | 0.31 | 333.75 | 0.17 | 0.62 |
| Hex | AF | 8F | 9D | 0 | 12 | A | 1F | 14E | 11 | 3E |
| Octal | 257 | 217 | 235 | 0 | 22 | 12 | 37 | 516 | 21 | 76 |
| Binary | 10101111 | 10001111 | 10011101 | 0 | 10010 | 1010 | 11111 | 101001110 | 10001 | 111110 |
Color Harmonies of #AF8F9D
Complementary color
Monochromatic Colors of #AF8F9D
Black with #AF8F9D
Text Example
Text Example
White with #AF8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F9D; }
p { color: rgb(175,143,157); }
H1.HeaderClassName
{
color: #AF8F9D;
}
.AnyTagClassName
{
color: #AF8F9D;
}
</style>
background-color css
<style>
a { background-color: #AF8F9D; }
a { background-color: rgb(175,143,157); }
div.DivClassName
{
background-color: #AF8F9D;
}
.BgClassName
{
background-color: #AF8F9D;
}
</style>
border-color css
<style>
span { border-color: #AF8F9D; }
span { border-color: rgb(175,143,157); }
td.TdClassName
{
border-color: #AF8F9D;
}
.TagClassName
{
border-color: #AF8F9D;
}
</style>