Shades of Lucky #A6970E
Tints of Lucky #A6970E
RGB
CMYK
RGB Variations
Color information
#A6970E (or 0xA6970E) is known color: Lucky. HEX triplet: A6, 97 and 0E. RGB value is (166,151,14). Sum of RGB (Red+Green+Blue) = 166+151+14=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6970E is #5968F1. Grayscale: #8C8C8C. Windows color (decimal): -5859570 or 956326. OLE color: 956326.
HSL color Cylindrical-coordinate representation of color #A6970E: hue angle of 54.08º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6970E is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 14 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.35 |
| HSL | 54.08º | 0.84% | 0.35% | - |
| HSV(B) | 54.08º | 0.92% | 0.65% | - |
| XYZ | 26.87 | 30.27 | 4.84 | - |
| YUV | 139.87 | 56.97 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 14 | 0 | 0.09 | 0.92 | 0.35 | 54.08 | 0.84 | 0.35 |
| Hex | A6 | 97 | E | 0 | 9 | 5C | 23 | 36 | 54 | 23 |
| Octal | 246 | 227 | 16 | 0 | 11 | 134 | 43 | 66 | 124 | 43 |
| Binary | 10100110 | 10010111 | 1110 | 0 | 1001 | 1011100 | 100011 | 110110 | 1010100 | 100011 |
Color Harmonies of #A6970E
Complementary color
Monochromatic Colors of #A6970E
Black with #A6970E
Text Example
Text Example
White with #A6970E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6970E; }
p { color: rgb(166,151,14); }
H1.HeaderClassName
{
color: #A6970E;
}
.AnyTagClassName
{
color: #A6970E;
}
</style>
background-color css
<style>
a { background-color: #A6970E; }
a { background-color: rgb(166,151,14); }
div.DivClassName
{
background-color: #A6970E;
}
.BgClassName
{
background-color: #A6970E;
}
</style>
border-color css
<style>
span { border-color: #A6970E; }
span { border-color: rgb(166,151,14); }
td.TdClassName
{
border-color: #A6970E;
}
.TagClassName
{
border-color: #A6970E;
}
</style>