Shades of Shady Lady #AD8B98
Tints of Shady Lady #AD8B98
RGB
CMYK
RGB Variations
Color information
#AD8B98 (or 0xAD8B98) is known color: Shady Lady. HEX triplet: AD, 8B and 98. RGB value is (173,139,152). Sum of RGB (Red+Green+Blue) = 173+139+152=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8B98 is #527467. Grayscale: #969696. Windows color (decimal): -5403752 or 9997229. OLE color: 9997229.
HSL color Cylindrical-coordinate representation of color #AD8B98: hue angle of 337.06º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8B98 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 152 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.32 |
| HSL | 337.06º | 0.17% | 0.61% | - |
| HSV(B) | 337.06º | 0.2% | 0.68% | - |
| XYZ | 32.13 | 29.62 | 33.73 | - |
| YUV | 150.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 152 | 0 | 0.20 | 0.12 | 0.32 | 337.06 | 0.17 | 0.61 |
| Hex | AD | 8B | 98 | 0 | 14 | C | 20 | 151 | 11 | 3D |
| Octal | 255 | 213 | 230 | 0 | 24 | 14 | 40 | 521 | 21 | 75 |
| Binary | 10101101 | 10001011 | 10011000 | 0 | 10100 | 1100 | 100000 | 101010001 | 10001 | 111101 |
Color Harmonies of #AD8B98
Complementary color
Monochromatic Colors of #AD8B98
Black with #AD8B98
Text Example
Text Example
White with #AD8B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B98; }
p { color: rgb(173,139,152); }
H1.HeaderClassName
{
color: #AD8B98;
}
.AnyTagClassName
{
color: #AD8B98;
}
</style>
background-color css
<style>
a { background-color: #AD8B98; }
a { background-color: rgb(173,139,152); }
div.DivClassName
{
background-color: #AD8B98;
}
.BgClassName
{
background-color: #AD8B98;
}
</style>
border-color css
<style>
span { border-color: #AD8B98; }
span { border-color: rgb(173,139,152); }
td.TdClassName
{
border-color: #AD8B98;
}
.TagClassName
{
border-color: #AD8B98;
}
</style>