Shades of Lucky #A6A229
Tints of Lucky #A6A229
RGB
CMYK
RGB Variations
Color information
#A6A229 (or 0xA6A229) is known color: Lucky. HEX triplet: A6, A2 and 29. RGB value is (166,162,41). Sum of RGB (Red+Green+Blue) = 166+162+41=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A229 is #595DD6. Grayscale: #959595. Windows color (decimal): -5856727 or 2728614. OLE color: 2728614.
HSL color Cylindrical-coordinate representation of color #A6A229: hue angle of 58.08º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6A229 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 41 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.35 |
| HSL | 58.08º | 0.6% | 0.41% | - |
| HSV(B) | 58.08º | 0.75% | 0.65% | - |
| XYZ | 29.05 | 34.11 | 7.15 | - |
| YUV | 149.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 41 | 0 | 0.02 | 0.75 | 0.35 | 58.08 | 0.6 | 0.41 |
| Hex | A6 | A2 | 29 | 0 | 2 | 4B | 23 | 3A | 3C | 29 |
| Octal | 246 | 242 | 51 | 0 | 2 | 113 | 43 | 72 | 74 | 51 |
| Binary | 10100110 | 10100010 | 101001 | 0 | 10 | 1001011 | 100011 | 111010 | 111100 | 101001 |
Color Harmonies of #A6A229
Complementary color
Monochromatic Colors of #A6A229
Black with #A6A229
Text Example
Text Example
White with #A6A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A229; }
p { color: rgb(166,162,41); }
H1.HeaderClassName
{
color: #A6A229;
}
.AnyTagClassName
{
color: #A6A229;
}
</style>
background-color css
<style>
a { background-color: #A6A229; }
a { background-color: rgb(166,162,41); }
div.DivClassName
{
background-color: #A6A229;
}
.BgClassName
{
background-color: #A6A229;
}
</style>
border-color css
<style>
span { border-color: #A6A229; }
span { border-color: rgb(166,162,41); }
td.TdClassName
{
border-color: #A6A229;
}
.TagClassName
{
border-color: #A6A229;
}
</style>