Shades of Shady Lady #ADA4A8
Tints of Shady Lady #ADA4A8
RGB
CMYK
RGB Variations
Color information
#ADA4A8 (or 0xADA4A8) is known color: Shady Lady. HEX triplet: AD, A4 and A8. RGB value is (173,164,168). Sum of RGB (Red+Green+Blue) = 173+164+168=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA4A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4A8 is #525B57. Grayscale: #A7A7A7. Windows color (decimal): -5397336 or 11052205. OLE color: 11052205.
HSL color Cylindrical-coordinate representation of color #ADA4A8: hue angle of 333.33º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADA4A8 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 164 | 168 | - |
CMYK | 0 | 0.05 | 0.03 | 0.32 |
HSL | 333.33º | 0.05% | 0.66% | - |
HSV(B) | 333.33º | 0.05% | 0.68% | - |
XYZ | 37.58 | 38.26 | 42.45 | - |
YUV | 167.15 | 128.48 | 132.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 164 | 168 | 0 | 0.05 | 0.03 | 0.32 | 333.33 | 0.05 | 0.66 |
Hex | AD | A4 | A8 | 0 | 5 | 3 | 20 | 14D | 5 | 42 |
Octal | 255 | 244 | 250 | 0 | 5 | 3 | 40 | 515 | 5 | 102 |
Binary | 10101101 | 10100100 | 10101000 | 0 | 101 | 11 | 100000 | 101001101 | 101 | 1000010 |
Color Harmonies of #ADA4A8
Complementary color
Monochromatic Colors of #ADA4A8
Black with #ADA4A8
Text Example
Text Example
White with #ADA4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA4A8; }
p { color: rgb(173,164,168); }
H1.HeaderClassName
{
color: #ADA4A8;
}
.AnyTagClassName
{
color: #ADA4A8;
}
</style>
background-color css
<style>
a { background-color: #ADA4A8; }
a { background-color: rgb(173,164,168); }
div.DivClassName
{
background-color: #ADA4A8;
}
.BgClassName
{
background-color: #ADA4A8;
}
</style>
border-color css
<style>
span { border-color: #ADA4A8; }
span { border-color: rgb(173,164,168); }
td.TdClassName
{
border-color: #ADA4A8;
}
.TagClassName
{
border-color: #ADA4A8;
}
</style>