Shades of Lucky #A49E21
Tints of Lucky #A49E21
RGB
CMYK
RGB Variations
Color information
#A49E21 (or 0xA49E21) is known color: Lucky. HEX triplet: A4, 9E and 21. RGB value is (164,158,33). Sum of RGB (Red+Green+Blue) = 164+158+33=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49E21 is #5B61DE. Grayscale: #929292. Windows color (decimal): -5988831 or 2203300. OLE color: 2203300.
HSL color Cylindrical-coordinate representation of color #A49E21: hue angle of 57.25º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A49E21 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 33 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.36 |
| HSL | 57.25º | 0.66% | 0.39% | - |
| HSV(B) | 57.25º | 0.8% | 0.64% | - |
| XYZ | 27.81 | 32.46 | 6.24 | - |
| YUV | 145.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 33 | 0 | 0.04 | 0.80 | 0.36 | 57.25 | 0.66 | 0.39 |
| Hex | A4 | 9E | 21 | 0 | 4 | 50 | 24 | 39 | 42 | 27 |
| Octal | 244 | 236 | 41 | 0 | 4 | 120 | 44 | 71 | 102 | 47 |
| Binary | 10100100 | 10011110 | 100001 | 0 | 100 | 1010000 | 100100 | 111001 | 1000010 | 100111 |
Color Harmonies of #A49E21
Complementary color
Monochromatic Colors of #A49E21
Black with #A49E21
Text Example
Text Example
White with #A49E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E21; }
p { color: rgb(164,158,33); }
H1.HeaderClassName
{
color: #A49E21;
}
.AnyTagClassName
{
color: #A49E21;
}
</style>
background-color css
<style>
a { background-color: #A49E21; }
a { background-color: rgb(164,158,33); }
div.DivClassName
{
background-color: #A49E21;
}
.BgClassName
{
background-color: #A49E21;
}
</style>
border-color css
<style>
span { border-color: #A49E21; }
span { border-color: rgb(164,158,33); }
td.TdClassName
{
border-color: #A49E21;
}
.TagClassName
{
border-color: #A49E21;
}
</style>