Shades of Lucky #AD9D02
Tints of Lucky #AD9D02
RGB
CMYK
RGB Variations
Color information
#AD9D02 (or 0xAD9D02) is known color: Lucky. HEX triplet: AD, 9D and 02. RGB value is (173,157,2). Sum of RGB (Red+Green+Blue) = 173+157+2=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9D02 is #5262FD. Grayscale: #909090. Windows color (decimal): -5399294 or 171437. OLE color: 171437.
HSL color Cylindrical-coordinate representation of color #AD9D02: hue angle of 54.39º 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 #AD9D02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.32 |
| HSL | 54.39º | 0.98% | 0.34% | - |
| HSV(B) | 54.39º | 0.99% | 0.68% | - |
| XYZ | 29.3 | 33 | 4.88 | - |
| YUV | 144.11 | 47.8 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 2 | 0 | 0.09 | 0.99 | 0.32 | 54.39 | 0.98 | 0.34 |
| Hex | AD | 9D | 2 | 0 | 9 | 63 | 20 | 36 | 62 | 22 |
| Octal | 255 | 235 | 2 | 0 | 11 | 143 | 40 | 66 | 142 | 42 |
| Binary | 10101101 | 10011101 | 10 | 0 | 1001 | 1100011 | 100000 | 110110 | 1100010 | 100010 |
Color Harmonies of #AD9D02
Complementary color
Monochromatic Colors of #AD9D02
Black with #AD9D02
Text Example
Text Example
White with #AD9D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D02; }
p { color: rgb(173,157,2); }
H1.HeaderClassName
{
color: #AD9D02;
}
.AnyTagClassName
{
color: #AD9D02;
}
</style>
background-color css
<style>
a { background-color: #AD9D02; }
a { background-color: rgb(173,157,2); }
div.DivClassName
{
background-color: #AD9D02;
}
.BgClassName
{
background-color: #AD9D02;
}
</style>
border-color css
<style>
span { border-color: #AD9D02; }
span { border-color: rgb(173,157,2); }
td.TdClassName
{
border-color: #AD9D02;
}
.TagClassName
{
border-color: #AD9D02;
}
</style>