Shades of Lucky #AD9F02
Tints of Lucky #AD9F02
RGB
CMYK
RGB Variations
Color information
#AD9F02 (or 0xAD9F02) is known color: Lucky. HEX triplet: AD, 9F and 02. RGB value is (173,159,2). Sum of RGB (Red+Green+Blue) = 173+159+2=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9F02 is #5260FD. Grayscale: #919191. Windows color (decimal): -5398782 or 171949. OLE color: 171949.
HSL color Cylindrical-coordinate representation of color #AD9F02: hue angle of 55.09º 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 #AD9F02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.32 |
| HSL | 55.09º | 0.98% | 0.34% | - |
| HSV(B) | 55.09º | 0.99% | 0.68% | - |
| XYZ | 29.64 | 33.68 | 5 | - |
| YUV | 145.29 | 47.14 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 2 | 0 | 0.08 | 0.99 | 0.32 | 55.09 | 0.98 | 0.34 |
| Hex | AD | 9F | 2 | 0 | 8 | 63 | 20 | 37 | 62 | 22 |
| Octal | 255 | 237 | 2 | 0 | 10 | 143 | 40 | 67 | 142 | 42 |
| Binary | 10101101 | 10011111 | 10 | 0 | 1000 | 1100011 | 100000 | 110111 | 1100010 | 100010 |
Color Harmonies of #AD9F02
Complementary color
Monochromatic Colors of #AD9F02
Black with #AD9F02
Text Example
Text Example
White with #AD9F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F02; }
p { color: rgb(173,159,2); }
H1.HeaderClassName
{
color: #AD9F02;
}
.AnyTagClassName
{
color: #AD9F02;
}
</style>
background-color css
<style>
a { background-color: #AD9F02; }
a { background-color: rgb(173,159,2); }
div.DivClassName
{
background-color: #AD9F02;
}
.BgClassName
{
background-color: #AD9F02;
}
</style>
border-color css
<style>
span { border-color: #AD9F02; }
span { border-color: rgb(173,159,2); }
td.TdClassName
{
border-color: #AD9F02;
}
.TagClassName
{
border-color: #AD9F02;
}
</style>