Shades of Lucky #A6AA1E
Tints of Lucky #A6AA1E
RGB
CMYK
RGB Variations
Color information
#A6AA1E (or 0xA6AA1E) is known color: Lucky. HEX triplet: A6, AA and 1E. RGB value is (166,170,30). Sum of RGB (Red+Green+Blue) = 166+170+30=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA1E is #5955E1. Grayscale: #999999. Windows color (decimal): -5854690 or 2009766. OLE color: 2009766.
HSL color Cylindrical-coordinate representation of color #A6AA1E: hue angle of 61.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6AA1E is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 30 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.33 |
| HSL | 61.71º | 0.7% | 0.39% | - |
| HSV(B) | 61.71º | 0.82% | 0.67% | - |
| XYZ | 30.33 | 36.95 | 6.76 | - |
| YUV | 152.84 | 58.67 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 30 | 0.02 | 0 | 0.82 | 0.33 | 61.71 | 0.7 | 0.39 |
| Hex | A6 | AA | 1E | 2 | 0 | 52 | 21 | 3E | 46 | 27 |
| Octal | 246 | 252 | 36 | 2 | 0 | 122 | 41 | 76 | 106 | 47 |
| Binary | 10100110 | 10101010 | 11110 | 10 | 0 | 1010010 | 100001 | 111110 | 1000110 | 100111 |
Color Harmonies of #A6AA1E
Complementary color
Monochromatic Colors of #A6AA1E
Black with #A6AA1E
Text Example
Text Example
White with #A6AA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA1E; }
p { color: rgb(166,170,30); }
H1.HeaderClassName
{
color: #A6AA1E;
}
.AnyTagClassName
{
color: #A6AA1E;
}
</style>
background-color css
<style>
a { background-color: #A6AA1E; }
a { background-color: rgb(166,170,30); }
div.DivClassName
{
background-color: #A6AA1E;
}
.BgClassName
{
background-color: #A6AA1E;
}
</style>
border-color css
<style>
span { border-color: #A6AA1E; }
span { border-color: rgb(166,170,30); }
td.TdClassName
{
border-color: #A6AA1E;
}
.TagClassName
{
border-color: #A6AA1E;
}
</style>