Shades of Lucky #A49828
Tints of Lucky #A49828
RGB
CMYK
RGB Variations
Color information
#A49828 (or 0xA49828) is known color: Lucky. HEX triplet: A4, 98 and 28. RGB value is (164,152,40). Sum of RGB (Red+Green+Blue) = 164+152+40=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A49828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49828 is #5B67D7. Grayscale: #8F8F8F. Windows color (decimal): -5990360 or 2660516. OLE color: 2660516.
HSL color Cylindrical-coordinate representation of color #A49828: hue angle of 54.19º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A49828 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 152 | 40 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.36 |
| HSL | 54.19º | 0.61% | 0.4% | - |
| HSV(B) | 54.19º | 0.76% | 0.64% | - |
| XYZ | 26.92 | 30.5 | 6.48 | - |
| YUV | 142.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 40 | 0 | 0.07 | 0.76 | 0.36 | 54.19 | 0.61 | 0.4 |
| Hex | A4 | 98 | 28 | 0 | 7 | 4C | 24 | 36 | 3D | 28 |
| Octal | 244 | 230 | 50 | 0 | 7 | 114 | 44 | 66 | 75 | 50 |
| Binary | 10100100 | 10011000 | 101000 | 0 | 111 | 1001100 | 100100 | 110110 | 111101 | 101000 |
Color Harmonies of #A49828
Complementary color
Monochromatic Colors of #A49828
Black with #A49828
Text Example
Text Example
White with #A49828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49828; }
p { color: rgb(164,152,40); }
H1.HeaderClassName
{
color: #A49828;
}
.AnyTagClassName
{
color: #A49828;
}
</style>
background-color css
<style>
a { background-color: #A49828; }
a { background-color: rgb(164,152,40); }
div.DivClassName
{
background-color: #A49828;
}
.BgClassName
{
background-color: #A49828;
}
</style>
border-color css
<style>
span { border-color: #A49828; }
span { border-color: rgb(164,152,40); }
td.TdClassName
{
border-color: #A49828;
}
.TagClassName
{
border-color: #A49828;
}
</style>