Shades of Lucky #A6A62B
Tints of Lucky #A6A62B
RGB
CMYK
RGB Variations
Color information
#A6A62B (or 0xA6A62B) is known color: Lucky. HEX triplet: A6, A6 and 2B. RGB value is (166,166,43). Sum of RGB (Red+Green+Blue) = 166+166+43=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A62B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A62B is #5959D4. Grayscale: #989898. Windows color (decimal): -5855701 or 2860710. OLE color: 2860710.
HSL color Cylindrical-coordinate representation of color #A6A62B: hue angle of 60º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6A62B is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 43 | - |
| CMYK | 0 | 0 | 0.74 | 0.35 |
| HSL | 60º | 0.59% | 0.41% | - |
| HSV(B) | 60º | 0.74% | 0.65% | - |
| XYZ | 29.8 | 35.55 | 7.58 | - |
| YUV | 151.98 | 66.5 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 43 | 0 | 0 | 0.74 | 0.35 | 60 | 0.59 | 0.41 |
| Hex | A6 | A6 | 2B | 0 | 0 | 4A | 23 | 3C | 3B | 29 |
| Octal | 246 | 246 | 53 | 0 | 0 | 112 | 43 | 74 | 73 | 51 |
| Binary | 10100110 | 10100110 | 101011 | 0 | 0 | 1001010 | 100011 | 111100 | 111011 | 101001 |
Color Harmonies of #A6A62B
Complementary color
Monochromatic Colors of #A6A62B
Black with #A6A62B
Text Example
Text Example
White with #A6A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A62B; }
p { color: rgb(166,166,43); }
H1.HeaderClassName
{
color: #A6A62B;
}
.AnyTagClassName
{
color: #A6A62B;
}
</style>
background-color css
<style>
a { background-color: #A6A62B; }
a { background-color: rgb(166,166,43); }
div.DivClassName
{
background-color: #A6A62B;
}
.BgClassName
{
background-color: #A6A62B;
}
</style>
border-color css
<style>
span { border-color: #A6A62B; }
span { border-color: rgb(166,166,43); }
td.TdClassName
{
border-color: #A6A62B;
}
.TagClassName
{
border-color: #A6A62B;
}
</style>