Shades of Lucky #A49210
Tints of Lucky #A49210
RGB
CMYK
RGB Variations
Color information
#A49210 (or 0xA49210) is known color: Lucky. HEX triplet: A4, 92 and 10. RGB value is (164,146,16). Sum of RGB (Red+Green+Blue) = 164+146+16=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A49210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49210 is #5B6DEF. Grayscale: #898989. Windows color (decimal): -5991920 or 1086116. OLE color: 1086116.
HSL color Cylindrical-coordinate representation of color #A49210: hue angle of 52.7º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A49210 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 16 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.36 |
| HSL | 52.7º | 0.82% | 0.35% | - |
| HSV(B) | 52.7º | 0.9% | 0.64% | - |
| XYZ | 25.68 | 28.49 | 4.64 | - |
| YUV | 136.56 | 59.96 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 16 | 0 | 0.11 | 0.90 | 0.36 | 52.7 | 0.82 | 0.35 |
| Hex | A4 | 92 | 10 | 0 | B | 5A | 24 | 35 | 52 | 23 |
| Octal | 244 | 222 | 20 | 0 | 13 | 132 | 44 | 65 | 122 | 43 |
| Binary | 10100100 | 10010010 | 10000 | 0 | 1011 | 1011010 | 100100 | 110101 | 1010010 | 100011 |
Color Harmonies of #A49210
Complementary color
Monochromatic Colors of #A49210
Black with #A49210
Text Example
Text Example
White with #A49210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49210; }
p { color: rgb(164,146,16); }
H1.HeaderClassName
{
color: #A49210;
}
.AnyTagClassName
{
color: #A49210;
}
</style>
background-color css
<style>
a { background-color: #A49210; }
a { background-color: rgb(164,146,16); }
div.DivClassName
{
background-color: #A49210;
}
.BgClassName
{
background-color: #A49210;
}
</style>
border-color css
<style>
span { border-color: #A49210; }
span { border-color: rgb(164,146,16); }
td.TdClassName
{
border-color: #A49210;
}
.TagClassName
{
border-color: #A49210;
}
</style>