Shades of Shady Lady #AF8D9A
Tints of Shady Lady #AF8D9A
RGB
CMYK
RGB Variations
Color information
#AF8D9A (or 0xAF8D9A) is known color: Shady Lady. HEX triplet: AF, 8D and 9A. RGB value is (175,141,154). Sum of RGB (Red+Green+Blue) = 175+141+154=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D9A is #507265. Grayscale: #989898. Windows color (decimal): -5272166 or 10128815. OLE color: 10128815.
HSL color Cylindrical-coordinate representation of color #AF8D9A: hue angle of 337.06º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8D9A is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 154 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.31 |
| HSL | 337.06º | 0.18% | 0.62% | - |
| HSV(B) | 337.06º | 0.19% | 0.69% | - |
| XYZ | 33.04 | 30.5 | 34.72 | - |
| YUV | 152.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 154 | 0 | 0.19 | 0.12 | 0.31 | 337.06 | 0.18 | 0.62 |
| Hex | AF | 8D | 9A | 0 | 13 | C | 1F | 151 | 12 | 3E |
| Octal | 257 | 215 | 232 | 0 | 23 | 14 | 37 | 521 | 22 | 76 |
| Binary | 10101111 | 10001101 | 10011010 | 0 | 10011 | 1100 | 11111 | 101010001 | 10010 | 111110 |
Color Harmonies of #AF8D9A
Complementary color
Monochromatic Colors of #AF8D9A
Black with #AF8D9A
Text Example
Text Example
White with #AF8D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D9A; }
p { color: rgb(175,141,154); }
H1.HeaderClassName
{
color: #AF8D9A;
}
.AnyTagClassName
{
color: #AF8D9A;
}
</style>
background-color css
<style>
a { background-color: #AF8D9A; }
a { background-color: rgb(175,141,154); }
div.DivClassName
{
background-color: #AF8D9A;
}
.BgClassName
{
background-color: #AF8D9A;
}
</style>
border-color css
<style>
span { border-color: #AF8D9A; }
span { border-color: rgb(175,141,154); }
td.TdClassName
{
border-color: #AF8D9A;
}
.TagClassName
{
border-color: #AF8D9A;
}
</style>