Shades of Lucky #A3A210
Tints of Lucky #A3A210
RGB
CMYK
RGB Variations
Color information
#A3A210 (or 0xA3A210) is known color: Lucky. HEX triplet: A3, A2 and 10. RGB value is (163,162,16). Sum of RGB (Red+Green+Blue) = 163+162+16=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A210 is #5C5DEF. Grayscale: #929292. Windows color (decimal): -6053360 or 1090211. OLE color: 1090211.
HSL color Cylindrical-coordinate representation of color #A3A210: hue angle of 59.59º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3A210 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 16 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.36 |
| HSL | 59.59º | 0.82% | 0.35% | - |
| HSV(B) | 59.59º | 0.9% | 0.64% | - |
| XYZ | 28.12 | 33.66 | 5.51 | - |
| YUV | 145.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 16 | 0 | 0.01 | 0.90 | 0.36 | 59.59 | 0.82 | 0.35 |
| Hex | A3 | A2 | 10 | 0 | 1 | 5A | 24 | 3C | 52 | 23 |
| Octal | 243 | 242 | 20 | 0 | 1 | 132 | 44 | 74 | 122 | 43 |
| Binary | 10100011 | 10100010 | 10000 | 0 | 1 | 1011010 | 100100 | 111100 | 1010010 | 100011 |
Color Harmonies of #A3A210
Complementary color
Monochromatic Colors of #A3A210
Black with #A3A210
Text Example
Text Example
White with #A3A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A210; }
p { color: rgb(163,162,16); }
H1.HeaderClassName
{
color: #A3A210;
}
.AnyTagClassName
{
color: #A3A210;
}
</style>
background-color css
<style>
a { background-color: #A3A210; }
a { background-color: rgb(163,162,16); }
div.DivClassName
{
background-color: #A3A210;
}
.BgClassName
{
background-color: #A3A210;
}
</style>
border-color css
<style>
span { border-color: #A3A210; }
span { border-color: rgb(163,162,16); }
td.TdClassName
{
border-color: #A3A210;
}
.TagClassName
{
border-color: #A3A210;
}
</style>