Shades of Lucky #A6A626
Tints of Lucky #A6A626
RGB
CMYK
RGB Variations
Color information
#A6A626 (or 0xA6A626) is known color: Lucky. HEX triplet: A6, A6 and 26. RGB value is (166,166,38). Sum of RGB (Red+Green+Blue) = 166+166+38=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A626 is #5959D9. Grayscale: #979797. Windows color (decimal): -5855706 or 2533030. OLE color: 2533030.
HSL color Cylindrical-coordinate representation of color #A6A626: hue angle of 60º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6A626 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 38 | - |
| CMYK | 0 | 0 | 0.77 | 0.35 |
| HSL | 60º | 0.63% | 0.4% | - |
| HSV(B) | 60º | 0.77% | 0.65% | - |
| XYZ | 29.71 | 35.52 | 7.12 | - |
| YUV | 151.41 | 64 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 38 | 0 | 0 | 0.77 | 0.35 | 60 | 0.63 | 0.4 |
| Hex | A6 | A6 | 26 | 0 | 0 | 4D | 23 | 3C | 3F | 28 |
| Octal | 246 | 246 | 46 | 0 | 0 | 115 | 43 | 74 | 77 | 50 |
| Binary | 10100110 | 10100110 | 100110 | 0 | 0 | 1001101 | 100011 | 111100 | 111111 | 101000 |
Color Harmonies of #A6A626
Complementary color
Monochromatic Colors of #A6A626
Black with #A6A626
Text Example
Text Example
White with #A6A626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A626; }
p { color: rgb(166,166,38); }
H1.HeaderClassName
{
color: #A6A626;
}
.AnyTagClassName
{
color: #A6A626;
}
</style>
background-color css
<style>
a { background-color: #A6A626; }
a { background-color: rgb(166,166,38); }
div.DivClassName
{
background-color: #A6A626;
}
.BgClassName
{
background-color: #A6A626;
}
</style>
border-color css
<style>
span { border-color: #A6A626; }
span { border-color: rgb(166,166,38); }
td.TdClassName
{
border-color: #A6A626;
}
.TagClassName
{
border-color: #A6A626;
}
</style>