Shades of Shady Lady #A1949B
Tints of Shady Lady #A1949B
RGB
CMYK
RGB Variations
Color information
#A1949B (or 0xA1949B) is known color: Shady Lady. HEX triplet: A1, 94 and 9B. RGB value is (161,148,155). Sum of RGB (Red+Green+Blue) = 161+148+155=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 161 - color contains mainly: red. Hex color #A1949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1949B is #5E6B64. Grayscale: #989898. Windows color (decimal): -6187877 or 10196129. OLE color: 10196129.
HSL color Cylindrical-coordinate representation of color #A1949B: hue angle of 327.69º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1949B is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 155 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.37 |
| HSL | 327.69º | 0.06% | 0.61% | - |
| HSV(B) | 327.69º | 0.08% | 0.63% | - |
| XYZ | 31.2 | 31.12 | 35.37 | - |
| YUV | 152.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 155 | 0 | 0.08 | 0.04 | 0.37 | 327.69 | 0.06 | 0.61 |
| Hex | A1 | 94 | 9B | 0 | 8 | 4 | 25 | 148 | 6 | 3D |
| Octal | 241 | 224 | 233 | 0 | 10 | 4 | 45 | 510 | 6 | 75 |
| Binary | 10100001 | 10010100 | 10011011 | 0 | 1000 | 100 | 100101 | 101001000 | 110 | 111101 |
Color Harmonies of #A1949B
Complementary color
Monochromatic Colors of #A1949B
Black with #A1949B
Text Example
Text Example
White with #A1949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1949B; }
p { color: rgb(161,148,155); }
H1.HeaderClassName
{
color: #A1949B;
}
.AnyTagClassName
{
color: #A1949B;
}
</style>
background-color css
<style>
a { background-color: #A1949B; }
a { background-color: rgb(161,148,155); }
div.DivClassName
{
background-color: #A1949B;
}
.BgClassName
{
background-color: #A1949B;
}
</style>
border-color css
<style>
span { border-color: #A1949B; }
span { border-color: rgb(161,148,155); }
td.TdClassName
{
border-color: #A1949B;
}
.TagClassName
{
border-color: #A1949B;
}
</style>