Shades of Shady Lady #AF9CA6
Tints of Shady Lady #AF9CA6
RGB
CMYK
RGB Variations
Color information
#AF9CA6 (or 0xAF9CA6) is known color: Shady Lady. HEX triplet: AF, 9C and A6. RGB value is (175,156,166). Sum of RGB (Red+Green+Blue) = 175+156+166=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9CA6 is #506359. Grayscale: #A2A2A2. Windows color (decimal): -5268314 or 10919087. OLE color: 10919087.
HSL color Cylindrical-coordinate representation of color #AF9CA6: hue angle of 328.42º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AF9CA6 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 166 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.31 |
| HSL | 328.42º | 0.11% | 0.65% | - |
| HSV(B) | 328.42º | 0.11% | 0.69% | - |
| XYZ | 36.45 | 35.64 | 41.04 | - |
| YUV | 162.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 166 | 0 | 0.11 | 0.05 | 0.31 | 328.42 | 0.11 | 0.65 |
| Hex | AF | 9C | A6 | 0 | B | 5 | 1F | 148 | B | 41 |
| Octal | 257 | 234 | 246 | 0 | 13 | 5 | 37 | 510 | 13 | 101 |
| Binary | 10101111 | 10011100 | 10100110 | 0 | 1011 | 101 | 11111 | 101001000 | 1011 | 1000001 |
Color Harmonies of #AF9CA6
Complementary color
Monochromatic Colors of #AF9CA6
Black with #AF9CA6
Text Example
Text Example
White with #AF9CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9CA6; }
p { color: rgb(175,156,166); }
H1.HeaderClassName
{
color: #AF9CA6;
}
.AnyTagClassName
{
color: #AF9CA6;
}
</style>
background-color css
<style>
a { background-color: #AF9CA6; }
a { background-color: rgb(175,156,166); }
div.DivClassName
{
background-color: #AF9CA6;
}
.BgClassName
{
background-color: #AF9CA6;
}
</style>
border-color css
<style>
span { border-color: #AF9CA6; }
span { border-color: rgb(175,156,166); }
td.TdClassName
{
border-color: #AF9CA6;
}
.TagClassName
{
border-color: #AF9CA6;
}
</style>