Shades of Shady Lady #AB939B
Tints of Shady Lady #AB939B
RGB
CMYK
RGB Variations
Color information
#AB939B (or 0xAB939B) is known color: Shady Lady. HEX triplet: AB, 93 and 9B. RGB value is (171,147,155). Sum of RGB (Red+Green+Blue) = 171+147+155=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB939B is #546C64. Grayscale: #9B9B9B. Windows color (decimal): -5532773 or 10195883. OLE color: 10195883.
HSL color Cylindrical-coordinate representation of color #AB939B: hue angle of 340º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB939B is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 155 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.33 |
| HSL | 340º | 0.13% | 0.62% | - |
| HSV(B) | 340º | 0.14% | 0.67% | - |
| XYZ | 33.14 | 31.89 | 35.42 | - |
| YUV | 155.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 155 | 0 | 0.14 | 0.09 | 0.33 | 340 | 0.13 | 0.62 |
| Hex | AB | 93 | 9B | 0 | E | 9 | 21 | 154 | C | 3E |
| Octal | 253 | 223 | 233 | 0 | 16 | 11 | 41 | 524 | 14 | 76 |
| Binary | 10101011 | 10010011 | 10011011 | 0 | 1110 | 1001 | 100001 | 101010100 | 1100 | 111110 |
Color Harmonies of #AB939B
Complementary color
Monochromatic Colors of #AB939B
Black with #AB939B
Text Example
Text Example
White with #AB939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB939B; }
p { color: rgb(171,147,155); }
H1.HeaderClassName
{
color: #AB939B;
}
.AnyTagClassName
{
color: #AB939B;
}
</style>
background-color css
<style>
a { background-color: #AB939B; }
a { background-color: rgb(171,147,155); }
div.DivClassName
{
background-color: #AB939B;
}
.BgClassName
{
background-color: #AB939B;
}
</style>
border-color css
<style>
span { border-color: #AB939B; }
span { border-color: rgb(171,147,155); }
td.TdClassName
{
border-color: #AB939B;
}
.TagClassName
{
border-color: #AB939B;
}
</style>