Shades of Lucky #A49E03
Tints of Lucky #A49E03
RGB
CMYK
RGB Variations
Color information
#A49E03 (or 0xA49E03) is known color: Lucky. HEX triplet: A4, 9E and 03. RGB value is (164,158,3). Sum of RGB (Red+Green+Blue) = 164+158+3=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49E03 is #5B61FC. Grayscale: #8E8E8E. Windows color (decimal): -5988861 or 237220. OLE color: 237220.
HSL color Cylindrical-coordinate representation of color #A49E03: hue angle of 57.76º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A49E03 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 3 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.36 |
| HSL | 57.76º | 0.96% | 0.33% | - |
| HSV(B) | 57.76º | 0.98% | 0.64% | - |
| XYZ | 27.55 | 32.35 | 4.88 | - |
| YUV | 142.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 3 | 0 | 0.04 | 0.98 | 0.36 | 57.76 | 0.96 | 0.33 |
| Hex | A4 | 9E | 3 | 0 | 4 | 62 | 24 | 3A | 60 | 21 |
| Octal | 244 | 236 | 3 | 0 | 4 | 142 | 44 | 72 | 140 | 41 |
| Binary | 10100100 | 10011110 | 11 | 0 | 100 | 1100010 | 100100 | 111010 | 1100000 | 100001 |
Color Harmonies of #A49E03
Complementary color
Monochromatic Colors of #A49E03
Black with #A49E03
Text Example
Text Example
White with #A49E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E03; }
p { color: rgb(164,158,3); }
H1.HeaderClassName
{
color: #A49E03;
}
.AnyTagClassName
{
color: #A49E03;
}
</style>
background-color css
<style>
a { background-color: #A49E03; }
a { background-color: rgb(164,158,3); }
div.DivClassName
{
background-color: #A49E03;
}
.BgClassName
{
background-color: #A49E03;
}
</style>
border-color css
<style>
span { border-color: #A49E03; }
span { border-color: rgb(164,158,3); }
td.TdClassName
{
border-color: #A49E03;
}
.TagClassName
{
border-color: #A49E03;
}
</style>