Shades of Lucky #A3A418
Tints of Lucky #A3A418
RGB
CMYK
RGB Variations
Color information
#A3A418 (or 0xA3A418) is known color: Lucky. HEX triplet: A3, A4 and 18. RGB value is (163,164,24). Sum of RGB (Red+Green+Blue) = 163+164+24=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A418 is #5C5BE7. Grayscale: #949494. Windows color (decimal): -6052840 or 1615011. OLE color: 1615011.
HSL color Cylindrical-coordinate representation of color #A3A418: hue angle of 60.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3A418 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 24 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.36 |
| HSL | 60.43º | 0.74% | 0.37% | - |
| HSV(B) | 60.43º | 0.85% | 0.64% | - |
| XYZ | 28.54 | 34.4 | 6 | - |
| YUV | 147.74 | 58.17 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 24 | 0.01 | 0 | 0.85 | 0.36 | 60.43 | 0.74 | 0.37 |
| Hex | A3 | A4 | 18 | 1 | 0 | 55 | 24 | 3C | 4A | 25 |
| Octal | 243 | 244 | 30 | 1 | 0 | 125 | 44 | 74 | 112 | 45 |
| Binary | 10100011 | 10100100 | 11000 | 1 | 0 | 1010101 | 100100 | 111100 | 1001010 | 100101 |
Color Harmonies of #A3A418
Complementary color
Monochromatic Colors of #A3A418
Black with #A3A418
Text Example
Text Example
White with #A3A418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A418; }
p { color: rgb(163,164,24); }
H1.HeaderClassName
{
color: #A3A418;
}
.AnyTagClassName
{
color: #A3A418;
}
</style>
background-color css
<style>
a { background-color: #A3A418; }
a { background-color: rgb(163,164,24); }
div.DivClassName
{
background-color: #A3A418;
}
.BgClassName
{
background-color: #A3A418;
}
</style>
border-color css
<style>
span { border-color: #A3A418; }
span { border-color: rgb(163,164,24); }
td.TdClassName
{
border-color: #A3A418;
}
.TagClassName
{
border-color: #A3A418;
}
</style>