Shades of Lucky #A3A61D
Tints of Lucky #A3A61D
RGB
CMYK
RGB Variations
Color information
#A3A61D (or 0xA3A61D) is known color: Lucky. HEX triplet: A3, A6 and 1D. RGB value is (163,166,29). Sum of RGB (Red+Green+Blue) = 163+166+29=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A61D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A61D is #5C59E2. Grayscale: #969696. Windows color (decimal): -6052323 or 1943203. OLE color: 1943203.
HSL color Cylindrical-coordinate representation of color #A3A61D: hue angle of 61.31º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3A61D is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 29 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.35 |
| HSL | 61.31º | 0.7% | 0.38% | - |
| HSV(B) | 61.31º | 0.83% | 0.65% | - |
| XYZ | 28.96 | 35.15 | 6.42 | - |
| YUV | 149.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 29 | 0.02 | 0 | 0.83 | 0.35 | 61.31 | 0.7 | 0.38 |
| Hex | A3 | A6 | 1D | 2 | 0 | 53 | 23 | 3D | 46 | 26 |
| Octal | 243 | 246 | 35 | 2 | 0 | 123 | 43 | 75 | 106 | 46 |
| Binary | 10100011 | 10100110 | 11101 | 10 | 0 | 1010011 | 100011 | 111101 | 1000110 | 100110 |
Color Harmonies of #A3A61D
Complementary color
Monochromatic Colors of #A3A61D
Black with #A3A61D
Text Example
Text Example
White with #A3A61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A61D; }
p { color: rgb(163,166,29); }
H1.HeaderClassName
{
color: #A3A61D;
}
.AnyTagClassName
{
color: #A3A61D;
}
</style>
background-color css
<style>
a { background-color: #A3A61D; }
a { background-color: rgb(163,166,29); }
div.DivClassName
{
background-color: #A3A61D;
}
.BgClassName
{
background-color: #A3A61D;
}
</style>
border-color css
<style>
span { border-color: #A3A61D; }
span { border-color: rgb(163,166,29); }
td.TdClassName
{
border-color: #A3A61D;
}
.TagClassName
{
border-color: #A3A61D;
}
</style>