Shades of Shady Lady #A99BA3
Tints of Shady Lady #A99BA3
RGB
CMYK
RGB Variations
Color information
#A99BA3 (or 0xA99BA3) is known color: Shady Lady. HEX triplet: A9, 9B and A3. RGB value is (169,155,163). Sum of RGB (Red+Green+Blue) = 169+155+163=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 169 - color contains mainly: red. Hex color #A99BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BA3 is #56645C. Grayscale: #A0A0A0. Windows color (decimal): -5661789 or 10722217. OLE color: 10722217.
HSL color Cylindrical-coordinate representation of color #A99BA3: hue angle of 325.71º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A99BA3 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 163 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.34 |
| HSL | 325.71º | 0.08% | 0.64% | - |
| HSV(B) | 325.71º | 0.08% | 0.66% | - |
| XYZ | 34.69 | 34.52 | 39.49 | - |
| YUV | 160.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 163 | 0 | 0.08 | 0.04 | 0.34 | 325.71 | 0.08 | 0.64 |
| Hex | A9 | 9B | A3 | 0 | 8 | 4 | 22 | 146 | 8 | 40 |
| Octal | 251 | 233 | 243 | 0 | 10 | 4 | 42 | 506 | 10 | 100 |
| Binary | 10101001 | 10011011 | 10100011 | 0 | 1000 | 100 | 100010 | 101000110 | 1000 | 1000000 |
Color Harmonies of #A99BA3
Complementary color
Monochromatic Colors of #A99BA3
Black with #A99BA3
Text Example
Text Example
White with #A99BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BA3; }
p { color: rgb(169,155,163); }
H1.HeaderClassName
{
color: #A99BA3;
}
.AnyTagClassName
{
color: #A99BA3;
}
</style>
background-color css
<style>
a { background-color: #A99BA3; }
a { background-color: rgb(169,155,163); }
div.DivClassName
{
background-color: #A99BA3;
}
.BgClassName
{
background-color: #A99BA3;
}
</style>
border-color css
<style>
span { border-color: #A99BA3; }
span { border-color: rgb(169,155,163); }
td.TdClassName
{
border-color: #A99BA3;
}
.TagClassName
{
border-color: #A99BA3;
}
</style>