Shades of Lucky #A3A421
Tints of Lucky #A3A421
RGB
CMYK
RGB Variations
Color information
#A3A421 (or 0xA3A421) is known color: Lucky. HEX triplet: A3, A4 and 21. RGB value is (163,164,33). Sum of RGB (Red+Green+Blue) = 163+164+33=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A421 is #5C5BDE. Grayscale: #959595. Windows color (decimal): -6052831 or 2204835. OLE color: 2204835.
HSL color Cylindrical-coordinate representation of color #A3A421: hue angle of 60.46º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3A421 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 33 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.36 |
| HSL | 60.46º | 0.66% | 0.39% | - |
| HSV(B) | 60.46º | 0.8% | 0.64% | - |
| XYZ | 28.65 | 34.45 | 6.58 | - |
| YUV | 148.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 33 | 0.01 | 0 | 0.80 | 0.36 | 60.46 | 0.66 | 0.39 |
| Hex | A3 | A4 | 21 | 1 | 0 | 50 | 24 | 3C | 42 | 27 |
| Octal | 243 | 244 | 41 | 1 | 0 | 120 | 44 | 74 | 102 | 47 |
| Binary | 10100011 | 10100100 | 100001 | 1 | 0 | 1010000 | 100100 | 111100 | 1000010 | 100111 |
Color Harmonies of #A3A421
Complementary color
Monochromatic Colors of #A3A421
Black with #A3A421
Text Example
Text Example
White with #A3A421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A421; }
p { color: rgb(163,164,33); }
H1.HeaderClassName
{
color: #A3A421;
}
.AnyTagClassName
{
color: #A3A421;
}
</style>
background-color css
<style>
a { background-color: #A3A421; }
a { background-color: rgb(163,164,33); }
div.DivClassName
{
background-color: #A3A421;
}
.BgClassName
{
background-color: #A3A421;
}
</style>
border-color css
<style>
span { border-color: #A3A421; }
span { border-color: rgb(163,164,33); }
td.TdClassName
{
border-color: #A3A421;
}
.TagClassName
{
border-color: #A3A421;
}
</style>