Shades of Bourbon #A66B46
Tints of Bourbon #A66B46
RGB
CMYK
RGB Variations
Color information
#A66B46 (or 0xA66B46) is known color: Bourbon. HEX triplet: A6, 6B and 46. RGB value is (166,107,70). Sum of RGB (Red+Green+Blue) = 166+107+70=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66B46 is #5994B9. Grayscale: #787878. Windows color (decimal): -5870778 or 4615078. OLE color: 4615078.
HSL color Cylindrical-coordinate representation of color #A66B46: hue angle of 23.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A66B46 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 107 | 70 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.35 |
| HSL | 23.13º | 0.41% | 0.46% | - |
| HSV(B) | 23.13º | 0.58% | 0.65% | - |
| XYZ | 22.09 | 19.06 | 8.31 | - |
| YUV | 120.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 70 | 0 | 0.36 | 0.58 | 0.35 | 23.13 | 0.41 | 0.46 |
| Hex | A6 | 6B | 46 | 0 | 24 | 3A | 23 | 17 | 29 | 2E |
| Octal | 246 | 153 | 106 | 0 | 44 | 72 | 43 | 27 | 51 | 56 |
| Binary | 10100110 | 1101011 | 1000110 | 0 | 100100 | 111010 | 100011 | 10111 | 101001 | 101110 |
Color Harmonies of #A66B46
Complementary color
Monochromatic Colors of #A66B46
Black with #A66B46
Text Example
Text Example
White with #A66B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66B46; }
p { color: rgb(166,107,70); }
H1.HeaderClassName
{
color: #A66B46;
}
.AnyTagClassName
{
color: #A66B46;
}
</style>
background-color css
<style>
a { background-color: #A66B46; }
a { background-color: rgb(166,107,70); }
div.DivClassName
{
background-color: #A66B46;
}
.BgClassName
{
background-color: #A66B46;
}
</style>
border-color css
<style>
span { border-color: #A66B46; }
span { border-color: rgb(166,107,70); }
td.TdClassName
{
border-color: #A66B46;
}
.TagClassName
{
border-color: #A66B46;
}
</style>