Shades of Lucky #AD9D03
Tints of Lucky #AD9D03
RGB
CMYK
RGB Variations
Color information
#AD9D03 (or 0xAD9D03) is known color: Lucky. HEX triplet: AD, 9D and 03. RGB value is (173,157,3). Sum of RGB (Red+Green+Blue) = 173+157+3=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9D03 is #5262FC. Grayscale: #909090. Windows color (decimal): -5399293 or 236973. OLE color: 236973.
HSL color Cylindrical-coordinate representation of color #AD9D03: hue angle of 54.35º 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 #AD9D03 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 3 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.32 |
| HSL | 54.35º | 0.97% | 0.35% | - |
| HSV(B) | 54.35º | 0.98% | 0.68% | - |
| XYZ | 29.31 | 33 | 4.91 | - |
| YUV | 144.23 | 48.3 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 3 | 0 | 0.09 | 0.98 | 0.32 | 54.35 | 0.97 | 0.35 |
| Hex | AD | 9D | 3 | 0 | 9 | 62 | 20 | 36 | 61 | 23 |
| Octal | 255 | 235 | 3 | 0 | 11 | 142 | 40 | 66 | 141 | 43 |
| Binary | 10101101 | 10011101 | 11 | 0 | 1001 | 1100010 | 100000 | 110110 | 1100001 | 100011 |
Color Harmonies of #AD9D03
Complementary color
Monochromatic Colors of #AD9D03
Black with #AD9D03
Text Example
Text Example
White with #AD9D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D03; }
p { color: rgb(173,157,3); }
H1.HeaderClassName
{
color: #AD9D03;
}
.AnyTagClassName
{
color: #AD9D03;
}
</style>
background-color css
<style>
a { background-color: #AD9D03; }
a { background-color: rgb(173,157,3); }
div.DivClassName
{
background-color: #AD9D03;
}
.BgClassName
{
background-color: #AD9D03;
}
</style>
border-color css
<style>
span { border-color: #AD9D03; }
span { border-color: rgb(173,157,3); }
td.TdClassName
{
border-color: #AD9D03;
}
.TagClassName
{
border-color: #AD9D03;
}
</style>