Shades of Lucky #A3A626
Tints of Lucky #A3A626
RGB
CMYK
RGB Variations
Color information
#A3A626 (or 0xA3A626) is known color: Lucky. HEX triplet: A3, A6 and 26. RGB value is (163,166,38). Sum of RGB (Red+Green+Blue) = 163+166+38=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A626 is #5C59D9. Grayscale: #979797. Windows color (decimal): -6052314 or 2533027. OLE color: 2533027.
HSL color Cylindrical-coordinate representation of color #A3A626: hue angle of 61.41º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3A626 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 38 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.35 |
| HSL | 61.41º | 0.63% | 0.4% | - |
| HSV(B) | 61.41º | 0.77% | 0.65% | - |
| XYZ | 29.09 | 35.2 | 7.09 | - |
| YUV | 150.51 | 64.51 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 38 | 0.02 | 0 | 0.77 | 0.35 | 61.41 | 0.63 | 0.4 |
| Hex | A3 | A6 | 26 | 2 | 0 | 4D | 23 | 3D | 3F | 28 |
| Octal | 243 | 246 | 46 | 2 | 0 | 115 | 43 | 75 | 77 | 50 |
| Binary | 10100011 | 10100110 | 100110 | 10 | 0 | 1001101 | 100011 | 111101 | 111111 | 101000 |
Color Harmonies of #A3A626
Complementary color
Monochromatic Colors of #A3A626
Black with #A3A626
Text Example
Text Example
White with #A3A626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A626; }
p { color: rgb(163,166,38); }
H1.HeaderClassName
{
color: #A3A626;
}
.AnyTagClassName
{
color: #A3A626;
}
</style>
background-color css
<style>
a { background-color: #A3A626; }
a { background-color: rgb(163,166,38); }
div.DivClassName
{
background-color: #A3A626;
}
.BgClassName
{
background-color: #A3A626;
}
</style>
border-color css
<style>
span { border-color: #A3A626; }
span { border-color: rgb(163,166,38); }
td.TdClassName
{
border-color: #A3A626;
}
.TagClassName
{
border-color: #A3A626;
}
</style>