Shades of Lucky #A49313
Tints of Lucky #A49313
RGB
CMYK
RGB Variations
Color information
#A49313 (or 0xA49313) is known color: Lucky. HEX triplet: A4, 93 and 13. RGB value is (164,147,19). Sum of RGB (Red+Green+Blue) = 164+147+19=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A49313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49313 is #5B6CEC. Grayscale: #8A8A8A. Windows color (decimal): -5991661 or 1282980. OLE color: 1282980.
HSL color Cylindrical-coordinate representation of color #A49313: hue angle of 52.97º 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 #A49313 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 19 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.36 |
| HSL | 52.97º | 0.79% | 0.36% | - |
| HSV(B) | 52.97º | 0.88% | 0.64% | - |
| XYZ | 25.86 | 28.81 | 4.81 | - |
| YUV | 137.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 19 | 0 | 0.10 | 0.88 | 0.36 | 52.97 | 0.79 | 0.36 |
| Hex | A4 | 93 | 13 | 0 | A | 58 | 24 | 35 | 4F | 24 |
| Octal | 244 | 223 | 23 | 0 | 12 | 130 | 44 | 65 | 117 | 44 |
| Binary | 10100100 | 10010011 | 10011 | 0 | 1010 | 1011000 | 100100 | 110101 | 1001111 | 100100 |
Color Harmonies of #A49313
Complementary color
Monochromatic Colors of #A49313
Black with #A49313
Text Example
Text Example
White with #A49313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49313; }
p { color: rgb(164,147,19); }
H1.HeaderClassName
{
color: #A49313;
}
.AnyTagClassName
{
color: #A49313;
}
</style>
background-color css
<style>
a { background-color: #A49313; }
a { background-color: rgb(164,147,19); }
div.DivClassName
{
background-color: #A49313;
}
.BgClassName
{
background-color: #A49313;
}
</style>
border-color css
<style>
span { border-color: #A49313; }
span { border-color: rgb(164,147,19); }
td.TdClassName
{
border-color: #A49313;
}
.TagClassName
{
border-color: #A49313;
}
</style>