Shades of Lucky #A49319
Tints of Lucky #A49319
RGB
CMYK
RGB Variations
Color information
#A49319 (or 0xA49319) is known color: Lucky. HEX triplet: A4, 93 and 19. RGB value is (164,147,25). Sum of RGB (Red+Green+Blue) = 164+147+25=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A49319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49319 is #5B6CE6. Grayscale: #8A8A8A. Windows color (decimal): -5991655 or 1676196. OLE color: 1676196.
HSL color Cylindrical-coordinate representation of color #A49319: hue angle of 52.66º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A49319 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 25 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.36 |
| HSL | 52.66º | 0.74% | 0.37% | - |
| HSV(B) | 52.66º | 0.85% | 0.64% | - |
| XYZ | 25.92 | 28.83 | 5.12 | - |
| YUV | 138.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 25 | 0 | 0.10 | 0.85 | 0.36 | 52.66 | 0.74 | 0.37 |
| Hex | A4 | 93 | 19 | 0 | A | 55 | 24 | 35 | 4A | 25 |
| Octal | 244 | 223 | 31 | 0 | 12 | 125 | 44 | 65 | 112 | 45 |
| Binary | 10100100 | 10010011 | 11001 | 0 | 1010 | 1010101 | 100100 | 110101 | 1001010 | 100101 |
Color Harmonies of #A49319
Complementary color
Monochromatic Colors of #A49319
Black with #A49319
Text Example
Text Example
White with #A49319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49319; }
p { color: rgb(164,147,25); }
H1.HeaderClassName
{
color: #A49319;
}
.AnyTagClassName
{
color: #A49319;
}
</style>
background-color css
<style>
a { background-color: #A49319; }
a { background-color: rgb(164,147,25); }
div.DivClassName
{
background-color: #A49319;
}
.BgClassName
{
background-color: #A49319;
}
</style>
border-color css
<style>
span { border-color: #A49319; }
span { border-color: rgb(164,147,25); }
td.TdClassName
{
border-color: #A49319;
}
.TagClassName
{
border-color: #A49319;
}
</style>