Shades of Shady Lady #AD919B
Tints of Shady Lady #AD919B
RGB
CMYK
RGB Variations
Color information
#AD919B (or 0xAD919B) is known color: Shady Lady. HEX triplet: AD, 91 and 9B. RGB value is (173,145,155). Sum of RGB (Red+Green+Blue) = 173+145+155=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD919B is #526E64. Grayscale: #9A9A9A. Windows color (decimal): -5402213 or 10195373. OLE color: 10195373.
HSL color Cylindrical-coordinate representation of color #AD919B: hue angle of 338.57º 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 #AD919B is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 155 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.32 |
| HSL | 338.57º | 0.15% | 0.62% | - |
| HSV(B) | 338.57º | 0.16% | 0.68% | - |
| XYZ | 33.28 | 31.5 | 35.34 | - |
| YUV | 154.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 155 | 0 | 0.16 | 0.10 | 0.32 | 338.57 | 0.15 | 0.62 |
| Hex | AD | 91 | 9B | 0 | 10 | A | 20 | 153 | F | 3E |
| Octal | 255 | 221 | 233 | 0 | 20 | 12 | 40 | 523 | 17 | 76 |
| Binary | 10101101 | 10010001 | 10011011 | 0 | 10000 | 1010 | 100000 | 101010011 | 1111 | 111110 |
Color Harmonies of #AD919B
Complementary color
Monochromatic Colors of #AD919B
Black with #AD919B
Text Example
Text Example
White with #AD919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD919B; }
p { color: rgb(173,145,155); }
H1.HeaderClassName
{
color: #AD919B;
}
.AnyTagClassName
{
color: #AD919B;
}
</style>
background-color css
<style>
a { background-color: #AD919B; }
a { background-color: rgb(173,145,155); }
div.DivClassName
{
background-color: #AD919B;
}
.BgClassName
{
background-color: #AD919B;
}
</style>
border-color css
<style>
span { border-color: #AD919B; }
span { border-color: rgb(173,145,155); }
td.TdClassName
{
border-color: #AD919B;
}
.TagClassName
{
border-color: #AD919B;
}
</style>