Shades of Lola #ADABAD
Tints of Lola #ADABAD
RGB
CMYK
RGB Variations
Color information
#ADABAD (or 0xADABAD) is known color: Lola. HEX triplet: AD, AB and AD. RGB value is (173,171,173). Sum of RGB (Red+Green+Blue) = 173+171+173=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABAD is #525452. Grayscale: #ABABAB. Windows color (decimal): -5395539 or 11381677. OLE color: 11381677.
HSL color Cylindrical-coordinate representation of color #ADABAD: hue angle of 300º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ADABAD is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 171 | 173 | - |
CMYK | 0 | 0.01 | 0 | 0.32 |
HSL | 300º | 0.01% | 0.67% | - |
HSV(B) | 300º | 0.01% | 0.68% | - |
XYZ | 39.34 | 41.03 | 45.38 | - |
YUV | 171.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 171 | 173 | 0 | 0.01 | 0 | 0.32 | 300 | 0.01 | 0.67 |
Hex | AD | AB | AD | 0 | 1 | 0 | 20 | 12C | 1 | 43 |
Octal | 255 | 253 | 255 | 0 | 1 | 0 | 40 | 454 | 1 | 103 |
Binary | 10101101 | 10101011 | 10101101 | 0 | 1 | 0 | 100000 | 100101100 | 1 | 1000011 |
Color Harmonies of #ADABAD
Complementary color
Monochromatic Colors of #ADABAD
Black with #ADABAD
Text Example
Text Example
White with #ADABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABAD; }
p { color: rgb(173,171,173); }
H1.HeaderClassName
{
color: #ADABAD;
}
.AnyTagClassName
{
color: #ADABAD;
}
</style>
background-color css
<style>
a { background-color: #ADABAD; }
a { background-color: rgb(173,171,173); }
div.DivClassName
{
background-color: #ADABAD;
}
.BgClassName
{
background-color: #ADABAD;
}
</style>
border-color css
<style>
span { border-color: #ADABAD; }
span { border-color: rgb(173,171,173); }
td.TdClassName
{
border-color: #ADABAD;
}
.TagClassName
{
border-color: #ADABAD;
}
</style>