Shades of Lucky #A49400
Tints of Lucky #A49400
RGB
CMYK
RGB Variations
Color information
#A49400 (or 0xA49400) is known color: Lucky. HEX triplet: A4, 94 and 00. RGB value is (164,148,0). Sum of RGB (Red+Green+Blue) = 164+148+0=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A49400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49400 is #5B6BFF. Grayscale: #888888. Windows color (decimal): -5991424 or 38052. OLE color: 38052.
HSL color Cylindrical-coordinate representation of color #A49400: hue angle of 54.15º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A49400 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.36 |
| HSL | 54.15º | 1% | 0.32% | - |
| HSV(B) | 54.15º | 1% | 0.64% | - |
| XYZ | 25.9 | 29.07 | 4.25 | - |
| YUV | 135.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 0 | 0 | 0.10 | 1 | 0.36 | 54.15 | 1 | 0.32 |
| Hex | A4 | 94 | 0 | 0 | A | 64 | 24 | 36 | 64 | 20 |
| Octal | 244 | 224 | 0 | 0 | 12 | 144 | 44 | 66 | 144 | 40 |
| Binary | 10100100 | 10010100 | 0 | 0 | 1010 | 1100100 | 100100 | 110110 | 1100100 | 100000 |
Color Harmonies of #A49400
Complementary color
Monochromatic Colors of #A49400
Black with #A49400
Text Example
Text Example
White with #A49400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49400; }
p { color: rgb(164,148,0); }
H1.HeaderClassName
{
color: #A49400;
}
.AnyTagClassName
{
color: #A49400;
}
</style>
background-color css
<style>
a { background-color: #A49400; }
a { background-color: rgb(164,148,0); }
div.DivClassName
{
background-color: #A49400;
}
.BgClassName
{
background-color: #A49400;
}
</style>
border-color css
<style>
span { border-color: #A49400; }
span { border-color: rgb(164,148,0); }
td.TdClassName
{
border-color: #A49400;
}
.TagClassName
{
border-color: #A49400;
}
</style>