Shades of Shady Lady #AB8D9A
Tints of Shady Lady #AB8D9A
RGB
CMYK
RGB Variations
Color information
#AB8D9A (or 0xAB8D9A) is known color: Shady Lady. HEX triplet: AB, 8D and 9A. RGB value is (171,141,154). Sum of RGB (Red+Green+Blue) = 171+141+154=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8D9A is #547265. Grayscale: #979797. Windows color (decimal): -5534310 or 10128811. OLE color: 10128811.
HSL color Cylindrical-coordinate representation of color #AB8D9A: hue angle of 334º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB8D9A is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 154 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.33 |
| HSL | 334º | 0.15% | 0.61% | - |
| HSV(B) | 334º | 0.18% | 0.67% | - |
| XYZ | 32.15 | 30.04 | 34.68 | - |
| YUV | 151.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 154 | 0 | 0.18 | 0.10 | 0.33 | 334 | 0.15 | 0.61 |
| Hex | AB | 8D | 9A | 0 | 12 | A | 21 | 14E | F | 3D |
| Octal | 253 | 215 | 232 | 0 | 22 | 12 | 41 | 516 | 17 | 75 |
| Binary | 10101011 | 10001101 | 10011010 | 0 | 10010 | 1010 | 100001 | 101001110 | 1111 | 111101 |
Color Harmonies of #AB8D9A
Complementary color
Monochromatic Colors of #AB8D9A
Black with #AB8D9A
Text Example
Text Example
White with #AB8D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D9A; }
p { color: rgb(171,141,154); }
H1.HeaderClassName
{
color: #AB8D9A;
}
.AnyTagClassName
{
color: #AB8D9A;
}
</style>
background-color css
<style>
a { background-color: #AB8D9A; }
a { background-color: rgb(171,141,154); }
div.DivClassName
{
background-color: #AB8D9A;
}
.BgClassName
{
background-color: #AB8D9A;
}
</style>
border-color css
<style>
span { border-color: #AB8D9A; }
span { border-color: rgb(171,141,154); }
td.TdClassName
{
border-color: #AB8D9A;
}
.TagClassName
{
border-color: #AB8D9A;
}
</style>