Shades of Shady Lady #AD919C
Tints of Shady Lady #AD919C
RGB
CMYK
RGB Variations
Color information
#AD919C (or 0xAD919C) is known color: Shady Lady. HEX triplet: AD, 91 and 9C. RGB value is (173,145,156). Sum of RGB (Red+Green+Blue) = 173+145+156=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD919C is #526E63. Grayscale: #9A9A9A. Windows color (decimal): -5402212 or 10260909. OLE color: 10260909.
HSL color Cylindrical-coordinate representation of color #AD919C: hue angle of 336.43º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD919C is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 156 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.32 |
| HSL | 336.43º | 0.15% | 0.62% | - |
| HSV(B) | 336.43º | 0.16% | 0.68% | - |
| XYZ | 33.36 | 31.54 | 35.78 | - |
| YUV | 154.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 156 | 0 | 0.16 | 0.10 | 0.32 | 336.43 | 0.15 | 0.62 |
| Hex | AD | 91 | 9C | 0 | 10 | A | 20 | 150 | F | 3E |
| Octal | 255 | 221 | 234 | 0 | 20 | 12 | 40 | 520 | 17 | 76 |
| Binary | 10101101 | 10010001 | 10011100 | 0 | 10000 | 1010 | 100000 | 101010000 | 1111 | 111110 |
Color Harmonies of #AD919C
Complementary color
Monochromatic Colors of #AD919C
Black with #AD919C
Text Example
Text Example
White with #AD919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD919C; }
p { color: rgb(173,145,156); }
H1.HeaderClassName
{
color: #AD919C;
}
.AnyTagClassName
{
color: #AD919C;
}
</style>
background-color css
<style>
a { background-color: #AD919C; }
a { background-color: rgb(173,145,156); }
div.DivClassName
{
background-color: #AD919C;
}
.BgClassName
{
background-color: #AD919C;
}
</style>
border-color css
<style>
span { border-color: #AD919C; }
span { border-color: rgb(173,145,156); }
td.TdClassName
{
border-color: #AD919C;
}
.TagClassName
{
border-color: #AD919C;
}
</style>