Shades of Lucky #A4A510
Tints of Lucky #A4A510
RGB
CMYK
RGB Variations
Color information
#A4A510 (or 0xA4A510) is known color: Lucky. HEX triplet: A4, A5 and 10. RGB value is (164,165,16). Sum of RGB (Red+Green+Blue) = 164+165+16=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A510 is #5B5AEF. Grayscale: #949494. Windows color (decimal): -5987056 or 1090980. OLE color: 1090980.
HSL color Cylindrical-coordinate representation of color #A4A510: hue angle of 60.4º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4A510 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 165 | 16 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.35 |
| HSL | 60.4º | 0.82% | 0.35% | - |
| HSV(B) | 60.4º | 0.9% | 0.65% | - |
| XYZ | 28.86 | 34.84 | 5.69 | - |
| YUV | 147.72 | 53.67 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 165 | 16 | 0.01 | 0 | 0.90 | 0.35 | 60.4 | 0.82 | 0.35 |
| Hex | A4 | A5 | 10 | 1 | 0 | 5A | 23 | 3C | 52 | 23 |
| Octal | 244 | 245 | 20 | 1 | 0 | 132 | 43 | 74 | 122 | 43 |
| Binary | 10100100 | 10100101 | 10000 | 1 | 0 | 1011010 | 100011 | 111100 | 1010010 | 100011 |
Color Harmonies of #A4A510
Complementary color
Monochromatic Colors of #A4A510
Black with #A4A510
Text Example
Text Example
White with #A4A510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A510; }
p { color: rgb(164,165,16); }
H1.HeaderClassName
{
color: #A4A510;
}
.AnyTagClassName
{
color: #A4A510;
}
</style>
background-color css
<style>
a { background-color: #A4A510; }
a { background-color: rgb(164,165,16); }
div.DivClassName
{
background-color: #A4A510;
}
.BgClassName
{
background-color: #A4A510;
}
</style>
border-color css
<style>
span { border-color: #A4A510; }
span { border-color: rgb(164,165,16); }
td.TdClassName
{
border-color: #A4A510;
}
.TagClassName
{
border-color: #A4A510;
}
</style>