Shades of Lola #ADA9AD
Tints of Lola #ADA9AD
RGB
CMYK
RGB Variations
Color information
#ADA9AD (or 0xADA9AD) is known color: Lola. HEX triplet: AD, A9 and AD. RGB value is (173,169,173). Sum of RGB (Red+Green+Blue) = 173+169+173=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9AD is #525652. Grayscale: #AAAAAA. Windows color (decimal): -5396051 or 11381165. OLE color: 11381165.
HSL color Cylindrical-coordinate representation of color #ADA9AD: hue angle of 300º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADA9AD is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 169 | 173 | - |
CMYK | 0 | 0.02 | 0 | 0.32 |
HSL | 300º | 0.02% | 0.67% | - |
HSV(B) | 300º | 0.02% | 0.68% | - |
XYZ | 38.96 | 40.28 | 45.26 | - |
YUV | 170.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 169 | 173 | 0 | 0.02 | 0 | 0.32 | 300 | 0.02 | 0.67 |
Hex | AD | A9 | AD | 0 | 2 | 0 | 20 | 12C | 2 | 43 |
Octal | 255 | 251 | 255 | 0 | 2 | 0 | 40 | 454 | 2 | 103 |
Binary | 10101101 | 10101001 | 10101101 | 0 | 10 | 0 | 100000 | 100101100 | 10 | 1000011 |
Color Harmonies of #ADA9AD
Complementary color
Monochromatic Colors of #ADA9AD
Black with #ADA9AD
Text Example
Text Example
White with #ADA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA9AD; }
p { color: rgb(173,169,173); }
H1.HeaderClassName
{
color: #ADA9AD;
}
.AnyTagClassName
{
color: #ADA9AD;
}
</style>
background-color css
<style>
a { background-color: #ADA9AD; }
a { background-color: rgb(173,169,173); }
div.DivClassName
{
background-color: #ADA9AD;
}
.BgClassName
{
background-color: #ADA9AD;
}
</style>
border-color css
<style>
span { border-color: #ADA9AD; }
span { border-color: rgb(173,169,173); }
td.TdClassName
{
border-color: #ADA9AD;
}
.TagClassName
{
border-color: #ADA9AD;
}
</style>