Shades of Lucky #A3AA24
Tints of Lucky #A3AA24
RGB
CMYK
RGB Variations
Color information
#A3AA24 (or 0xA3AA24) is known color: Lucky. HEX triplet: A3, AA and 24. RGB value is (163,170,36). Sum of RGB (Red+Green+Blue) = 163+170+36=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AA24 is #5C55DB. Grayscale: #999999. Windows color (decimal): -6051292 or 2402979. OLE color: 2402979.
HSL color Cylindrical-coordinate representation of color #A3AA24: hue angle of 63.13º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3AA24 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 36 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.33 |
| HSL | 63.13º | 0.65% | 0.4% | - |
| HSV(B) | 63.13º | 0.79% | 0.67% | - |
| XYZ | 29.8 | 36.66 | 7.18 | - |
| YUV | 152.63 | 62.18 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 36 | 0.04 | 0 | 0.79 | 0.33 | 63.13 | 0.65 | 0.4 |
| Hex | A3 | AA | 24 | 4 | 0 | 4F | 21 | 3F | 41 | 28 |
| Octal | 243 | 252 | 44 | 4 | 0 | 117 | 41 | 77 | 101 | 50 |
| Binary | 10100011 | 10101010 | 100100 | 100 | 0 | 1001111 | 100001 | 111111 | 1000001 | 101000 |
Color Harmonies of #A3AA24
Complementary color
Monochromatic Colors of #A3AA24
Black with #A3AA24
Text Example
Text Example
White with #A3AA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA24; }
p { color: rgb(163,170,36); }
H1.HeaderClassName
{
color: #A3AA24;
}
.AnyTagClassName
{
color: #A3AA24;
}
</style>
background-color css
<style>
a { background-color: #A3AA24; }
a { background-color: rgb(163,170,36); }
div.DivClassName
{
background-color: #A3AA24;
}
.BgClassName
{
background-color: #A3AA24;
}
</style>
border-color css
<style>
span { border-color: #A3AA24; }
span { border-color: rgb(163,170,36); }
td.TdClassName
{
border-color: #A3AA24;
}
.TagClassName
{
border-color: #A3AA24;
}
</style>