Shades of Lucky #A49F03
Tints of Lucky #A49F03
RGB
CMYK
RGB Variations
Color information
#A49F03 (or 0xA49F03) is known color: Lucky. HEX triplet: A4, 9F and 03. RGB value is (164,159,3). Sum of RGB (Red+Green+Blue) = 164+159+3=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49F03 is #5B60FC. Grayscale: #8F8F8F. Windows color (decimal): -5988605 or 237476. OLE color: 237476.
HSL color Cylindrical-coordinate representation of color #A49F03: hue angle of 58.14º 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 #A49F03 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 159 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.36 |
| HSL | 58.14º | 0.96% | 0.33% | - |
| HSV(B) | 58.14º | 0.98% | 0.64% | - |
| XYZ | 27.72 | 32.7 | 4.94 | - |
| YUV | 142.71 | 49.16 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 3 | 0 | 0.03 | 0.98 | 0.36 | 58.14 | 0.96 | 0.33 |
| Hex | A4 | 9F | 3 | 0 | 3 | 62 | 24 | 3A | 60 | 21 |
| Octal | 244 | 237 | 3 | 0 | 3 | 142 | 44 | 72 | 140 | 41 |
| Binary | 10100100 | 10011111 | 11 | 0 | 11 | 1100010 | 100100 | 111010 | 1100000 | 100001 |
Color Harmonies of #A49F03
Complementary color
Monochromatic Colors of #A49F03
Black with #A49F03
Text Example
Text Example
White with #A49F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49F03; }
p { color: rgb(164,159,3); }
H1.HeaderClassName
{
color: #A49F03;
}
.AnyTagClassName
{
color: #A49F03;
}
</style>
background-color css
<style>
a { background-color: #A49F03; }
a { background-color: rgb(164,159,3); }
div.DivClassName
{
background-color: #A49F03;
}
.BgClassName
{
background-color: #A49F03;
}
</style>
border-color css
<style>
span { border-color: #A49F03; }
span { border-color: rgb(164,159,3); }
td.TdClassName
{
border-color: #A49F03;
}
.TagClassName
{
border-color: #A49F03;
}
</style>