Shades of Lucky #A3A215
Tints of Lucky #A3A215
RGB
CMYK
RGB Variations
Color information
#A3A215 (or 0xA3A215) is known color: Lucky. HEX triplet: A3, A2 and 15. RGB value is (163,162,21). Sum of RGB (Red+Green+Blue) = 163+162+21=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A215 is #5C5DEA. Grayscale: #929292. Windows color (decimal): -6053355 or 1417891. OLE color: 1417891.
HSL color Cylindrical-coordinate representation of color #A3A215: hue angle of 59.58º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3A215 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 21 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.36 |
| HSL | 59.58º | 0.77% | 0.36% | - |
| HSV(B) | 59.58º | 0.87% | 0.64% | - |
| XYZ | 28.16 | 33.68 | 5.73 | - |
| YUV | 146.23 | 57.33 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 21 | 0 | 0.01 | 0.87 | 0.36 | 59.58 | 0.77 | 0.36 |
| Hex | A3 | A2 | 15 | 0 | 1 | 57 | 24 | 3C | 4D | 24 |
| Octal | 243 | 242 | 25 | 0 | 1 | 127 | 44 | 74 | 115 | 44 |
| Binary | 10100011 | 10100010 | 10101 | 0 | 1 | 1010111 | 100100 | 111100 | 1001101 | 100100 |
Color Harmonies of #A3A215
Complementary color
Monochromatic Colors of #A3A215
Black with #A3A215
Text Example
Text Example
White with #A3A215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A215; }
p { color: rgb(163,162,21); }
H1.HeaderClassName
{
color: #A3A215;
}
.AnyTagClassName
{
color: #A3A215;
}
</style>
background-color css
<style>
a { background-color: #A3A215; }
a { background-color: rgb(163,162,21); }
div.DivClassName
{
background-color: #A3A215;
}
.BgClassName
{
background-color: #A3A215;
}
</style>
border-color css
<style>
span { border-color: #A3A215; }
span { border-color: rgb(163,162,21); }
td.TdClassName
{
border-color: #A3A215;
}
.TagClassName
{
border-color: #A3A215;
}
</style>