Shades of Lucky #AD9A05
Tints of Lucky #AD9A05
RGB
CMYK
RGB Variations
Color information
#AD9A05 (or 0xAD9A05) is known color: Lucky. HEX triplet: AD, 9A and 05. RGB value is (173,154,5). Sum of RGB (Red+Green+Blue) = 173+154+5=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9A05 is #5265FA. Grayscale: #8F8F8F. Windows color (decimal): -5400059 or 367277. OLE color: 367277.
HSL color Cylindrical-coordinate representation of color #AD9A05: hue angle of 53.21º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD9A05 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 5 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.32 |
| HSL | 53.21º | 0.94% | 0.35% | - |
| HSV(B) | 53.21º | 0.97% | 0.68% | - |
| XYZ | 28.82 | 32.01 | 4.8 | - |
| YUV | 142.7 | 50.29 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 5 | 0 | 0.11 | 0.97 | 0.32 | 53.21 | 0.94 | 0.35 |
| Hex | AD | 9A | 5 | 0 | B | 61 | 20 | 35 | 5E | 23 |
| Octal | 255 | 232 | 5 | 0 | 13 | 141 | 40 | 65 | 136 | 43 |
| Binary | 10101101 | 10011010 | 101 | 0 | 1011 | 1100001 | 100000 | 110101 | 1011110 | 100011 |
Color Harmonies of #AD9A05
Complementary color
Monochromatic Colors of #AD9A05
Black with #AD9A05
Text Example
Text Example
White with #AD9A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A05; }
p { color: rgb(173,154,5); }
H1.HeaderClassName
{
color: #AD9A05;
}
.AnyTagClassName
{
color: #AD9A05;
}
</style>
background-color css
<style>
a { background-color: #AD9A05; }
a { background-color: rgb(173,154,5); }
div.DivClassName
{
background-color: #AD9A05;
}
.BgClassName
{
background-color: #AD9A05;
}
</style>
border-color css
<style>
span { border-color: #AD9A05; }
span { border-color: rgb(173,154,5); }
td.TdClassName
{
border-color: #AD9A05;
}
.TagClassName
{
border-color: #AD9A05;
}
</style>