Shades of Shady Lady #A2999E
Tints of Shady Lady #A2999E
RGB
CMYK
RGB Variations
Color information
#A2999E (or 0xA2999E) is known color: Shady Lady. HEX triplet: A2, 99 and 9E. RGB value is (162,153,158). Sum of RGB (Red+Green+Blue) = 162+153+158=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 162 - color contains mainly: red. Hex color #A2999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2999E is #5D6661. Grayscale: #9C9C9C. Windows color (decimal): -6121058 or 10394018. OLE color: 10394018.
HSL color Cylindrical-coordinate representation of color #A2999E: hue angle of 326.67º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A2999E is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 158 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.36 |
| HSL | 326.67º | 0.05% | 0.62% | - |
| HSV(B) | 326.67º | 0.06% | 0.64% | - |
| XYZ | 32.46 | 32.93 | 36.99 | - |
| YUV | 156.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 158 | 0 | 0.06 | 0.02 | 0.36 | 326.67 | 0.05 | 0.62 |
| Hex | A2 | 99 | 9E | 0 | 6 | 2 | 24 | 147 | 5 | 3E |
| Octal | 242 | 231 | 236 | 0 | 6 | 2 | 44 | 507 | 5 | 76 |
| Binary | 10100010 | 10011001 | 10011110 | 0 | 110 | 10 | 100100 | 101000111 | 101 | 111110 |
Color Harmonies of #A2999E
Complementary color
Monochromatic Colors of #A2999E
Black with #A2999E
Text Example
Text Example
White with #A2999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2999E; }
p { color: rgb(162,153,158); }
H1.HeaderClassName
{
color: #A2999E;
}
.AnyTagClassName
{
color: #A2999E;
}
</style>
background-color css
<style>
a { background-color: #A2999E; }
a { background-color: rgb(162,153,158); }
div.DivClassName
{
background-color: #A2999E;
}
.BgClassName
{
background-color: #A2999E;
}
</style>
border-color css
<style>
span { border-color: #A2999E; }
span { border-color: rgb(162,153,158); }
td.TdClassName
{
border-color: #A2999E;
}
.TagClassName
{
border-color: #A2999E;
}
</style>