Shades of Shady Lady #A1989E
Tints of Shady Lady #A1989E
RGB
CMYK
RGB Variations
Color information
#A1989E (or 0xA1989E) is known color: Shady Lady. HEX triplet: A1, 98 and 9E. RGB value is (161,152,158). Sum of RGB (Red+Green+Blue) = 161+152+158=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 161 - color contains mainly: red. Hex color #A1989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1989E is #5E6761. Grayscale: #9B9B9B. Windows color (decimal): -6186850 or 10393761. OLE color: 10393761.
HSL color Cylindrical-coordinate representation of color #A1989E: hue angle of 320º 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 #A1989E is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 158 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.37 |
| HSL | 320º | 0.05% | 0.61% | - |
| HSV(B) | 320º | 0.06% | 0.63% | - |
| XYZ | 32.1 | 32.5 | 36.93 | - |
| YUV | 155.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 158 | 0 | 0.06 | 0.02 | 0.37 | 320 | 0.05 | 0.61 |
| Hex | A1 | 98 | 9E | 0 | 6 | 2 | 25 | 140 | 5 | 3D |
| Octal | 241 | 230 | 236 | 0 | 6 | 2 | 45 | 500 | 5 | 75 |
| Binary | 10100001 | 10011000 | 10011110 | 0 | 110 | 10 | 100101 | 101000000 | 101 | 111101 |
Color Harmonies of #A1989E
Complementary color
Monochromatic Colors of #A1989E
Black with #A1989E
Text Example
Text Example
White with #A1989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1989E; }
p { color: rgb(161,152,158); }
H1.HeaderClassName
{
color: #A1989E;
}
.AnyTagClassName
{
color: #A1989E;
}
</style>
background-color css
<style>
a { background-color: #A1989E; }
a { background-color: rgb(161,152,158); }
div.DivClassName
{
background-color: #A1989E;
}
.BgClassName
{
background-color: #A1989E;
}
</style>
border-color css
<style>
span { border-color: #A1989E; }
span { border-color: rgb(161,152,158); }
td.TdClassName
{
border-color: #A1989E;
}
.TagClassName
{
border-color: #A1989E;
}
</style>