Shades of Lucky #AD9C02
Tints of Lucky #AD9C02
RGB
CMYK
RGB Variations
Color information
#AD9C02 (or 0xAD9C02) is known color: Lucky. HEX triplet: AD, 9C and 02. RGB value is (173,156,2). Sum of RGB (Red+Green+Blue) = 173+156+2=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9C02 is #5263FD. Grayscale: #909090. Windows color (decimal): -5399550 or 171181. OLE color: 171181.
HSL color Cylindrical-coordinate representation of color #AD9C02: hue angle of 54.04º 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 #AD9C02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.32 |
| HSL | 54.04º | 0.98% | 0.34% | - |
| HSV(B) | 54.04º | 0.99% | 0.68% | - |
| XYZ | 29.13 | 32.67 | 4.83 | - |
| YUV | 143.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 2 | 0 | 0.10 | 0.99 | 0.32 | 54.04 | 0.98 | 0.34 |
| Hex | AD | 9C | 2 | 0 | A | 63 | 20 | 36 | 62 | 22 |
| Octal | 255 | 234 | 2 | 0 | 12 | 143 | 40 | 66 | 142 | 42 |
| Binary | 10101101 | 10011100 | 10 | 0 | 1010 | 1100011 | 100000 | 110110 | 1100010 | 100010 |
Color Harmonies of #AD9C02
Complementary color
Monochromatic Colors of #AD9C02
Black with #AD9C02
Text Example
Text Example
White with #AD9C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C02; }
p { color: rgb(173,156,2); }
H1.HeaderClassName
{
color: #AD9C02;
}
.AnyTagClassName
{
color: #AD9C02;
}
</style>
background-color css
<style>
a { background-color: #AD9C02; }
a { background-color: rgb(173,156,2); }
div.DivClassName
{
background-color: #AD9C02;
}
.BgClassName
{
background-color: #AD9C02;
}
</style>
border-color css
<style>
span { border-color: #AD9C02; }
span { border-color: rgb(173,156,2); }
td.TdClassName
{
border-color: #AD9C02;
}
.TagClassName
{
border-color: #AD9C02;
}
</style>