Shades of Lucky #A49920
Tints of Lucky #A49920
RGB
CMYK
RGB Variations
Color information
#A49920 (or 0xA49920) is known color: Lucky. HEX triplet: A4, 99 and 20. RGB value is (164,153,32). Sum of RGB (Red+Green+Blue) = 164+153+32=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A49920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49920 is #5B66DF. Grayscale: #8E8E8E. Windows color (decimal): -5990112 or 2136484. OLE color: 2136484.
HSL color Cylindrical-coordinate representation of color #A49920: hue angle of 55º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A49920 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 153 | 32 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.36 |
| HSL | 55º | 0.67% | 0.38% | - |
| HSV(B) | 55º | 0.8% | 0.64% | - |
| XYZ | 26.96 | 30.78 | 5.89 | - |
| YUV | 142.5 | 65.64 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 32 | 0 | 0.07 | 0.80 | 0.36 | 55 | 0.67 | 0.38 |
| Hex | A4 | 99 | 20 | 0 | 7 | 50 | 24 | 37 | 43 | 26 |
| Octal | 244 | 231 | 40 | 0 | 7 | 120 | 44 | 67 | 103 | 46 |
| Binary | 10100100 | 10011001 | 100000 | 0 | 111 | 1010000 | 100100 | 110111 | 1000011 | 100110 |
Color Harmonies of #A49920
Complementary color
Monochromatic Colors of #A49920
Black with #A49920
Text Example
Text Example
White with #A49920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49920; }
p { color: rgb(164,153,32); }
H1.HeaderClassName
{
color: #A49920;
}
.AnyTagClassName
{
color: #A49920;
}
</style>
background-color css
<style>
a { background-color: #A49920; }
a { background-color: rgb(164,153,32); }
div.DivClassName
{
background-color: #A49920;
}
.BgClassName
{
background-color: #A49920;
}
</style>
border-color css
<style>
span { border-color: #A49920; }
span { border-color: rgb(164,153,32); }
td.TdClassName
{
border-color: #A49920;
}
.TagClassName
{
border-color: #A49920;
}
</style>