Shades of Lucky #A6A21A
Tints of Lucky #A6A21A
RGB
CMYK
RGB Variations
Color information
#A6A21A (or 0xA6A21A) is known color: Lucky. HEX triplet: A6, A2 and 1A. RGB value is (166,162,26). Sum of RGB (Red+Green+Blue) = 166+162+26=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A21A is #595DE5. Grayscale: #949494. Windows color (decimal): -5856742 or 1745574. OLE color: 1745574.
HSL color Cylindrical-coordinate representation of color #A6A21A: hue angle of 58.29º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6A21A is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 26 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.35 |
| HSL | 58.29º | 0.73% | 0.38% | - |
| HSV(B) | 58.29º | 0.84% | 0.65% | - |
| XYZ | 28.83 | 34.02 | 6.02 | - |
| YUV | 147.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 26 | 0 | 0.02 | 0.84 | 0.35 | 58.29 | 0.73 | 0.38 |
| Hex | A6 | A2 | 1A | 0 | 2 | 54 | 23 | 3A | 49 | 26 |
| Octal | 246 | 242 | 32 | 0 | 2 | 124 | 43 | 72 | 111 | 46 |
| Binary | 10100110 | 10100010 | 11010 | 0 | 10 | 1010100 | 100011 | 111010 | 1001001 | 100110 |
Color Harmonies of #A6A21A
Complementary color
Monochromatic Colors of #A6A21A
Black with #A6A21A
Text Example
Text Example
White with #A6A21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A21A; }
p { color: rgb(166,162,26); }
H1.HeaderClassName
{
color: #A6A21A;
}
.AnyTagClassName
{
color: #A6A21A;
}
</style>
background-color css
<style>
a { background-color: #A6A21A; }
a { background-color: rgb(166,162,26); }
div.DivClassName
{
background-color: #A6A21A;
}
.BgClassName
{
background-color: #A6A21A;
}
</style>
border-color css
<style>
span { border-color: #A6A21A; }
span { border-color: rgb(166,162,26); }
td.TdClassName
{
border-color: #A6A21A;
}
.TagClassName
{
border-color: #A6A21A;
}
</style>