Shades of Lucky #ADAB10
Tints of Lucky #ADAB10
RGB
CMYK
RGB Variations
Color information
#ADAB10 (or 0xADAB10) is known color: Lucky. HEX triplet: AD, AB and 10. RGB value is (173,171,16). Sum of RGB (Red+Green+Blue) = 173+171+16=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB10 is #5254EF. Grayscale: #9A9A9A. Windows color (decimal): -5395696 or 1092525. OLE color: 1092525.
HSL color Cylindrical-coordinate representation of color #ADAB10: hue angle of 59.24º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADAB10 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 16 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.32 |
| HSL | 59.24º | 0.83% | 0.37% | - |
| HSV(B) | 59.24º | 0.91% | 0.68% | - |
| XYZ | 31.89 | 38.05 | 6.15 | - |
| YUV | 153.93 | 50.16 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 16 | 0 | 0.01 | 0.91 | 0.32 | 59.24 | 0.83 | 0.37 |
| Hex | AD | AB | 10 | 0 | 1 | 5B | 20 | 3B | 53 | 25 |
| Octal | 255 | 253 | 20 | 0 | 1 | 133 | 40 | 73 | 123 | 45 |
| Binary | 10101101 | 10101011 | 10000 | 0 | 1 | 1011011 | 100000 | 111011 | 1010011 | 100101 |
Color Harmonies of #ADAB10
Complementary color
Monochromatic Colors of #ADAB10
Black with #ADAB10
Text Example
Text Example
White with #ADAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB10; }
p { color: rgb(173,171,16); }
H1.HeaderClassName
{
color: #ADAB10;
}
.AnyTagClassName
{
color: #ADAB10;
}
</style>
background-color css
<style>
a { background-color: #ADAB10; }
a { background-color: rgb(173,171,16); }
div.DivClassName
{
background-color: #ADAB10;
}
.BgClassName
{
background-color: #ADAB10;
}
</style>
border-color css
<style>
span { border-color: #ADAB10; }
span { border-color: rgb(173,171,16); }
td.TdClassName
{
border-color: #ADAB10;
}
.TagClassName
{
border-color: #ADAB10;
}
</style>