Shades of Lucky #AD9902
Tints of Lucky #AD9902
RGB
CMYK
RGB Variations
Color information
#AD9902 (or 0xAD9902) is known color: Lucky. HEX triplet: AD, 99 and 02. RGB value is (173,153,2). Sum of RGB (Red+Green+Blue) = 173+153+2=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9902 is #5266FD. Grayscale: #8E8E8E. Windows color (decimal): -5400318 or 170413. OLE color: 170413.
HSL color Cylindrical-coordinate representation of color #AD9902: hue angle of 52.98º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD9902 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.32 |
| HSL | 52.98º | 0.98% | 0.34% | - |
| HSV(B) | 52.98º | 0.99% | 0.68% | - |
| XYZ | 28.64 | 31.67 | 4.66 | - |
| YUV | 141.77 | 49.13 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 2 | 0 | 0.12 | 0.99 | 0.32 | 52.98 | 0.98 | 0.34 |
| Hex | AD | 99 | 2 | 0 | C | 63 | 20 | 35 | 62 | 22 |
| Octal | 255 | 231 | 2 | 0 | 14 | 143 | 40 | 65 | 142 | 42 |
| Binary | 10101101 | 10011001 | 10 | 0 | 1100 | 1100011 | 100000 | 110101 | 1100010 | 100010 |
Color Harmonies of #AD9902
Complementary color
Monochromatic Colors of #AD9902
Black with #AD9902
Text Example
Text Example
White with #AD9902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9902; }
p { color: rgb(173,153,2); }
H1.HeaderClassName
{
color: #AD9902;
}
.AnyTagClassName
{
color: #AD9902;
}
</style>
background-color css
<style>
a { background-color: #AD9902; }
a { background-color: rgb(173,153,2); }
div.DivClassName
{
background-color: #AD9902;
}
.BgClassName
{
background-color: #AD9902;
}
</style>
border-color css
<style>
span { border-color: #AD9902; }
span { border-color: rgb(173,153,2); }
td.TdClassName
{
border-color: #AD9902;
}
.TagClassName
{
border-color: #AD9902;
}
</style>