Shades of Lucky #A9A02E
Tints of Lucky #A9A02E
RGB
CMYK
RGB Variations
Color information
#A9A02E (or 0xA9A02E) is known color: Lucky. HEX triplet: A9, A0 and 2E. RGB value is (169,160,46). Sum of RGB (Red+Green+Blue) = 169+160+46=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A02E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A02E is #565FD1. Grayscale: #969696. Windows color (decimal): -5660626 or 3055785. OLE color: 3055785.
HSL color Cylindrical-coordinate representation of color #A9A02E: hue angle of 55.61º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9A02E is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 46 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.34 |
| HSL | 55.61º | 0.57% | 0.42% | - |
| HSV(B) | 55.61º | 0.73% | 0.66% | - |
| XYZ | 29.43 | 33.77 | 7.55 | - |
| YUV | 149.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 46 | 0 | 0.05 | 0.73 | 0.34 | 55.61 | 0.57 | 0.42 |
| Hex | A9 | A0 | 2E | 0 | 5 | 49 | 22 | 38 | 39 | 2A |
| Octal | 251 | 240 | 56 | 0 | 5 | 111 | 42 | 70 | 71 | 52 |
| Binary | 10101001 | 10100000 | 101110 | 0 | 101 | 1001001 | 100010 | 111000 | 111001 | 101010 |
Color Harmonies of #A9A02E
Complementary color
Monochromatic Colors of #A9A02E
Black with #A9A02E
Text Example
Text Example
White with #A9A02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A02E; }
p { color: rgb(169,160,46); }
H1.HeaderClassName
{
color: #A9A02E;
}
.AnyTagClassName
{
color: #A9A02E;
}
</style>
background-color css
<style>
a { background-color: #A9A02E; }
a { background-color: rgb(169,160,46); }
div.DivClassName
{
background-color: #A9A02E;
}
.BgClassName
{
background-color: #A9A02E;
}
</style>
border-color css
<style>
span { border-color: #A9A02E; }
span { border-color: rgb(169,160,46); }
td.TdClassName
{
border-color: #A9A02E;
}
.TagClassName
{
border-color: #A9A02E;
}
</style>