Shades of Lucky #A6A42A
Tints of Lucky #A6A42A
RGB
CMYK
RGB Variations
Color information
#A6A42A (or 0xA6A42A) is known color: Lucky. HEX triplet: A6, A4 and 2A. RGB value is (166,164,42). Sum of RGB (Red+Green+Blue) = 166+164+42=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A42A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A42A is #595BD5. Grayscale: #979797. Windows color (decimal): -5856214 or 2794662. OLE color: 2794662.
HSL color Cylindrical-coordinate representation of color #A6A42A: hue angle of 59.03º 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 #A6A42A is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 42 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.35 |
| HSL | 59.03º | 0.6% | 0.41% | - |
| HSV(B) | 59.03º | 0.75% | 0.65% | - |
| XYZ | 29.42 | 34.83 | 7.36 | - |
| YUV | 150.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 42 | 0 | 0.01 | 0.75 | 0.35 | 59.03 | 0.6 | 0.41 |
| Hex | A6 | A4 | 2A | 0 | 1 | 4B | 23 | 3B | 3C | 29 |
| Octal | 246 | 244 | 52 | 0 | 1 | 113 | 43 | 73 | 74 | 51 |
| Binary | 10100110 | 10100100 | 101010 | 0 | 1 | 1001011 | 100011 | 111011 | 111100 | 101001 |
Color Harmonies of #A6A42A
Complementary color
Monochromatic Colors of #A6A42A
Black with #A6A42A
Text Example
Text Example
White with #A6A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A42A; }
p { color: rgb(166,164,42); }
H1.HeaderClassName
{
color: #A6A42A;
}
.AnyTagClassName
{
color: #A6A42A;
}
</style>
background-color css
<style>
a { background-color: #A6A42A; }
a { background-color: rgb(166,164,42); }
div.DivClassName
{
background-color: #A6A42A;
}
.BgClassName
{
background-color: #A6A42A;
}
</style>
border-color css
<style>
span { border-color: #A6A42A; }
span { border-color: rgb(166,164,42); }
td.TdClassName
{
border-color: #A6A42A;
}
.TagClassName
{
border-color: #A6A42A;
}
</style>