Shades of Lucky #A49F01
Tints of Lucky #A49F01
RGB
CMYK
RGB Variations
Color information
#A49F01 (or 0xA49F01) is known color: Lucky. HEX triplet: A4, 9F and 01. RGB value is (164,159,1). Sum of RGB (Red+Green+Blue) = 164+159+1=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49F01 is #5B60FE. Grayscale: #8F8F8F. Windows color (decimal): -5988607 or 106404. OLE color: 106404.
HSL color Cylindrical-coordinate representation of color #A49F01: hue angle of 58.16º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A49F01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 159 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.36 |
| HSL | 58.16º | 0.99% | 0.32% | - |
| HSV(B) | 58.16º | 0.99% | 0.64% | - |
| XYZ | 27.71 | 32.69 | 4.88 | - |
| YUV | 142.48 | 48.16 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 1 | 0 | 0.03 | 0.99 | 0.36 | 58.16 | 0.99 | 0.32 |
| Hex | A4 | 9F | 1 | 0 | 3 | 63 | 24 | 3A | 63 | 20 |
| Octal | 244 | 237 | 1 | 0 | 3 | 143 | 44 | 72 | 143 | 40 |
| Binary | 10100100 | 10011111 | 1 | 0 | 11 | 1100011 | 100100 | 111010 | 1100011 | 100000 |
Color Harmonies of #A49F01
Complementary color
Monochromatic Colors of #A49F01
Black with #A49F01
Text Example
Text Example
White with #A49F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49F01; }
p { color: rgb(164,159,1); }
H1.HeaderClassName
{
color: #A49F01;
}
.AnyTagClassName
{
color: #A49F01;
}
</style>
background-color css
<style>
a { background-color: #A49F01; }
a { background-color: rgb(164,159,1); }
div.DivClassName
{
background-color: #A49F01;
}
.BgClassName
{
background-color: #A49F01;
}
</style>
border-color css
<style>
span { border-color: #A49F01; }
span { border-color: rgb(164,159,1); }
td.TdClassName
{
border-color: #A49F01;
}
.TagClassName
{
border-color: #A49F01;
}
</style>