Shades of Lucky #A49612
Tints of Lucky #A49612
RGB
CMYK
RGB Variations
Color information
#A49612 (or 0xA49612) is known color: Lucky. HEX triplet: A4, 96 and 12. RGB value is (164,150,18). Sum of RGB (Red+Green+Blue) = 164+150+18=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A49612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49612 is #5B69ED. Grayscale: #8B8B8B. Windows color (decimal): -5990894 or 1218212. OLE color: 1218212.
HSL color Cylindrical-coordinate representation of color #A49612: hue angle of 54.25º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A49612 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 18 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.36 |
| HSL | 54.25º | 0.8% | 0.36% | - |
| HSV(B) | 54.25º | 0.89% | 0.64% | - |
| XYZ | 26.33 | 29.75 | 4.93 | - |
| YUV | 139.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 18 | 0 | 0.09 | 0.89 | 0.36 | 54.25 | 0.8 | 0.36 |
| Hex | A4 | 96 | 12 | 0 | 9 | 59 | 24 | 36 | 50 | 24 |
| Octal | 244 | 226 | 22 | 0 | 11 | 131 | 44 | 66 | 120 | 44 |
| Binary | 10100100 | 10010110 | 10010 | 0 | 1001 | 1011001 | 100100 | 110110 | 1010000 | 100100 |
Color Harmonies of #A49612
Complementary color
Monochromatic Colors of #A49612
Black with #A49612
Text Example
Text Example
White with #A49612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49612; }
p { color: rgb(164,150,18); }
H1.HeaderClassName
{
color: #A49612;
}
.AnyTagClassName
{
color: #A49612;
}
</style>
background-color css
<style>
a { background-color: #A49612; }
a { background-color: rgb(164,150,18); }
div.DivClassName
{
background-color: #A49612;
}
.BgClassName
{
background-color: #A49612;
}
</style>
border-color css
<style>
span { border-color: #A49612; }
span { border-color: rgb(164,150,18); }
td.TdClassName
{
border-color: #A49612;
}
.TagClassName
{
border-color: #A49612;
}
</style>