Shades of Lily #ADA5AA
Tints of Lily #ADA5AA
RGB
CMYK
RGB Variations
Color information
#ADA5AA (or 0xADA5AA) is known color: Lily. HEX triplet: AD, A5 and AA. RGB value is (173,165,170). Sum of RGB (Red+Green+Blue) = 173+165+170=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA5AA is #525A55. Grayscale: #A7A7A7. Windows color (decimal): -5397078 or 11183533. OLE color: 11183533.
HSL color Cylindrical-coordinate representation of color #ADA5AA: hue angle of 322.5º 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 #ADA5AA is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 170 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.32 |
| HSL | 322.5º | 0.05% | 0.66% | - |
| HSV(B) | 322.5º | 0.05% | 0.68% | - |
| XYZ | 37.94 | 38.7 | 43.5 | - |
| YUV | 167.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 170 | 0 | 0.05 | 0.02 | 0.32 | 322.5 | 0.05 | 0.66 |
| Hex | AD | A5 | AA | 0 | 5 | 2 | 20 | 142 | 5 | 42 |
| Octal | 255 | 245 | 252 | 0 | 5 | 2 | 40 | 502 | 5 | 102 |
| Binary | 10101101 | 10100101 | 10101010 | 0 | 101 | 10 | 100000 | 101000010 | 101 | 1000010 |
Color Harmonies of #ADA5AA
Complementary color
Monochromatic Colors of #ADA5AA
Black with #ADA5AA
Text Example
Text Example
White with #ADA5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA5AA; }
p { color: rgb(173,165,170); }
H1.HeaderClassName
{
color: #ADA5AA;
}
.AnyTagClassName
{
color: #ADA5AA;
}
</style>
background-color css
<style>
a { background-color: #ADA5AA; }
a { background-color: rgb(173,165,170); }
div.DivClassName
{
background-color: #ADA5AA;
}
.BgClassName
{
background-color: #ADA5AA;
}
</style>
border-color css
<style>
span { border-color: #ADA5AA; }
span { border-color: rgb(173,165,170); }
td.TdClassName
{
border-color: #ADA5AA;
}
.TagClassName
{
border-color: #ADA5AA;
}
</style>