Shades of Lucky #A6AA21
Tints of Lucky #A6AA21
RGB
CMYK
RGB Variations
Color information
#A6AA21 (or 0xA6AA21) is known color: Lucky. HEX triplet: A6, AA and 21. RGB value is (166,170,33). Sum of RGB (Red+Green+Blue) = 166+170+33=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA21 is #5955DE. Grayscale: #999999. Windows color (decimal): -5854687 or 2206374. OLE color: 2206374.
HSL color Cylindrical-coordinate representation of color #A6AA21: hue angle of 61.75º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6AA21 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 33 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.33 |
| HSL | 61.75º | 0.67% | 0.4% | - |
| HSV(B) | 61.75º | 0.81% | 0.67% | - |
| XYZ | 30.38 | 36.97 | 6.97 | - |
| YUV | 153.19 | 60.17 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 33 | 0.02 | 0 | 0.81 | 0.33 | 61.75 | 0.67 | 0.4 |
| Hex | A6 | AA | 21 | 2 | 0 | 51 | 21 | 3E | 43 | 28 |
| Octal | 246 | 252 | 41 | 2 | 0 | 121 | 41 | 76 | 103 | 50 |
| Binary | 10100110 | 10101010 | 100001 | 10 | 0 | 1010001 | 100001 | 111110 | 1000011 | 101000 |
Color Harmonies of #A6AA21
Complementary color
Monochromatic Colors of #A6AA21
Black with #A6AA21
Text Example
Text Example
White with #A6AA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA21; }
p { color: rgb(166,170,33); }
H1.HeaderClassName
{
color: #A6AA21;
}
.AnyTagClassName
{
color: #A6AA21;
}
</style>
background-color css
<style>
a { background-color: #A6AA21; }
a { background-color: rgb(166,170,33); }
div.DivClassName
{
background-color: #A6AA21;
}
.BgClassName
{
background-color: #A6AA21;
}
</style>
border-color css
<style>
span { border-color: #A6AA21; }
span { border-color: rgb(166,170,33); }
td.TdClassName
{
border-color: #A6AA21;
}
.TagClassName
{
border-color: #A6AA21;
}
</style>