Shades of Lucky #A49320
Tints of Lucky #A49320
RGB
CMYK
RGB Variations
Color information
#A49320 (or 0xA49320) is known color: Lucky. HEX triplet: A4, 93 and 20. RGB value is (164,147,32). Sum of RGB (Red+Green+Blue) = 164+147+32=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A49320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49320 is #5B6CDF. Grayscale: #8B8B8B. Windows color (decimal): -5991648 or 2134948. OLE color: 2134948.
HSL color Cylindrical-coordinate representation of color #A49320: hue angle of 52.27º 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 #A49320 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 32 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.36 |
| HSL | 52.27º | 0.67% | 0.38% | - |
| HSV(B) | 52.27º | 0.8% | 0.64% | - |
| XYZ | 26 | 28.86 | 5.57 | - |
| YUV | 138.97 | 67.63 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 32 | 0 | 0.10 | 0.80 | 0.36 | 52.27 | 0.67 | 0.38 |
| Hex | A4 | 93 | 20 | 0 | A | 50 | 24 | 34 | 43 | 26 |
| Octal | 244 | 223 | 40 | 0 | 12 | 120 | 44 | 64 | 103 | 46 |
| Binary | 10100100 | 10010011 | 100000 | 0 | 1010 | 1010000 | 100100 | 110100 | 1000011 | 100110 |
Color Harmonies of #A49320
Complementary color
Monochromatic Colors of #A49320
Black with #A49320
Text Example
Text Example
White with #A49320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49320; }
p { color: rgb(164,147,32); }
H1.HeaderClassName
{
color: #A49320;
}
.AnyTagClassName
{
color: #A49320;
}
</style>
background-color css
<style>
a { background-color: #A49320; }
a { background-color: rgb(164,147,32); }
div.DivClassName
{
background-color: #A49320;
}
.BgClassName
{
background-color: #A49320;
}
</style>
border-color css
<style>
span { border-color: #A49320; }
span { border-color: rgb(164,147,32); }
td.TdClassName
{
border-color: #A49320;
}
.TagClassName
{
border-color: #A49320;
}
</style>