Shades of Shady Lady #AD8F9A
Tints of Shady Lady #AD8F9A
RGB
CMYK
RGB Variations
Color information
#AD8F9A (or 0xAD8F9A) is known color: Shady Lady. HEX triplet: AD, 8F and 9A. RGB value is (173,143,154). Sum of RGB (Red+Green+Blue) = 173+143+154=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F9A is #527065. Grayscale: #999999. Windows color (decimal): -5402726 or 10129325. OLE color: 10129325.
HSL color Cylindrical-coordinate representation of color #AD8F9A: hue angle of 338º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD8F9A is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 154 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.32 |
| HSL | 338º | 0.15% | 0.62% | - |
| HSV(B) | 338º | 0.17% | 0.68% | - |
| XYZ | 32.89 | 30.86 | 34.8 | - |
| YUV | 153.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 154 | 0 | 0.17 | 0.11 | 0.32 | 338 | 0.15 | 0.62 |
| Hex | AD | 8F | 9A | 0 | 11 | B | 20 | 152 | F | 3E |
| Octal | 255 | 217 | 232 | 0 | 21 | 13 | 40 | 522 | 17 | 76 |
| Binary | 10101101 | 10001111 | 10011010 | 0 | 10001 | 1011 | 100000 | 101010010 | 1111 | 111110 |
Color Harmonies of #AD8F9A
Complementary color
Monochromatic Colors of #AD8F9A
Black with #AD8F9A
Text Example
Text Example
White with #AD8F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F9A; }
p { color: rgb(173,143,154); }
H1.HeaderClassName
{
color: #AD8F9A;
}
.AnyTagClassName
{
color: #AD8F9A;
}
</style>
background-color css
<style>
a { background-color: #AD8F9A; }
a { background-color: rgb(173,143,154); }
div.DivClassName
{
background-color: #AD8F9A;
}
.BgClassName
{
background-color: #AD8F9A;
}
</style>
border-color css
<style>
span { border-color: #AD8F9A; }
span { border-color: rgb(173,143,154); }
td.TdClassName
{
border-color: #AD8F9A;
}
.TagClassName
{
border-color: #AD8F9A;
}
</style>