Shades of Lucky #A49628
Tints of Lucky #A49628
RGB
CMYK
RGB Variations
Color information
#A49628 (or 0xA49628) is known color: Lucky. HEX triplet: A4, 96 and 28. RGB value is (164,150,40). Sum of RGB (Red+Green+Blue) = 164+150+40=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A49628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49628 is #5B69D7. Grayscale: #8E8E8E. Windows color (decimal): -5990872 or 2660004. OLE color: 2660004.
HSL color Cylindrical-coordinate representation of color #A49628: hue angle of 53.23º 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 #A49628 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 40 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.36 |
| HSL | 53.23º | 0.61% | 0.4% | - |
| HSV(B) | 53.23º | 0.76% | 0.64% | - |
| XYZ | 26.6 | 29.86 | 6.37 | - |
| YUV | 141.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 40 | 0 | 0.09 | 0.76 | 0.36 | 53.23 | 0.61 | 0.4 |
| Hex | A4 | 96 | 28 | 0 | 9 | 4C | 24 | 35 | 3D | 28 |
| Octal | 244 | 226 | 50 | 0 | 11 | 114 | 44 | 65 | 75 | 50 |
| Binary | 10100100 | 10010110 | 101000 | 0 | 1001 | 1001100 | 100100 | 110101 | 111101 | 101000 |
Color Harmonies of #A49628
Complementary color
Monochromatic Colors of #A49628
Black with #A49628
Text Example
Text Example
White with #A49628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49628; }
p { color: rgb(164,150,40); }
H1.HeaderClassName
{
color: #A49628;
}
.AnyTagClassName
{
color: #A49628;
}
</style>
background-color css
<style>
a { background-color: #A49628; }
a { background-color: rgb(164,150,40); }
div.DivClassName
{
background-color: #A49628;
}
.BgClassName
{
background-color: #A49628;
}
</style>
border-color css
<style>
span { border-color: #A49628; }
span { border-color: rgb(164,150,40); }
td.TdClassName
{
border-color: #A49628;
}
.TagClassName
{
border-color: #A49628;
}
</style>