Shades of Shady Lady #AF98A3
Tints of Shady Lady #AF98A3
RGB
CMYK
RGB Variations
Color information
#AF98A3 (or 0xAF98A3) is known color: Shady Lady. HEX triplet: AF, 98 and A3. RGB value is (175,152,163). Sum of RGB (Red+Green+Blue) = 175+152+163=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AF98A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF98A3 is #50675C. Grayscale: #A0A0A0. Windows color (decimal): -5269341 or 10721455. OLE color: 10721455.
HSL color Cylindrical-coordinate representation of color #AF98A3: hue angle of 331.3º degrees, saturation: 0.13, 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 #AF98A3 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 163 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.31 |
| HSL | 331.3º | 0.13% | 0.64% | - |
| HSV(B) | 331.3º | 0.13% | 0.69% | - |
| XYZ | 35.52 | 34.21 | 39.38 | - |
| YUV | 160.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 163 | 0 | 0.13 | 0.07 | 0.31 | 331.3 | 0.13 | 0.64 |
| Hex | AF | 98 | A3 | 0 | D | 7 | 1F | 14B | D | 40 |
| Octal | 257 | 230 | 243 | 0 | 15 | 7 | 37 | 513 | 15 | 100 |
| Binary | 10101111 | 10011000 | 10100011 | 0 | 1101 | 111 | 11111 | 101001011 | 1101 | 1000000 |
Color Harmonies of #AF98A3
Complementary color
Monochromatic Colors of #AF98A3
Black with #AF98A3
Text Example
Text Example
White with #AF98A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF98A3; }
p { color: rgb(175,152,163); }
H1.HeaderClassName
{
color: #AF98A3;
}
.AnyTagClassName
{
color: #AF98A3;
}
</style>
background-color css
<style>
a { background-color: #AF98A3; }
a { background-color: rgb(175,152,163); }
div.DivClassName
{
background-color: #AF98A3;
}
.BgClassName
{
background-color: #AF98A3;
}
</style>
border-color css
<style>
span { border-color: #AF98A3; }
span { border-color: rgb(175,152,163); }
td.TdClassName
{
border-color: #AF98A3;
}
.TagClassName
{
border-color: #AF98A3;
}
</style>