Shades of Lucky #ADAB11
Tints of Lucky #ADAB11
RGB
CMYK
RGB Variations
Color information
#ADAB11 (or 0xADAB11) is known color: Lucky. HEX triplet: AD, AB and 11. RGB value is (173,171,17). Sum of RGB (Red+Green+Blue) = 173+171+17=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB11 is #5254EE. Grayscale: #9A9A9A. Windows color (decimal): -5395695 or 1158061. OLE color: 1158061.
HSL color Cylindrical-coordinate representation of color #ADAB11: hue angle of 59.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADAB11 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 17 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.32 |
| HSL | 59.23º | 0.82% | 0.37% | - |
| HSV(B) | 59.23º | 0.9% | 0.68% | - |
| XYZ | 31.9 | 38.05 | 6.19 | - |
| YUV | 154.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 17 | 0 | 0.01 | 0.90 | 0.32 | 59.23 | 0.82 | 0.37 |
| Hex | AD | AB | 11 | 0 | 1 | 5A | 20 | 3B | 52 | 25 |
| Octal | 255 | 253 | 21 | 0 | 1 | 132 | 40 | 73 | 122 | 45 |
| Binary | 10101101 | 10101011 | 10001 | 0 | 1 | 1011010 | 100000 | 111011 | 1010010 | 100101 |
Color Harmonies of #ADAB11
Complementary color
Monochromatic Colors of #ADAB11
Black with #ADAB11
Text Example
Text Example
White with #ADAB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB11; }
p { color: rgb(173,171,17); }
H1.HeaderClassName
{
color: #ADAB11;
}
.AnyTagClassName
{
color: #ADAB11;
}
</style>
background-color css
<style>
a { background-color: #ADAB11; }
a { background-color: rgb(173,171,17); }
div.DivClassName
{
background-color: #ADAB11;
}
.BgClassName
{
background-color: #ADAB11;
}
</style>
border-color css
<style>
span { border-color: #ADAB11; }
span { border-color: rgb(173,171,17); }
td.TdClassName
{
border-color: #ADAB11;
}
.TagClassName
{
border-color: #ADAB11;
}
</style>