Shades of Bourbon #A66C40
Tints of Bourbon #A66C40
RGB
CMYK
RGB Variations
Color information
#A66C40 (or 0xA66C40) is known color: Bourbon. HEX triplet: A6, 6C and 40. RGB value is (166,108,64). Sum of RGB (Red+Green+Blue) = 166+108+64=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C40 is #5993BF. Grayscale: #787878. Windows color (decimal): -5870528 or 4222118. OLE color: 4222118.
HSL color Cylindrical-coordinate representation of color #A66C40: hue angle of 25.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A66C40 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 108 | 64 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.35 |
| HSL | 25.88º | 0.44% | 0.45% | - |
| HSV(B) | 25.88º | 0.61% | 0.65% | - |
| XYZ | 22.01 | 19.2 | 7.4 | - |
| YUV | 120.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 64 | 0 | 0.35 | 0.61 | 0.35 | 25.88 | 0.44 | 0.45 |
| Hex | A6 | 6C | 40 | 0 | 23 | 3D | 23 | 1A | 2C | 2D |
| Octal | 246 | 154 | 100 | 0 | 43 | 75 | 43 | 32 | 54 | 55 |
| Binary | 10100110 | 1101100 | 1000000 | 0 | 100011 | 111101 | 100011 | 11010 | 101100 | 101101 |
Color Harmonies of #A66C40
Complementary color
Monochromatic Colors of #A66C40
Black with #A66C40
Text Example
Text Example
White with #A66C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66C40; }
p { color: rgb(166,108,64); }
H1.HeaderClassName
{
color: #A66C40;
}
.AnyTagClassName
{
color: #A66C40;
}
</style>
background-color css
<style>
a { background-color: #A66C40; }
a { background-color: rgb(166,108,64); }
div.DivClassName
{
background-color: #A66C40;
}
.BgClassName
{
background-color: #A66C40;
}
</style>
border-color css
<style>
span { border-color: #A66C40; }
span { border-color: rgb(166,108,64); }
td.TdClassName
{
border-color: #A66C40;
}
.TagClassName
{
border-color: #A66C40;
}
</style>