Shades of Lucky #A6980C
Tints of Lucky #A6980C
RGB
CMYK
RGB Variations
Color information
#A6980C (or 0xA6980C) is known color: Lucky. HEX triplet: A6, 98 and 0C. RGB value is (166,152,12). Sum of RGB (Red+Green+Blue) = 166+152+12=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6980C is #5967F3. Grayscale: #8C8C8C. Windows color (decimal): -5859316 or 825510. OLE color: 825510.
HSL color Cylindrical-coordinate representation of color #A6980C: hue angle of 54.55º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6980C is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 12 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.35 |
| HSL | 54.55º | 0.87% | 0.35% | - |
| HSV(B) | 54.55º | 0.93% | 0.65% | - |
| XYZ | 27.02 | 30.59 | 4.83 | - |
| YUV | 140.23 | 55.64 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 12 | 0 | 0.08 | 0.93 | 0.35 | 54.55 | 0.87 | 0.35 |
| Hex | A6 | 98 | C | 0 | 8 | 5D | 23 | 37 | 57 | 23 |
| Octal | 246 | 230 | 14 | 0 | 10 | 135 | 43 | 67 | 127 | 43 |
| Binary | 10100110 | 10011000 | 1100 | 0 | 1000 | 1011101 | 100011 | 110111 | 1010111 | 100011 |
Color Harmonies of #A6980C
Complementary color
Monochromatic Colors of #A6980C
Black with #A6980C
Text Example
Text Example
White with #A6980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6980C; }
p { color: rgb(166,152,12); }
H1.HeaderClassName
{
color: #A6980C;
}
.AnyTagClassName
{
color: #A6980C;
}
</style>
background-color css
<style>
a { background-color: #A6980C; }
a { background-color: rgb(166,152,12); }
div.DivClassName
{
background-color: #A6980C;
}
.BgClassName
{
background-color: #A6980C;
}
</style>
border-color css
<style>
span { border-color: #A6980C; }
span { border-color: rgb(166,152,12); }
td.TdClassName
{
border-color: #A6980C;
}
.TagClassName
{
border-color: #A6980C;
}
</style>