Shades of Lucky #A49415
Tints of Lucky #A49415
RGB
CMYK
RGB Variations
Color information
#A49415 (or 0xA49415) is known color: Lucky. HEX triplet: A4, 94 and 15. RGB value is (164,148,21). Sum of RGB (Red+Green+Blue) = 164+148+21=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A49415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49415 is #5B6BEA. Grayscale: #8A8A8A. Windows color (decimal): -5991403 or 1414308. OLE color: 1414308.
HSL color Cylindrical-coordinate representation of color #A49415: hue angle of 53.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A49415 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 21 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.36 |
| HSL | 53.29º | 0.77% | 0.36% | - |
| HSV(B) | 53.29º | 0.87% | 0.64% | - |
| XYZ | 26.04 | 29.13 | 4.96 | - |
| YUV | 138.31 | 61.8 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 21 | 0 | 0.10 | 0.87 | 0.36 | 53.29 | 0.77 | 0.36 |
| Hex | A4 | 94 | 15 | 0 | A | 57 | 24 | 35 | 4D | 24 |
| Octal | 244 | 224 | 25 | 0 | 12 | 127 | 44 | 65 | 115 | 44 |
| Binary | 10100100 | 10010100 | 10101 | 0 | 1010 | 1010111 | 100100 | 110101 | 1001101 | 100100 |
Color Harmonies of #A49415
Complementary color
Monochromatic Colors of #A49415
Black with #A49415
Text Example
Text Example
White with #A49415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49415; }
p { color: rgb(164,148,21); }
H1.HeaderClassName
{
color: #A49415;
}
.AnyTagClassName
{
color: #A49415;
}
</style>
background-color css
<style>
a { background-color: #A49415; }
a { background-color: rgb(164,148,21); }
div.DivClassName
{
background-color: #A49415;
}
.BgClassName
{
background-color: #A49415;
}
</style>
border-color css
<style>
span { border-color: #A49415; }
span { border-color: rgb(164,148,21); }
td.TdClassName
{
border-color: #A49415;
}
.TagClassName
{
border-color: #A49415;
}
</style>