Shades of Shady Lady #AD94A4
Tints of Shady Lady #AD94A4
RGB
CMYK
RGB Variations
Color information
#AD94A4 (or 0xAD94A4) is known color: Shady Lady. HEX triplet: AD, 94 and A4. RGB value is (173,148,164). Sum of RGB (Red+Green+Blue) = 173+148+164=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD94A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD94A4 is #526B5B. Grayscale: #9D9D9D. Windows color (decimal): -5401436 or 10785965. OLE color: 10785965.
HSL color Cylindrical-coordinate representation of color #AD94A4: hue angle of 321.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD94A4 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 164 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.32 |
| HSL | 321.6º | 0.13% | 0.63% | - |
| HSV(B) | 321.6º | 0.14% | 0.68% | - |
| XYZ | 34.52 | 32.74 | 39.62 | - |
| YUV | 157.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 164 | 0 | 0.14 | 0.05 | 0.32 | 321.6 | 0.13 | 0.63 |
| Hex | AD | 94 | A4 | 0 | E | 5 | 20 | 142 | D | 3F |
| Octal | 255 | 224 | 244 | 0 | 16 | 5 | 40 | 502 | 15 | 77 |
| Binary | 10101101 | 10010100 | 10100100 | 0 | 1110 | 101 | 100000 | 101000010 | 1101 | 111111 |
Color Harmonies of #AD94A4
Complementary color
Monochromatic Colors of #AD94A4
Black with #AD94A4
Text Example
Text Example
White with #AD94A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD94A4; }
p { color: rgb(173,148,164); }
H1.HeaderClassName
{
color: #AD94A4;
}
.AnyTagClassName
{
color: #AD94A4;
}
</style>
background-color css
<style>
a { background-color: #AD94A4; }
a { background-color: rgb(173,148,164); }
div.DivClassName
{
background-color: #AD94A4;
}
.BgClassName
{
background-color: #AD94A4;
}
</style>
border-color css
<style>
span { border-color: #AD94A4; }
span { border-color: rgb(173,148,164); }
td.TdClassName
{
border-color: #AD94A4;
}
.TagClassName
{
border-color: #AD94A4;
}
</style>