Shades of Lucky #AD9F00
Tints of Lucky #AD9F00
RGB
CMYK
RGB Variations
Color information
#AD9F00 (or 0xAD9F00) is known color: Lucky. HEX triplet: AD, 9F and 00. RGB value is (173,159,0). Sum of RGB (Red+Green+Blue) = 173+159+0=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9F00 is #5260FF. Grayscale: #919191. Windows color (decimal): -5398784 or 40877. OLE color: 40877.
HSL color Cylindrical-coordinate representation of color #AD9F00: hue angle of 55.14º 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 #AD9F00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.32 |
| HSL | 55.14º | 1% | 0.34% | - |
| HSV(B) | 55.14º | 1% | 0.68% | - |
| XYZ | 29.63 | 33.68 | 4.94 | - |
| YUV | 145.06 | 46.14 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 0 | 0 | 0.08 | 1 | 0.32 | 55.14 | 1 | 0.34 |
| Hex | AD | 9F | 0 | 0 | 8 | 64 | 20 | 37 | 64 | 22 |
| Octal | 255 | 237 | 0 | 0 | 10 | 144 | 40 | 67 | 144 | 42 |
| Binary | 10101101 | 10011111 | 0 | 0 | 1000 | 1100100 | 100000 | 110111 | 1100100 | 100010 |
Color Harmonies of #AD9F00
Complementary color
Monochromatic Colors of #AD9F00
Black with #AD9F00
Text Example
Text Example
White with #AD9F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F00; }
p { color: rgb(173,159,0); }
H1.HeaderClassName
{
color: #AD9F00;
}
.AnyTagClassName
{
color: #AD9F00;
}
</style>
background-color css
<style>
a { background-color: #AD9F00; }
a { background-color: rgb(173,159,0); }
div.DivClassName
{
background-color: #AD9F00;
}
.BgClassName
{
background-color: #AD9F00;
}
</style>
border-color css
<style>
span { border-color: #AD9F00; }
span { border-color: rgb(173,159,0); }
td.TdClassName
{
border-color: #AD9F00;
}
.TagClassName
{
border-color: #AD9F00;
}
</style>