Shades of Lucky #A6990A
Tints of Lucky #A6990A
RGB
CMYK
RGB Variations
Color information
#A6990A (or 0xA6990A) is known color: Lucky. HEX triplet: A6, 99 and 0A. RGB value is (166,153,10). Sum of RGB (Red+Green+Blue) = 166+153+10=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6990A is #5966F5. Grayscale: #8D8D8D. Windows color (decimal): -5859062 or 694694. OLE color: 694694.
HSL color Cylindrical-coordinate representation of color #A6990A: hue angle of 55º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6990A is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 10 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.35 |
| HSL | 55º | 0.89% | 0.35% | - |
| HSV(B) | 55º | 0.94% | 0.65% | - |
| XYZ | 27.17 | 30.91 | 4.82 | - |
| YUV | 140.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 10 | 0 | 0.08 | 0.94 | 0.35 | 55 | 0.89 | 0.35 |
| Hex | A6 | 99 | A | 0 | 8 | 5E | 23 | 37 | 59 | 23 |
| Octal | 246 | 231 | 12 | 0 | 10 | 136 | 43 | 67 | 131 | 43 |
| Binary | 10100110 | 10011001 | 1010 | 0 | 1000 | 1011110 | 100011 | 110111 | 1011001 | 100011 |
Color Harmonies of #A6990A
Complementary color
Monochromatic Colors of #A6990A
Black with #A6990A
Text Example
Text Example
White with #A6990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6990A; }
p { color: rgb(166,153,10); }
H1.HeaderClassName
{
color: #A6990A;
}
.AnyTagClassName
{
color: #A6990A;
}
</style>
background-color css
<style>
a { background-color: #A6990A; }
a { background-color: rgb(166,153,10); }
div.DivClassName
{
background-color: #A6990A;
}
.BgClassName
{
background-color: #A6990A;
}
</style>
border-color css
<style>
span { border-color: #A6990A; }
span { border-color: rgb(166,153,10); }
td.TdClassName
{
border-color: #A6990A;
}
.TagClassName
{
border-color: #A6990A;
}
</style>