Shades of Lucky #A49C1E
Tints of Lucky #A49C1E
RGB
CMYK
RGB Variations
Color information
#A49C1E (or 0xA49C1E) is known color: Lucky. HEX triplet: A4, 9C and 1E. RGB value is (164,156,30). Sum of RGB (Red+Green+Blue) = 164+156+30=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C1E is #5B63E1. Grayscale: #909090. Windows color (decimal): -5989346 or 2006180. OLE color: 2006180.
HSL color Cylindrical-coordinate representation of color #A49C1E: hue angle of 56.42º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A49C1E is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 156 | 30 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.36 |
| HSL | 56.42º | 0.69% | 0.38% | - |
| HSV(B) | 56.42º | 0.82% | 0.64% | - |
| XYZ | 27.43 | 31.76 | 5.91 | - |
| YUV | 144.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 30 | 0 | 0.05 | 0.82 | 0.36 | 56.42 | 0.69 | 0.38 |
| Hex | A4 | 9C | 1E | 0 | 5 | 52 | 24 | 38 | 45 | 26 |
| Octal | 244 | 234 | 36 | 0 | 5 | 122 | 44 | 70 | 105 | 46 |
| Binary | 10100100 | 10011100 | 11110 | 0 | 101 | 1010010 | 100100 | 111000 | 1000101 | 100110 |
Color Harmonies of #A49C1E
Complementary color
Monochromatic Colors of #A49C1E
Black with #A49C1E
Text Example
Text Example
White with #A49C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49C1E; }
p { color: rgb(164,156,30); }
H1.HeaderClassName
{
color: #A49C1E;
}
.AnyTagClassName
{
color: #A49C1E;
}
</style>
background-color css
<style>
a { background-color: #A49C1E; }
a { background-color: rgb(164,156,30); }
div.DivClassName
{
background-color: #A49C1E;
}
.BgClassName
{
background-color: #A49C1E;
}
</style>
border-color css
<style>
span { border-color: #A49C1E; }
span { border-color: rgb(164,156,30); }
td.TdClassName
{
border-color: #A49C1E;
}
.TagClassName
{
border-color: #A49C1E;
}
</style>