Shades of Lucky #A6A81A
Tints of Lucky #A6A81A
RGB
CMYK
RGB Variations
Color information
#A6A81A (or 0xA6A81A) is known color: Lucky. HEX triplet: A6, A8 and 1A. RGB value is (166,168,26). Sum of RGB (Red+Green+Blue) = 166+168+26=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A81A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A81A is #5957E5. Grayscale: #979797. Windows color (decimal): -5855206 or 1747110. OLE color: 1747110.
HSL color Cylindrical-coordinate representation of color #A6A81A: hue angle of 60.85º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6A81A is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 168 | 26 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.34 |
| HSL | 60.85º | 0.73% | 0.38% | - |
| HSV(B) | 60.85º | 0.85% | 0.66% | - |
| XYZ | 29.91 | 36.19 | 6.39 | - |
| YUV | 151.21 | 57.34 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 26 | 0.01 | 0 | 0.85 | 0.34 | 60.85 | 0.73 | 0.38 |
| Hex | A6 | A8 | 1A | 1 | 0 | 55 | 22 | 3D | 49 | 26 |
| Octal | 246 | 250 | 32 | 1 | 0 | 125 | 42 | 75 | 111 | 46 |
| Binary | 10100110 | 10101000 | 11010 | 1 | 0 | 1010101 | 100010 | 111101 | 1001001 | 100110 |
Color Harmonies of #A6A81A
Complementary color
Monochromatic Colors of #A6A81A
Black with #A6A81A
Text Example
Text Example
White with #A6A81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A81A; }
p { color: rgb(166,168,26); }
H1.HeaderClassName
{
color: #A6A81A;
}
.AnyTagClassName
{
color: #A6A81A;
}
</style>
background-color css
<style>
a { background-color: #A6A81A; }
a { background-color: rgb(166,168,26); }
div.DivClassName
{
background-color: #A6A81A;
}
.BgClassName
{
background-color: #A6A81A;
}
</style>
border-color css
<style>
span { border-color: #A6A81A; }
span { border-color: rgb(166,168,26); }
td.TdClassName
{
border-color: #A6A81A;
}
.TagClassName
{
border-color: #A6A81A;
}
</style>