Shades of Lucky #AD9D00
Tints of Lucky #AD9D00
RGB
CMYK
RGB Variations
Color information
#AD9D00 (or 0xAD9D00) is known color: Lucky. HEX triplet: AD, 9D and 00. RGB value is (173,157,0). Sum of RGB (Red+Green+Blue) = 173+157+0=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9D00 is #5262FF. Grayscale: #909090. Windows color (decimal): -5399296 or 40365. OLE color: 40365.
HSL color Cylindrical-coordinate representation of color #AD9D00: hue angle of 54.45º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD9D00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.32 |
| HSL | 54.45º | 1% | 0.34% | - |
| HSV(B) | 54.45º | 1% | 0.68% | - |
| XYZ | 29.29 | 33 | 4.83 | - |
| YUV | 143.89 | 46.8 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 0 | 0 | 0.09 | 1 | 0.32 | 54.45 | 1 | 0.34 |
| Hex | AD | 9D | 0 | 0 | 9 | 64 | 20 | 36 | 64 | 22 |
| Octal | 255 | 235 | 0 | 0 | 11 | 144 | 40 | 66 | 144 | 42 |
| Binary | 10101101 | 10011101 | 0 | 0 | 1001 | 1100100 | 100000 | 110110 | 1100100 | 100010 |
Color Harmonies of #AD9D00
Complementary color
Monochromatic Colors of #AD9D00
Black with #AD9D00
Text Example
Text Example
White with #AD9D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D00; }
p { color: rgb(173,157,0); }
H1.HeaderClassName
{
color: #AD9D00;
}
.AnyTagClassName
{
color: #AD9D00;
}
</style>
background-color css
<style>
a { background-color: #AD9D00; }
a { background-color: rgb(173,157,0); }
div.DivClassName
{
background-color: #AD9D00;
}
.BgClassName
{
background-color: #AD9D00;
}
</style>
border-color css
<style>
span { border-color: #AD9D00; }
span { border-color: rgb(173,157,0); }
td.TdClassName
{
border-color: #AD9D00;
}
.TagClassName
{
border-color: #AD9D00;
}
</style>