Shades of Lucky #A49113
Tints of Lucky #A49113
RGB
CMYK
RGB Variations
Color information
#A49113 (or 0xA49113) is known color: Lucky. HEX triplet: A4, 91 and 13. RGB value is (164,145,19). Sum of RGB (Red+Green+Blue) = 164+145+19=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A49113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49113 is #5B6EEC. Grayscale: #888888. Windows color (decimal): -5992173 or 1282468. OLE color: 1282468.
HSL color Cylindrical-coordinate representation of color #A49113: hue angle of 52.14º degrees, saturation: 0.79, 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 #A49113 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 19 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.36 |
| HSL | 52.14º | 0.79% | 0.36% | - |
| HSV(B) | 52.14º | 0.88% | 0.64% | - |
| XYZ | 25.55 | 28.19 | 4.71 | - |
| YUV | 136.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 19 | 0 | 0.12 | 0.88 | 0.36 | 52.14 | 0.79 | 0.36 |
| Hex | A4 | 91 | 13 | 0 | C | 58 | 24 | 34 | 4F | 24 |
| Octal | 244 | 221 | 23 | 0 | 14 | 130 | 44 | 64 | 117 | 44 |
| Binary | 10100100 | 10010001 | 10011 | 0 | 1100 | 1011000 | 100100 | 110100 | 1001111 | 100100 |
Color Harmonies of #A49113
Complementary color
Monochromatic Colors of #A49113
Black with #A49113
Text Example
Text Example
White with #A49113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49113; }
p { color: rgb(164,145,19); }
H1.HeaderClassName
{
color: #A49113;
}
.AnyTagClassName
{
color: #A49113;
}
</style>
background-color css
<style>
a { background-color: #A49113; }
a { background-color: rgb(164,145,19); }
div.DivClassName
{
background-color: #A49113;
}
.BgClassName
{
background-color: #A49113;
}
</style>
border-color css
<style>
span { border-color: #A49113; }
span { border-color: rgb(164,145,19); }
td.TdClassName
{
border-color: #A49113;
}
.TagClassName
{
border-color: #A49113;
}
</style>