Shades of Lucky #AD9A03
Tints of Lucky #AD9A03
RGB
CMYK
RGB Variations
Color information
#AD9A03 (or 0xAD9A03) is known color: Lucky. HEX triplet: AD, 9A and 03. RGB value is (173,154,3). Sum of RGB (Red+Green+Blue) = 173+154+3=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9A03 is #5265FC. Grayscale: #8F8F8F. Windows color (decimal): -5400061 or 236205. OLE color: 236205.
HSL color Cylindrical-coordinate representation of color #AD9A03: hue angle of 53.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD9A03 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 3 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.32 |
| HSL | 53.29º | 0.97% | 0.35% | - |
| HSV(B) | 53.29º | 0.98% | 0.68% | - |
| XYZ | 28.81 | 32 | 4.74 | - |
| YUV | 142.47 | 49.29 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 3 | 0 | 0.11 | 0.98 | 0.32 | 53.29 | 0.97 | 0.35 |
| Hex | AD | 9A | 3 | 0 | B | 62 | 20 | 35 | 61 | 23 |
| Octal | 255 | 232 | 3 | 0 | 13 | 142 | 40 | 65 | 141 | 43 |
| Binary | 10101101 | 10011010 | 11 | 0 | 1011 | 1100010 | 100000 | 110101 | 1100001 | 100011 |
Color Harmonies of #AD9A03
Complementary color
Monochromatic Colors of #AD9A03
Black with #AD9A03
Text Example
Text Example
White with #AD9A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A03; }
p { color: rgb(173,154,3); }
H1.HeaderClassName
{
color: #AD9A03;
}
.AnyTagClassName
{
color: #AD9A03;
}
</style>
background-color css
<style>
a { background-color: #AD9A03; }
a { background-color: rgb(173,154,3); }
div.DivClassName
{
background-color: #AD9A03;
}
.BgClassName
{
background-color: #AD9A03;
}
</style>
border-color css
<style>
span { border-color: #AD9A03; }
span { border-color: rgb(173,154,3); }
td.TdClassName
{
border-color: #AD9A03;
}
.TagClassName
{
border-color: #AD9A03;
}
</style>