Shades of Shady Lady #AD98A5
Tints of Shady Lady #AD98A5
RGB
CMYK
RGB Variations
Color information
#AD98A5 (or 0xAD98A5) is known color: Shady Lady. HEX triplet: AD, 98 and A5. RGB value is (173,152,165). Sum of RGB (Red+Green+Blue) = 173+152+165=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #AD98A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98A5 is #52675A. Grayscale: #9F9F9F. Windows color (decimal): -5400411 or 10852525. OLE color: 10852525.
HSL color Cylindrical-coordinate representation of color #AD98A5: hue angle of 322.86º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD98A5 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 165 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.32 |
| HSL | 322.86º | 0.11% | 0.64% | - |
| HSV(B) | 322.86º | 0.12% | 0.68% | - |
| XYZ | 35.25 | 34.06 | 40.31 | - |
| YUV | 159.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 165 | 0 | 0.12 | 0.05 | 0.32 | 322.86 | 0.11 | 0.64 |
| Hex | AD | 98 | A5 | 0 | C | 5 | 20 | 143 | B | 40 |
| Octal | 255 | 230 | 245 | 0 | 14 | 5 | 40 | 503 | 13 | 100 |
| Binary | 10101101 | 10011000 | 10100101 | 0 | 1100 | 101 | 100000 | 101000011 | 1011 | 1000000 |
Color Harmonies of #AD98A5
Complementary color
Monochromatic Colors of #AD98A5
Black with #AD98A5
Text Example
Text Example
White with #AD98A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98A5; }
p { color: rgb(173,152,165); }
H1.HeaderClassName
{
color: #AD98A5;
}
.AnyTagClassName
{
color: #AD98A5;
}
</style>
background-color css
<style>
a { background-color: #AD98A5; }
a { background-color: rgb(173,152,165); }
div.DivClassName
{
background-color: #AD98A5;
}
.BgClassName
{
background-color: #AD98A5;
}
</style>
border-color css
<style>
span { border-color: #AD98A5; }
span { border-color: rgb(173,152,165); }
td.TdClassName
{
border-color: #AD98A5;
}
.TagClassName
{
border-color: #AD98A5;
}
</style>