Shades of Lucky #A3A129
Tints of Lucky #A3A129
RGB
CMYK
RGB Variations
Color information
#A3A129 (or 0xA3A129) is known color: Lucky. HEX triplet: A3, A1 and 29. RGB value is (163,161,41). Sum of RGB (Red+Green+Blue) = 163+161+41=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A129 is #5C5ED6. Grayscale: #949494. Windows color (decimal): -6053591 or 2728355. OLE color: 2728355.
HSL color Cylindrical-coordinate representation of color #A3A129: hue angle of 59.02º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3A129 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 41 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.36 |
| HSL | 59.02º | 0.6% | 0.4% | - |
| HSV(B) | 59.02º | 0.75% | 0.64% | - |
| XYZ | 28.25 | 33.44 | 7.06 | - |
| YUV | 147.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 41 | 0 | 0.01 | 0.75 | 0.36 | 59.02 | 0.6 | 0.4 |
| Hex | A3 | A1 | 29 | 0 | 1 | 4B | 24 | 3B | 3C | 28 |
| Octal | 243 | 241 | 51 | 0 | 1 | 113 | 44 | 73 | 74 | 50 |
| Binary | 10100011 | 10100001 | 101001 | 0 | 1 | 1001011 | 100100 | 111011 | 111100 | 101000 |
Color Harmonies of #A3A129
Complementary color
Monochromatic Colors of #A3A129
Black with #A3A129
Text Example
Text Example
White with #A3A129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A129; }
p { color: rgb(163,161,41); }
H1.HeaderClassName
{
color: #A3A129;
}
.AnyTagClassName
{
color: #A3A129;
}
</style>
background-color css
<style>
a { background-color: #A3A129; }
a { background-color: rgb(163,161,41); }
div.DivClassName
{
background-color: #A3A129;
}
.BgClassName
{
background-color: #A3A129;
}
</style>
border-color css
<style>
span { border-color: #A3A129; }
span { border-color: rgb(163,161,41); }
td.TdClassName
{
border-color: #A3A129;
}
.TagClassName
{
border-color: #A3A129;
}
</style>