Shades of Lucky #ADA60B
Tints of Lucky #ADA60B
RGB
CMYK
RGB Variations
Color information
#ADA60B (or 0xADA60B) is known color: Lucky. HEX triplet: AD, A6 and 0B. RGB value is (173,166,11). Sum of RGB (Red+Green+Blue) = 173+166+11=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA60B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA60B is #5259F4. Grayscale: #979797. Windows color (decimal): -5396981 or 763565. OLE color: 763565.
HSL color Cylindrical-coordinate representation of color #ADA60B: hue angle of 57.41º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADA60B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 11 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.32 |
| HSL | 57.41º | 0.88% | 0.36% | - |
| HSV(B) | 57.41º | 0.94% | 0.68% | - |
| XYZ | 30.93 | 36.18 | 5.67 | - |
| YUV | 150.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 11 | 0 | 0.04 | 0.94 | 0.32 | 57.41 | 0.88 | 0.36 |
| Hex | AD | A6 | B | 0 | 4 | 5E | 20 | 39 | 58 | 24 |
| Octal | 255 | 246 | 13 | 0 | 4 | 136 | 40 | 71 | 130 | 44 |
| Binary | 10101101 | 10100110 | 1011 | 0 | 100 | 1011110 | 100000 | 111001 | 1011000 | 100100 |
Color Harmonies of #ADA60B
Complementary color
Monochromatic Colors of #ADA60B
Black with #ADA60B
Text Example
Text Example
White with #ADA60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA60B; }
p { color: rgb(173,166,11); }
H1.HeaderClassName
{
color: #ADA60B;
}
.AnyTagClassName
{
color: #ADA60B;
}
</style>
background-color css
<style>
a { background-color: #ADA60B; }
a { background-color: rgb(173,166,11); }
div.DivClassName
{
background-color: #ADA60B;
}
.BgClassName
{
background-color: #ADA60B;
}
</style>
border-color css
<style>
span { border-color: #ADA60B; }
span { border-color: rgb(173,166,11); }
td.TdClassName
{
border-color: #ADA60B;
}
.TagClassName
{
border-color: #ADA60B;
}
</style>