Shades of Lucky #A6961C
Tints of Lucky #A6961C
RGB
CMYK
RGB Variations
Color information
#A6961C (or 0xA6961C) is known color: Lucky. HEX triplet: A6, 96 and 1C. RGB value is (166,150,28). Sum of RGB (Red+Green+Blue) = 166+150+28=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6961C is #5969E3. Grayscale: #8D8D8D. Windows color (decimal): -5859812 or 1873574. OLE color: 1873574.
HSL color Cylindrical-coordinate representation of color #A6961C: hue angle of 53.04º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6961C is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 150 | 28 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.35 |
| HSL | 53.04º | 0.71% | 0.38% | - |
| HSV(B) | 53.04º | 0.83% | 0.65% | - |
| XYZ | 26.84 | 30 | 5.48 | - |
| YUV | 140.88 | 64.3 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 28 | 0 | 0.10 | 0.83 | 0.35 | 53.04 | 0.71 | 0.38 |
| Hex | A6 | 96 | 1C | 0 | A | 53 | 23 | 35 | 47 | 26 |
| Octal | 246 | 226 | 34 | 0 | 12 | 123 | 43 | 65 | 107 | 46 |
| Binary | 10100110 | 10010110 | 11100 | 0 | 1010 | 1010011 | 100011 | 110101 | 1000111 | 100110 |
Color Harmonies of #A6961C
Complementary color
Monochromatic Colors of #A6961C
Black with #A6961C
Text Example
Text Example
White with #A6961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6961C; }
p { color: rgb(166,150,28); }
H1.HeaderClassName
{
color: #A6961C;
}
.AnyTagClassName
{
color: #A6961C;
}
</style>
background-color css
<style>
a { background-color: #A6961C; }
a { background-color: rgb(166,150,28); }
div.DivClassName
{
background-color: #A6961C;
}
.BgClassName
{
background-color: #A6961C;
}
</style>
border-color css
<style>
span { border-color: #A6961C; }
span { border-color: rgb(166,150,28); }
td.TdClassName
{
border-color: #A6961C;
}
.TagClassName
{
border-color: #A6961C;
}
</style>