Shades of Shady Lady #AB979C
Tints of Shady Lady #AB979C
RGB
CMYK
RGB Variations
Color information
#AB979C (or 0xAB979C) is known color: Shady Lady. HEX triplet: AB, 97 and 9C. RGB value is (171,151,156). Sum of RGB (Red+Green+Blue) = 171+151+156=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB979C is #546863. Grayscale: #9D9D9D. Windows color (decimal): -5531748 or 10262443. OLE color: 10262443.
HSL color Cylindrical-coordinate representation of color #AB979C: hue angle of 345º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB979C is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 156 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.33 |
| HSL | 345º | 0.11% | 0.63% | - |
| HSV(B) | 345º | 0.12% | 0.67% | - |
| XYZ | 33.86 | 33.19 | 36.07 | - |
| YUV | 157.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 156 | 0 | 0.12 | 0.09 | 0.33 | 345 | 0.11 | 0.63 |
| Hex | AB | 97 | 9C | 0 | C | 9 | 21 | 159 | B | 3F |
| Octal | 253 | 227 | 234 | 0 | 14 | 11 | 41 | 531 | 13 | 77 |
| Binary | 10101011 | 10010111 | 10011100 | 0 | 1100 | 1001 | 100001 | 101011001 | 1011 | 111111 |
Color Harmonies of #AB979C
Complementary color
Monochromatic Colors of #AB979C
Black with #AB979C
Text Example
Text Example
White with #AB979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB979C; }
p { color: rgb(171,151,156); }
H1.HeaderClassName
{
color: #AB979C;
}
.AnyTagClassName
{
color: #AB979C;
}
</style>
background-color css
<style>
a { background-color: #AB979C; }
a { background-color: rgb(171,151,156); }
div.DivClassName
{
background-color: #AB979C;
}
.BgClassName
{
background-color: #AB979C;
}
</style>
border-color css
<style>
span { border-color: #AB979C; }
span { border-color: rgb(171,151,156); }
td.TdClassName
{
border-color: #AB979C;
}
.TagClassName
{
border-color: #AB979C;
}
</style>