Shades of Lucky #ADA50B
Tints of Lucky #ADA50B
RGB
CMYK
RGB Variations
Color information
#ADA50B (or 0xADA50B) is known color: Lucky. HEX triplet: AD, A5 and 0B. RGB value is (173,165,11). Sum of RGB (Red+Green+Blue) = 173+165+11=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA50B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA50B is #525AF4. Grayscale: #969696. Windows color (decimal): -5397237 or 763309. OLE color: 763309.
HSL color Cylindrical-coordinate representation of color #ADA50B: hue angle of 57.04º 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 #ADA50B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 11 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.32 |
| HSL | 57.04º | 0.88% | 0.36% | - |
| HSV(B) | 57.04º | 0.94% | 0.68% | - |
| XYZ | 30.75 | 35.82 | 5.61 | - |
| YUV | 149.84 | 49.65 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 11 | 0 | 0.05 | 0.94 | 0.32 | 57.04 | 0.88 | 0.36 |
| Hex | AD | A5 | B | 0 | 5 | 5E | 20 | 39 | 58 | 24 |
| Octal | 255 | 245 | 13 | 0 | 5 | 136 | 40 | 71 | 130 | 44 |
| Binary | 10101101 | 10100101 | 1011 | 0 | 101 | 1011110 | 100000 | 111001 | 1011000 | 100100 |
Color Harmonies of #ADA50B
Complementary color
Monochromatic Colors of #ADA50B
Black with #ADA50B
Text Example
Text Example
White with #ADA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA50B; }
p { color: rgb(173,165,11); }
H1.HeaderClassName
{
color: #ADA50B;
}
.AnyTagClassName
{
color: #ADA50B;
}
</style>
background-color css
<style>
a { background-color: #ADA50B; }
a { background-color: rgb(173,165,11); }
div.DivClassName
{
background-color: #ADA50B;
}
.BgClassName
{
background-color: #ADA50B;
}
</style>
border-color css
<style>
span { border-color: #ADA50B; }
span { border-color: rgb(173,165,11); }
td.TdClassName
{
border-color: #ADA50B;
}
.TagClassName
{
border-color: #ADA50B;
}
</style>