Shades of Shady Lady #AF99A6
Tints of Shady Lady #AF99A6
RGB
CMYK
RGB Variations
Color information
#AF99A6 (or 0xAF99A6) is known color: Shady Lady. HEX triplet: AF, 99 and A6. RGB value is (175,153,166). Sum of RGB (Red+Green+Blue) = 175+153+166=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AF99A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99A6 is #506659. Grayscale: #A1A1A1. Windows color (decimal): -5269082 or 10918319. OLE color: 10918319.
HSL color Cylindrical-coordinate representation of color #AF99A6: hue angle of 324.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF99A6 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 166 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.31 |
| HSL | 324.55º | 0.12% | 0.64% | - |
| HSV(B) | 324.55º | 0.13% | 0.69% | - |
| XYZ | 35.95 | 34.65 | 40.87 | - |
| YUV | 161.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 166 | 0 | 0.13 | 0.05 | 0.31 | 324.55 | 0.12 | 0.64 |
| Hex | AF | 99 | A6 | 0 | D | 5 | 1F | 145 | C | 40 |
| Octal | 257 | 231 | 246 | 0 | 15 | 5 | 37 | 505 | 14 | 100 |
| Binary | 10101111 | 10011001 | 10100110 | 0 | 1101 | 101 | 11111 | 101000101 | 1100 | 1000000 |
Color Harmonies of #AF99A6
Complementary color
Monochromatic Colors of #AF99A6
Black with #AF99A6
Text Example
Text Example
White with #AF99A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99A6; }
p { color: rgb(175,153,166); }
H1.HeaderClassName
{
color: #AF99A6;
}
.AnyTagClassName
{
color: #AF99A6;
}
</style>
background-color css
<style>
a { background-color: #AF99A6; }
a { background-color: rgb(175,153,166); }
div.DivClassName
{
background-color: #AF99A6;
}
.BgClassName
{
background-color: #AF99A6;
}
</style>
border-color css
<style>
span { border-color: #AF99A6; }
span { border-color: rgb(175,153,166); }
td.TdClassName
{
border-color: #AF99A6;
}
.TagClassName
{
border-color: #AF99A6;
}
</style>