Shades of Shady Lady #AB94A3
Tints of Shady Lady #AB94A3
RGB
CMYK
RGB Variations
Color information
#AB94A3 (or 0xAB94A3) is known color: Shady Lady. HEX triplet: AB, 94 and A3. RGB value is (171,148,163). Sum of RGB (Red+Green+Blue) = 171+148+163=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB94A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB94A3 is #546B5C. Grayscale: #9C9C9C. Windows color (decimal): -5532509 or 10720427. OLE color: 10720427.
HSL color Cylindrical-coordinate representation of color #AB94A3: hue angle of 320.87º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB94A3 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 163 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.33 |
| HSL | 320.87º | 0.12% | 0.63% | - |
| HSV(B) | 320.87º | 0.13% | 0.67% | - |
| XYZ | 34 | 32.48 | 39.13 | - |
| YUV | 156.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 163 | 0 | 0.13 | 0.05 | 0.33 | 320.87 | 0.12 | 0.63 |
| Hex | AB | 94 | A3 | 0 | D | 5 | 21 | 141 | C | 3F |
| Octal | 253 | 224 | 243 | 0 | 15 | 5 | 41 | 501 | 14 | 77 |
| Binary | 10101011 | 10010100 | 10100011 | 0 | 1101 | 101 | 100001 | 101000001 | 1100 | 111111 |
Color Harmonies of #AB94A3
Complementary color
Monochromatic Colors of #AB94A3
Black with #AB94A3
Text Example
Text Example
White with #AB94A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB94A3; }
p { color: rgb(171,148,163); }
H1.HeaderClassName
{
color: #AB94A3;
}
.AnyTagClassName
{
color: #AB94A3;
}
</style>
background-color css
<style>
a { background-color: #AB94A3; }
a { background-color: rgb(171,148,163); }
div.DivClassName
{
background-color: #AB94A3;
}
.BgClassName
{
background-color: #AB94A3;
}
</style>
border-color css
<style>
span { border-color: #AB94A3; }
span { border-color: rgb(171,148,163); }
td.TdClassName
{
border-color: #AB94A3;
}
.TagClassName
{
border-color: #AB94A3;
}
</style>