Shades of Lucky #A49D1E
Tints of Lucky #A49D1E
RGB
CMYK
RGB Variations
Color information
#A49D1E (or 0xA49D1E) is known color: Lucky. HEX triplet: A4, 9D and 1E. RGB value is (164,157,30). Sum of RGB (Red+Green+Blue) = 164+157+30=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D1E is #5B62E1. Grayscale: #919191. Windows color (decimal): -5989090 or 2006436. OLE color: 2006436.
HSL color Cylindrical-coordinate representation of color #A49D1E: hue angle of 56.87º 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 #A49D1E is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 30 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.36 |
| HSL | 56.87º | 0.69% | 0.38% | - |
| HSV(B) | 56.87º | 0.82% | 0.64% | - |
| XYZ | 27.6 | 32.1 | 5.97 | - |
| YUV | 144.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 30 | 0 | 0.04 | 0.82 | 0.36 | 56.87 | 0.69 | 0.38 |
| Hex | A4 | 9D | 1E | 0 | 4 | 52 | 24 | 39 | 45 | 26 |
| Octal | 244 | 235 | 36 | 0 | 4 | 122 | 44 | 71 | 105 | 46 |
| Binary | 10100100 | 10011101 | 11110 | 0 | 100 | 1010010 | 100100 | 111001 | 1000101 | 100110 |
Color Harmonies of #A49D1E
Complementary color
Monochromatic Colors of #A49D1E
Black with #A49D1E
Text Example
Text Example
White with #A49D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D1E; }
p { color: rgb(164,157,30); }
H1.HeaderClassName
{
color: #A49D1E;
}
.AnyTagClassName
{
color: #A49D1E;
}
</style>
background-color css
<style>
a { background-color: #A49D1E; }
a { background-color: rgb(164,157,30); }
div.DivClassName
{
background-color: #A49D1E;
}
.BgClassName
{
background-color: #A49D1E;
}
</style>
border-color css
<style>
span { border-color: #A49D1E; }
span { border-color: rgb(164,157,30); }
td.TdClassName
{
border-color: #A49D1E;
}
.TagClassName
{
border-color: #A49D1E;
}
</style>