Shades of Shady Lady #A1989A
Tints of Shady Lady #A1989A
RGB
CMYK
RGB Variations
Color information
#A1989A (or 0xA1989A) is known color: Shady Lady. HEX triplet: A1, 98 and 9A. RGB value is (161,152,154). Sum of RGB (Red+Green+Blue) = 161+152+154=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 161 - color contains mainly: red. Hex color #A1989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1989A is #5E6765. Grayscale: #9A9A9A. Windows color (decimal): -6186854 or 10131617. OLE color: 10131617.
HSL color Cylindrical-coordinate representation of color #A1989A: hue angle of 346.67º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A1989A is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 154 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.37 |
| HSL | 346.67º | 0.05% | 0.61% | - |
| HSV(B) | 346.67º | 0.06% | 0.63% | - |
| XYZ | 31.76 | 32.37 | 35.15 | - |
| YUV | 154.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 154 | 0 | 0.06 | 0.04 | 0.37 | 346.67 | 0.05 | 0.61 |
| Hex | A1 | 98 | 9A | 0 | 6 | 4 | 25 | 15B | 5 | 3D |
| Octal | 241 | 230 | 232 | 0 | 6 | 4 | 45 | 533 | 5 | 75 |
| Binary | 10100001 | 10011000 | 10011010 | 0 | 110 | 100 | 100101 | 101011011 | 101 | 111101 |
Color Harmonies of #A1989A
Complementary color
Monochromatic Colors of #A1989A
Black with #A1989A
Text Example
Text Example
White with #A1989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1989A; }
p { color: rgb(161,152,154); }
H1.HeaderClassName
{
color: #A1989A;
}
.AnyTagClassName
{
color: #A1989A;
}
</style>
background-color css
<style>
a { background-color: #A1989A; }
a { background-color: rgb(161,152,154); }
div.DivClassName
{
background-color: #A1989A;
}
.BgClassName
{
background-color: #A1989A;
}
</style>
border-color css
<style>
span { border-color: #A1989A; }
span { border-color: rgb(161,152,154); }
td.TdClassName
{
border-color: #A1989A;
}
.TagClassName
{
border-color: #A1989A;
}
</style>