Shades of Bourbon #A6733B
Tints of Bourbon #A6733B
RGB
CMYK
RGB Variations
Color information
#A6733B (or 0xA6733B) is known color: Bourbon. HEX triplet: A6, 73 and 3B. RGB value is (166,115,59). Sum of RGB (Red+Green+Blue) = 166+115+59=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6733B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6733B is #598CC4. Grayscale: #7C7C7C. Windows color (decimal): -5868741 or 3896230. OLE color: 3896230.
HSL color Cylindrical-coordinate representation of color #A6733B: hue angle of 31.4º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6733B is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 59 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.35 |
| HSL | 31.4º | 0.48% | 0.44% | - |
| HSV(B) | 31.4º | 0.64% | 0.65% | - |
| XYZ | 22.65 | 20.68 | 6.94 | - |
| YUV | 123.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 59 | 0 | 0.31 | 0.64 | 0.35 | 31.4 | 0.48 | 0.44 |
| Hex | A6 | 73 | 3B | 0 | 1F | 40 | 23 | 1F | 30 | 2C |
| Octal | 246 | 163 | 73 | 0 | 37 | 100 | 43 | 37 | 60 | 54 |
| Binary | 10100110 | 1110011 | 111011 | 0 | 11111 | 1000000 | 100011 | 11111 | 110000 | 101100 |
Color Harmonies of #A6733B
Complementary color
Monochromatic Colors of #A6733B
Black with #A6733B
Text Example
Text Example
White with #A6733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6733B; }
p { color: rgb(166,115,59); }
H1.HeaderClassName
{
color: #A6733B;
}
.AnyTagClassName
{
color: #A6733B;
}
</style>
background-color css
<style>
a { background-color: #A6733B; }
a { background-color: rgb(166,115,59); }
div.DivClassName
{
background-color: #A6733B;
}
.BgClassName
{
background-color: #A6733B;
}
</style>
border-color css
<style>
span { border-color: #A6733B; }
span { border-color: rgb(166,115,59); }
td.TdClassName
{
border-color: #A6733B;
}
.TagClassName
{
border-color: #A6733B;
}
</style>