Shades of Lucky #A4A20C
Tints of Lucky #A4A20C
RGB
CMYK
RGB Variations
Color information
#A4A20C (or 0xA4A20C) is known color: Lucky. HEX triplet: A4, A2 and 0C. RGB value is (164,162,12). Sum of RGB (Red+Green+Blue) = 164+162+12=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A20C is #5B5DF3. Grayscale: #929292. Windows color (decimal): -5987828 or 828068. OLE color: 828068.
HSL color Cylindrical-coordinate representation of color #A4A20C: hue angle of 59.21º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4A20C is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 162 | 12 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.36 |
| HSL | 59.21º | 0.86% | 0.35% | - |
| HSV(B) | 59.21º | 0.93% | 0.64% | - |
| XYZ | 28.3 | 33.76 | 5.37 | - |
| YUV | 145.5 | 52.66 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 162 | 12 | 0 | 0.01 | 0.93 | 0.36 | 59.21 | 0.86 | 0.35 |
| Hex | A4 | A2 | C | 0 | 1 | 5D | 24 | 3B | 56 | 23 |
| Octal | 244 | 242 | 14 | 0 | 1 | 135 | 44 | 73 | 126 | 43 |
| Binary | 10100100 | 10100010 | 1100 | 0 | 1 | 1011101 | 100100 | 111011 | 1010110 | 100011 |
Color Harmonies of #A4A20C
Complementary color
Monochromatic Colors of #A4A20C
Black with #A4A20C
Text Example
Text Example
White with #A4A20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A20C; }
p { color: rgb(164,162,12); }
H1.HeaderClassName
{
color: #A4A20C;
}
.AnyTagClassName
{
color: #A4A20C;
}
</style>
background-color css
<style>
a { background-color: #A4A20C; }
a { background-color: rgb(164,162,12); }
div.DivClassName
{
background-color: #A4A20C;
}
.BgClassName
{
background-color: #A4A20C;
}
</style>
border-color css
<style>
span { border-color: #A4A20C; }
span { border-color: rgb(164,162,12); }
td.TdClassName
{
border-color: #A4A20C;
}
.TagClassName
{
border-color: #A4A20C;
}
</style>