Shades of Lucky #A3A02E
Tints of Lucky #A3A02E
RGB
CMYK
RGB Variations
Color information
#A3A02E (or 0xA3A02E) is known color: Lucky. HEX triplet: A3, A0 and 2E. RGB value is (163,160,46). Sum of RGB (Red+Green+Blue) = 163+160+46=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A02E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A02E is #5C5FD1. Grayscale: #949494. Windows color (decimal): -6053842 or 3055779. OLE color: 3055779.
HSL color Cylindrical-coordinate representation of color #A3A02E: hue angle of 58.46º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3A02E is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 46 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.36 |
| HSL | 58.46º | 0.56% | 0.41% | - |
| HSV(B) | 58.46º | 0.72% | 0.64% | - |
| XYZ | 28.17 | 33.13 | 7.49 | - |
| YUV | 147.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 46 | 0 | 0.02 | 0.72 | 0.36 | 58.46 | 0.56 | 0.41 |
| Hex | A3 | A0 | 2E | 0 | 2 | 48 | 24 | 3A | 38 | 29 |
| Octal | 243 | 240 | 56 | 0 | 2 | 110 | 44 | 72 | 70 | 51 |
| Binary | 10100011 | 10100000 | 101110 | 0 | 10 | 1001000 | 100100 | 111010 | 111000 | 101001 |
Color Harmonies of #A3A02E
Complementary color
Monochromatic Colors of #A3A02E
Black with #A3A02E
Text Example
Text Example
White with #A3A02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A02E; }
p { color: rgb(163,160,46); }
H1.HeaderClassName
{
color: #A3A02E;
}
.AnyTagClassName
{
color: #A3A02E;
}
</style>
background-color css
<style>
a { background-color: #A3A02E; }
a { background-color: rgb(163,160,46); }
div.DivClassName
{
background-color: #A3A02E;
}
.BgClassName
{
background-color: #A3A02E;
}
</style>
border-color css
<style>
span { border-color: #A3A02E; }
span { border-color: rgb(163,160,46); }
td.TdClassName
{
border-color: #A3A02E;
}
.TagClassName
{
border-color: #A3A02E;
}
</style>