Shades of Shady Lady #AB949B
Tints of Shady Lady #AB949B
RGB
CMYK
RGB Variations
Color information
#AB949B (or 0xAB949B) is known color: Shady Lady. HEX triplet: AB, 94 and 9B. RGB value is (171,148,155). Sum of RGB (Red+Green+Blue) = 171+148+155=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #AB949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB949B is #546B64. Grayscale: #9B9B9B. Windows color (decimal): -5532517 or 10196139. OLE color: 10196139.
HSL color Cylindrical-coordinate representation of color #AB949B: hue angle of 341.74º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB949B is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 155 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.33 |
| HSL | 341.74º | 0.12% | 0.63% | - |
| HSV(B) | 341.74º | 0.13% | 0.67% | - |
| XYZ | 33.3 | 32.2 | 35.47 | - |
| YUV | 155.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 155 | 0 | 0.13 | 0.09 | 0.33 | 341.74 | 0.12 | 0.63 |
| Hex | AB | 94 | 9B | 0 | D | 9 | 21 | 156 | C | 3F |
| Octal | 253 | 224 | 233 | 0 | 15 | 11 | 41 | 526 | 14 | 77 |
| Binary | 10101011 | 10010100 | 10011011 | 0 | 1101 | 1001 | 100001 | 101010110 | 1100 | 111111 |
Color Harmonies of #AB949B
Complementary color
Monochromatic Colors of #AB949B
Black with #AB949B
Text Example
Text Example
White with #AB949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB949B; }
p { color: rgb(171,148,155); }
H1.HeaderClassName
{
color: #AB949B;
}
.AnyTagClassName
{
color: #AB949B;
}
</style>
background-color css
<style>
a { background-color: #AB949B; }
a { background-color: rgb(171,148,155); }
div.DivClassName
{
background-color: #AB949B;
}
.BgClassName
{
background-color: #AB949B;
}
</style>
border-color css
<style>
span { border-color: #AB949B; }
span { border-color: rgb(171,148,155); }
td.TdClassName
{
border-color: #AB949B;
}
.TagClassName
{
border-color: #AB949B;
}
</style>