Shades of Lucky #A6990C
Tints of Lucky #A6990C
RGB
CMYK
RGB Variations
Color information
#A6990C (or 0xA6990C) is known color: Lucky. HEX triplet: A6, 99 and 0C. RGB value is (166,153,12). Sum of RGB (Red+Green+Blue) = 166+153+12=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6990C is #5966F3. Grayscale: #8D8D8D. Windows color (decimal): -5859060 or 825766. OLE color: 825766.
HSL color Cylindrical-coordinate representation of color #A6990C: hue angle of 54.94º 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 #A6990C is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 12 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.35 |
| HSL | 54.94º | 0.87% | 0.35% | - |
| HSV(B) | 54.94º | 0.93% | 0.65% | - |
| XYZ | 27.18 | 30.92 | 4.88 | - |
| YUV | 140.81 | 55.31 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 12 | 0 | 0.08 | 0.93 | 0.35 | 54.94 | 0.87 | 0.35 |
| Hex | A6 | 99 | C | 0 | 8 | 5D | 23 | 37 | 57 | 23 |
| Octal | 246 | 231 | 14 | 0 | 10 | 135 | 43 | 67 | 127 | 43 |
| Binary | 10100110 | 10011001 | 1100 | 0 | 1000 | 1011101 | 100011 | 110111 | 1010111 | 100011 |
Color Harmonies of #A6990C
Complementary color
Monochromatic Colors of #A6990C
Black with #A6990C
Text Example
Text Example
White with #A6990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6990C; }
p { color: rgb(166,153,12); }
H1.HeaderClassName
{
color: #A6990C;
}
.AnyTagClassName
{
color: #A6990C;
}
</style>
background-color css
<style>
a { background-color: #A6990C; }
a { background-color: rgb(166,153,12); }
div.DivClassName
{
background-color: #A6990C;
}
.BgClassName
{
background-color: #A6990C;
}
</style>
border-color css
<style>
span { border-color: #A6990C; }
span { border-color: rgb(166,153,12); }
td.TdClassName
{
border-color: #A6990C;
}
.TagClassName
{
border-color: #A6990C;
}
</style>