Shades of Lucky #A3A12C
Tints of Lucky #A3A12C
RGB
CMYK
RGB Variations
Color information
#A3A12C (or 0xA3A12C) is known color: Lucky. HEX triplet: A3, A1 and 2C. RGB value is (163,161,44). Sum of RGB (Red+Green+Blue) = 163+161+44=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A12C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A12C is #5C5ED3. Grayscale: #949494. Windows color (decimal): -6053588 or 2924963. OLE color: 2924963.
HSL color Cylindrical-coordinate representation of color #A3A12C: hue angle of 58.99º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3A12C is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 44 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.36 |
| HSL | 58.99º | 0.57% | 0.41% | - |
| HSV(B) | 58.99º | 0.73% | 0.64% | - |
| XYZ | 28.3 | 33.46 | 7.35 | - |
| YUV | 148.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 44 | 0 | 0.01 | 0.73 | 0.36 | 58.99 | 0.57 | 0.41 |
| Hex | A3 | A1 | 2C | 0 | 1 | 49 | 24 | 3B | 39 | 29 |
| Octal | 243 | 241 | 54 | 0 | 1 | 111 | 44 | 73 | 71 | 51 |
| Binary | 10100011 | 10100001 | 101100 | 0 | 1 | 1001001 | 100100 | 111011 | 111001 | 101001 |
Color Harmonies of #A3A12C
Complementary color
Monochromatic Colors of #A3A12C
Black with #A3A12C
Text Example
Text Example
White with #A3A12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A12C; }
p { color: rgb(163,161,44); }
H1.HeaderClassName
{
color: #A3A12C;
}
.AnyTagClassName
{
color: #A3A12C;
}
</style>
background-color css
<style>
a { background-color: #A3A12C; }
a { background-color: rgb(163,161,44); }
div.DivClassName
{
background-color: #A3A12C;
}
.BgClassName
{
background-color: #A3A12C;
}
</style>
border-color css
<style>
span { border-color: #A3A12C; }
span { border-color: rgb(163,161,44); }
td.TdClassName
{
border-color: #A3A12C;
}
.TagClassName
{
border-color: #A3A12C;
}
</style>