Shades of Lucky #A4A815
Tints of Lucky #A4A815
RGB
CMYK
RGB Variations
Color information
#A4A815 (or 0xA4A815) is known color: Lucky. HEX triplet: A4, A8 and 15. RGB value is (164,168,21). Sum of RGB (Red+Green+Blue) = 164+168+21=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A815 is #5B57EA. Grayscale: #969696. Windows color (decimal): -5986283 or 1419428. OLE color: 1419428.
HSL color Cylindrical-coordinate representation of color #A4A815: hue angle of 61.63º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4A815 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 21 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.34 |
| HSL | 61.63º | 0.78% | 0.37% | - |
| HSV(B) | 61.63º | 0.88% | 0.66% | - |
| XYZ | 29.45 | 35.95 | 6.1 | - |
| YUV | 150.05 | 55.17 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 21 | 0.02 | 0 | 0.88 | 0.34 | 61.63 | 0.78 | 0.37 |
| Hex | A4 | A8 | 15 | 2 | 0 | 58 | 22 | 3E | 4E | 25 |
| Octal | 244 | 250 | 25 | 2 | 0 | 130 | 42 | 76 | 116 | 45 |
| Binary | 10100100 | 10101000 | 10101 | 10 | 0 | 1011000 | 100010 | 111110 | 1001110 | 100101 |
Color Harmonies of #A4A815
Complementary color
Monochromatic Colors of #A4A815
Black with #A4A815
Text Example
Text Example
White with #A4A815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A815; }
p { color: rgb(164,168,21); }
H1.HeaderClassName
{
color: #A4A815;
}
.AnyTagClassName
{
color: #A4A815;
}
</style>
background-color css
<style>
a { background-color: #A4A815; }
a { background-color: rgb(164,168,21); }
div.DivClassName
{
background-color: #A4A815;
}
.BgClassName
{
background-color: #A4A815;
}
</style>
border-color css
<style>
span { border-color: #A4A815; }
span { border-color: rgb(164,168,21); }
td.TdClassName
{
border-color: #A4A815;
}
.TagClassName
{
border-color: #A4A815;
}
</style>