Shades of Lucky #A3A217
Tints of Lucky #A3A217
RGB
CMYK
RGB Variations
Color information
#A3A217 (or 0xA3A217) is known color: Lucky. HEX triplet: A3, A2 and 17. RGB value is (163,162,23). Sum of RGB (Red+Green+Blue) = 163+162+23=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A217 is #5C5DE8. Grayscale: #939393. Windows color (decimal): -6053353 or 1548963. OLE color: 1548963.
HSL color Cylindrical-coordinate representation of color #A3A217: hue angle of 59.57º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A3A217 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 23 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.36 |
| HSL | 59.57º | 0.75% | 0.36% | - |
| HSV(B) | 59.57º | 0.86% | 0.64% | - |
| XYZ | 28.18 | 33.69 | 5.83 | - |
| YUV | 146.45 | 58.33 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 23 | 0 | 0.01 | 0.86 | 0.36 | 59.57 | 0.75 | 0.36 |
| Hex | A3 | A2 | 17 | 0 | 1 | 56 | 24 | 3C | 4B | 24 |
| Octal | 243 | 242 | 27 | 0 | 1 | 126 | 44 | 74 | 113 | 44 |
| Binary | 10100011 | 10100010 | 10111 | 0 | 1 | 1010110 | 100100 | 111100 | 1001011 | 100100 |
Color Harmonies of #A3A217
Complementary color
Monochromatic Colors of #A3A217
Black with #A3A217
Text Example
Text Example
White with #A3A217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A217; }
p { color: rgb(163,162,23); }
H1.HeaderClassName
{
color: #A3A217;
}
.AnyTagClassName
{
color: #A3A217;
}
</style>
background-color css
<style>
a { background-color: #A3A217; }
a { background-color: rgb(163,162,23); }
div.DivClassName
{
background-color: #A3A217;
}
.BgClassName
{
background-color: #A3A217;
}
</style>
border-color css
<style>
span { border-color: #A3A217; }
span { border-color: rgb(163,162,23); }
td.TdClassName
{
border-color: #A3A217;
}
.TagClassName
{
border-color: #A3A217;
}
</style>