Shades of Shady Lady #AB909A
Tints of Shady Lady #AB909A
RGB
CMYK
RGB Variations
Color information
#AB909A (or 0xAB909A) is known color: Shady Lady. HEX triplet: AB, 90 and 9A. RGB value is (171,144,154). Sum of RGB (Red+Green+Blue) = 171+144+154=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB909A is #546F65. Grayscale: #999999. Windows color (decimal): -5533542 or 10129579. OLE color: 10129579.
HSL color Cylindrical-coordinate representation of color #AB909A: hue angle of 337.78º 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 #AB909A is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 154 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.33 |
| HSL | 337.78º | 0.14% | 0.62% | - |
| HSV(B) | 337.78º | 0.16% | 0.67% | - |
| XYZ | 32.6 | 30.94 | 34.83 | - |
| YUV | 153.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 154 | 0 | 0.16 | 0.10 | 0.33 | 337.78 | 0.14 | 0.62 |
| Hex | AB | 90 | 9A | 0 | 10 | A | 21 | 152 | E | 3E |
| Octal | 253 | 220 | 232 | 0 | 20 | 12 | 41 | 522 | 16 | 76 |
| Binary | 10101011 | 10010000 | 10011010 | 0 | 10000 | 1010 | 100001 | 101010010 | 1110 | 111110 |
Color Harmonies of #AB909A
Complementary color
Monochromatic Colors of #AB909A
Black with #AB909A
Text Example
Text Example
White with #AB909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB909A; }
p { color: rgb(171,144,154); }
H1.HeaderClassName
{
color: #AB909A;
}
.AnyTagClassName
{
color: #AB909A;
}
</style>
background-color css
<style>
a { background-color: #AB909A; }
a { background-color: rgb(171,144,154); }
div.DivClassName
{
background-color: #AB909A;
}
.BgClassName
{
background-color: #AB909A;
}
</style>
border-color css
<style>
span { border-color: #AB909A; }
span { border-color: rgb(171,144,154); }
td.TdClassName
{
border-color: #AB909A;
}
.TagClassName
{
border-color: #AB909A;
}
</style>