Shades of Lucky #AD9803
Tints of Lucky #AD9803
RGB
CMYK
RGB Variations
Color information
#AD9803 (or 0xAD9803) is known color: Lucky. HEX triplet: AD, 98 and 03. RGB value is (173,152,3). Sum of RGB (Red+Green+Blue) = 173+152+3=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9803 is #5267FC. Grayscale: #8D8D8D. Windows color (decimal): -5400573 or 235693. OLE color: 235693.
HSL color Cylindrical-coordinate representation of color #AD9803: hue angle of 52.59º 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 #AD9803 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.32 |
| HSL | 52.59º | 0.97% | 0.35% | - |
| HSV(B) | 52.59º | 0.98% | 0.68% | - |
| XYZ | 28.48 | 31.35 | 4.64 | - |
| YUV | 141.29 | 49.96 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 3 | 0 | 0.12 | 0.98 | 0.32 | 52.59 | 0.97 | 0.35 |
| Hex | AD | 98 | 3 | 0 | C | 62 | 20 | 35 | 61 | 23 |
| Octal | 255 | 230 | 3 | 0 | 14 | 142 | 40 | 65 | 141 | 43 |
| Binary | 10101101 | 10011000 | 11 | 0 | 1100 | 1100010 | 100000 | 110101 | 1100001 | 100011 |
Color Harmonies of #AD9803
Complementary color
Monochromatic Colors of #AD9803
Black with #AD9803
Text Example
Text Example
White with #AD9803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9803; }
p { color: rgb(173,152,3); }
H1.HeaderClassName
{
color: #AD9803;
}
.AnyTagClassName
{
color: #AD9803;
}
</style>
background-color css
<style>
a { background-color: #AD9803; }
a { background-color: rgb(173,152,3); }
div.DivClassName
{
background-color: #AD9803;
}
.BgClassName
{
background-color: #AD9803;
}
</style>
border-color css
<style>
span { border-color: #AD9803; }
span { border-color: rgb(173,152,3); }
td.TdClassName
{
border-color: #AD9803;
}
.TagClassName
{
border-color: #AD9803;
}
</style>