Shades of Lucky #A6AA22
Tints of Lucky #A6AA22
RGB
CMYK
RGB Variations
Color information
#A6AA22 (or 0xA6AA22) is known color: Lucky. HEX triplet: A6, AA and 22. RGB value is (166,170,34). Sum of RGB (Red+Green+Blue) = 166+170+34=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA22 is #5955DD. Grayscale: #999999. Windows color (decimal): -5854686 or 2271910. OLE color: 2271910.
HSL color Cylindrical-coordinate representation of color #A6AA22: hue angle of 61.76º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6AA22 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 34 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.33 |
| HSL | 61.76º | 0.67% | 0.4% | - |
| HSV(B) | 61.76º | 0.8% | 0.67% | - |
| XYZ | 30.39 | 36.97 | 7.05 | - |
| YUV | 153.3 | 60.67 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 34 | 0.02 | 0 | 0.80 | 0.33 | 61.76 | 0.67 | 0.4 |
| Hex | A6 | AA | 22 | 2 | 0 | 50 | 21 | 3E | 43 | 28 |
| Octal | 246 | 252 | 42 | 2 | 0 | 120 | 41 | 76 | 103 | 50 |
| Binary | 10100110 | 10101010 | 100010 | 10 | 0 | 1010000 | 100001 | 111110 | 1000011 | 101000 |
Color Harmonies of #A6AA22
Complementary color
Monochromatic Colors of #A6AA22
Black with #A6AA22
Text Example
Text Example
White with #A6AA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA22; }
p { color: rgb(166,170,34); }
H1.HeaderClassName
{
color: #A6AA22;
}
.AnyTagClassName
{
color: #A6AA22;
}
</style>
background-color css
<style>
a { background-color: #A6AA22; }
a { background-color: rgb(166,170,34); }
div.DivClassName
{
background-color: #A6AA22;
}
.BgClassName
{
background-color: #A6AA22;
}
</style>
border-color css
<style>
span { border-color: #A6AA22; }
span { border-color: rgb(166,170,34); }
td.TdClassName
{
border-color: #A6AA22;
}
.TagClassName
{
border-color: #A6AA22;
}
</style>