Shades of Shady Lady #AB8F9A
Tints of Shady Lady #AB8F9A
RGB
CMYK
RGB Variations
Color information
#AB8F9A (or 0xAB8F9A) is known color: Shady Lady. HEX triplet: AB, 8F and 9A. RGB value is (171,143,154). Sum of RGB (Red+Green+Blue) = 171+143+154=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F9A is #547065. Grayscale: #989898. Windows color (decimal): -5533798 or 10129323. OLE color: 10129323.
HSL color Cylindrical-coordinate representation of color #AB8F9A: hue angle of 336.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB8F9A is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 154 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.33 |
| HSL | 336.43º | 0.14% | 0.62% | - |
| HSV(B) | 336.43º | 0.16% | 0.67% | - |
| XYZ | 32.45 | 30.64 | 34.77 | - |
| YUV | 152.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 154 | 0 | 0.16 | 0.10 | 0.33 | 336.43 | 0.14 | 0.62 |
| Hex | AB | 8F | 9A | 0 | 10 | A | 21 | 150 | E | 3E |
| Octal | 253 | 217 | 232 | 0 | 20 | 12 | 41 | 520 | 16 | 76 |
| Binary | 10101011 | 10001111 | 10011010 | 0 | 10000 | 1010 | 100001 | 101010000 | 1110 | 111110 |
Color Harmonies of #AB8F9A
Complementary color
Monochromatic Colors of #AB8F9A
Black with #AB8F9A
Text Example
Text Example
White with #AB8F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F9A; }
p { color: rgb(171,143,154); }
H1.HeaderClassName
{
color: #AB8F9A;
}
.AnyTagClassName
{
color: #AB8F9A;
}
</style>
background-color css
<style>
a { background-color: #AB8F9A; }
a { background-color: rgb(171,143,154); }
div.DivClassName
{
background-color: #AB8F9A;
}
.BgClassName
{
background-color: #AB8F9A;
}
</style>
border-color css
<style>
span { border-color: #AB8F9A; }
span { border-color: rgb(171,143,154); }
td.TdClassName
{
border-color: #AB8F9A;
}
.TagClassName
{
border-color: #AB8F9A;
}
</style>