Shades of Lucky #ADA70B
Tints of Lucky #ADA70B
RGB
CMYK
RGB Variations
Color information
#ADA70B (or 0xADA70B) is known color: Lucky. HEX triplet: AD, A7 and 0B. RGB value is (173,167,11). Sum of RGB (Red+Green+Blue) = 173+167+11=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA70B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA70B is #5258F4. Grayscale: #979797. Windows color (decimal): -5396725 or 763821. OLE color: 763821.
HSL color Cylindrical-coordinate representation of color #ADA70B: hue angle of 57.78º 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 #ADA70B is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 11 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.32 |
| HSL | 57.78º | 0.88% | 0.36% | - |
| HSV(B) | 57.78º | 0.94% | 0.68% | - |
| XYZ | 31.11 | 36.55 | 5.73 | - |
| YUV | 151.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 11 | 0 | 0.03 | 0.94 | 0.32 | 57.78 | 0.88 | 0.36 |
| Hex | AD | A7 | B | 0 | 3 | 5E | 20 | 3A | 58 | 24 |
| Octal | 255 | 247 | 13 | 0 | 3 | 136 | 40 | 72 | 130 | 44 |
| Binary | 10101101 | 10100111 | 1011 | 0 | 11 | 1011110 | 100000 | 111010 | 1011000 | 100100 |
Color Harmonies of #ADA70B
Complementary color
Monochromatic Colors of #ADA70B
Black with #ADA70B
Text Example
Text Example
White with #ADA70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA70B; }
p { color: rgb(173,167,11); }
H1.HeaderClassName
{
color: #ADA70B;
}
.AnyTagClassName
{
color: #ADA70B;
}
</style>
background-color css
<style>
a { background-color: #ADA70B; }
a { background-color: rgb(173,167,11); }
div.DivClassName
{
background-color: #ADA70B;
}
.BgClassName
{
background-color: #ADA70B;
}
</style>
border-color css
<style>
span { border-color: #ADA70B; }
span { border-color: rgb(173,167,11); }
td.TdClassName
{
border-color: #ADA70B;
}
.TagClassName
{
border-color: #ADA70B;
}
</style>