Shades of Lucky #A49314
Tints of Lucky #A49314
RGB
CMYK
RGB Variations
Color information
#A49314 (or 0xA49314) is known color: Lucky. HEX triplet: A4, 93 and 14. RGB value is (164,147,20). Sum of RGB (Red+Green+Blue) = 164+147+20=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A49314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49314 is #5B6CEB. Grayscale: #8A8A8A. Windows color (decimal): -5991660 or 1348516. OLE color: 1348516.
HSL color Cylindrical-coordinate representation of color #A49314: hue angle of 52.92º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A49314 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 20 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.36 |
| HSL | 52.92º | 0.78% | 0.36% | - |
| HSV(B) | 52.92º | 0.88% | 0.64% | - |
| XYZ | 25.87 | 28.81 | 4.86 | - |
| YUV | 137.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 20 | 0 | 0.10 | 0.88 | 0.36 | 52.92 | 0.78 | 0.36 |
| Hex | A4 | 93 | 14 | 0 | A | 58 | 24 | 35 | 4E | 24 |
| Octal | 244 | 223 | 24 | 0 | 12 | 130 | 44 | 65 | 116 | 44 |
| Binary | 10100100 | 10010011 | 10100 | 0 | 1010 | 1011000 | 100100 | 110101 | 1001110 | 100100 |
Color Harmonies of #A49314
Complementary color
Monochromatic Colors of #A49314
Black with #A49314
Text Example
Text Example
White with #A49314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49314; }
p { color: rgb(164,147,20); }
H1.HeaderClassName
{
color: #A49314;
}
.AnyTagClassName
{
color: #A49314;
}
</style>
background-color css
<style>
a { background-color: #A49314; }
a { background-color: rgb(164,147,20); }
div.DivClassName
{
background-color: #A49314;
}
.BgClassName
{
background-color: #A49314;
}
</style>
border-color css
<style>
span { border-color: #A49314; }
span { border-color: rgb(164,147,20); }
td.TdClassName
{
border-color: #A49314;
}
.TagClassName
{
border-color: #A49314;
}
</style>