Shades of Shady Lady #AF99A1
Tints of Shady Lady #AF99A1
RGB
CMYK
RGB Variations
Color information
#AF99A1 (or 0xAF99A1) is known color: Shady Lady. HEX triplet: AF, 99 and A1. RGB value is (175,153,161). Sum of RGB (Red+Green+Blue) = 175+153+161=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AF99A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99A1 is #50665E. Grayscale: #A0A0A0. Windows color (decimal): -5269087 or 10590639. OLE color: 10590639.
HSL color Cylindrical-coordinate representation of color #AF99A1: hue angle of 338.18º 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 #AF99A1 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 161 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.31 |
| HSL | 338.18º | 0.12% | 0.64% | - |
| HSV(B) | 338.18º | 0.13% | 0.69% | - |
| XYZ | 35.5 | 34.47 | 38.5 | - |
| YUV | 160.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 161 | 0 | 0.13 | 0.08 | 0.31 | 338.18 | 0.12 | 0.64 |
| Hex | AF | 99 | A1 | 0 | D | 8 | 1F | 152 | C | 40 |
| Octal | 257 | 231 | 241 | 0 | 15 | 10 | 37 | 522 | 14 | 100 |
| Binary | 10101111 | 10011001 | 10100001 | 0 | 1101 | 1000 | 11111 | 101010010 | 1100 | 1000000 |
Color Harmonies of #AF99A1
Complementary color
Monochromatic Colors of #AF99A1
Black with #AF99A1
Text Example
Text Example
White with #AF99A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99A1; }
p { color: rgb(175,153,161); }
H1.HeaderClassName
{
color: #AF99A1;
}
.AnyTagClassName
{
color: #AF99A1;
}
</style>
background-color css
<style>
a { background-color: #AF99A1; }
a { background-color: rgb(175,153,161); }
div.DivClassName
{
background-color: #AF99A1;
}
.BgClassName
{
background-color: #AF99A1;
}
</style>
border-color css
<style>
span { border-color: #AF99A1; }
span { border-color: rgb(175,153,161); }
td.TdClassName
{
border-color: #AF99A1;
}
.TagClassName
{
border-color: #AF99A1;
}
</style>