Shades of Shady Lady #A99198
Tints of Shady Lady #A99198
RGB
CMYK
RGB Variations
Color information
#A99198 (or 0xA99198) is known color: Shady Lady. HEX triplet: A9, 91 and 98. RGB value is (169,145,152). Sum of RGB (Red+Green+Blue) = 169+145+152=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 169 - color contains mainly: red. Hex color #A99198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99198 is #566E67. Grayscale: #989898. Windows color (decimal): -5664360 or 9998761. OLE color: 9998761.
HSL color Cylindrical-coordinate representation of color #A99198: hue angle of 342.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A99198 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 152 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.34 |
| HSL | 342.5º | 0.12% | 0.62% | - |
| HSV(B) | 342.5º | 0.14% | 0.66% | - |
| XYZ | 32.16 | 30.95 | 33.99 | - |
| YUV | 152.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 152 | 0 | 0.14 | 0.10 | 0.34 | 342.5 | 0.12 | 0.62 |
| Hex | A9 | 91 | 98 | 0 | E | A | 22 | 156 | C | 3E |
| Octal | 251 | 221 | 230 | 0 | 16 | 12 | 42 | 526 | 14 | 76 |
| Binary | 10101001 | 10010001 | 10011000 | 0 | 1110 | 1010 | 100010 | 101010110 | 1100 | 111110 |
Color Harmonies of #A99198
Complementary color
Monochromatic Colors of #A99198
Black with #A99198
Text Example
Text Example
White with #A99198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99198; }
p { color: rgb(169,145,152); }
H1.HeaderClassName
{
color: #A99198;
}
.AnyTagClassName
{
color: #A99198;
}
</style>
background-color css
<style>
a { background-color: #A99198; }
a { background-color: rgb(169,145,152); }
div.DivClassName
{
background-color: #A99198;
}
.BgClassName
{
background-color: #A99198;
}
</style>
border-color css
<style>
span { border-color: #A99198; }
span { border-color: rgb(169,145,152); }
td.TdClassName
{
border-color: #A99198;
}
.TagClassName
{
border-color: #A99198;
}
</style>