Shades of Lucky #A6A422
Tints of Lucky #A6A422
RGB
CMYK
RGB Variations
Color information
#A6A422 (or 0xA6A422) is known color: Lucky. HEX triplet: A6, A4 and 22. RGB value is (166,164,34). Sum of RGB (Red+Green+Blue) = 166+164+34=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A422 is #595BDD. Grayscale: #969696. Windows color (decimal): -5856222 or 2270374. OLE color: 2270374.
HSL color Cylindrical-coordinate representation of color #A6A422: hue angle of 59.09º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6A422 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 34 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.35 |
| HSL | 59.09º | 0.66% | 0.39% | - |
| HSV(B) | 59.09º | 0.8% | 0.65% | - |
| XYZ | 29.29 | 34.77 | 6.68 | - |
| YUV | 149.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 34 | 0 | 0.01 | 0.80 | 0.35 | 59.09 | 0.66 | 0.39 |
| Hex | A6 | A4 | 22 | 0 | 1 | 50 | 23 | 3B | 42 | 27 |
| Octal | 246 | 244 | 42 | 0 | 1 | 120 | 43 | 73 | 102 | 47 |
| Binary | 10100110 | 10100100 | 100010 | 0 | 1 | 1010000 | 100011 | 111011 | 1000010 | 100111 |
Color Harmonies of #A6A422
Complementary color
Monochromatic Colors of #A6A422
Black with #A6A422
Text Example
Text Example
White with #A6A422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A422; }
p { color: rgb(166,164,34); }
H1.HeaderClassName
{
color: #A6A422;
}
.AnyTagClassName
{
color: #A6A422;
}
</style>
background-color css
<style>
a { background-color: #A6A422; }
a { background-color: rgb(166,164,34); }
div.DivClassName
{
background-color: #A6A422;
}
.BgClassName
{
background-color: #A6A422;
}
</style>
border-color css
<style>
span { border-color: #A6A422; }
span { border-color: rgb(166,164,34); }
td.TdClassName
{
border-color: #A6A422;
}
.TagClassName
{
border-color: #A6A422;
}
</style>