Shades of Bourbon #A16C3F
Tints of Bourbon #A16C3F
RGB
CMYK
RGB Variations
Color information
#A16C3F (or 0xA16C3F) is known color: Bourbon. HEX triplet: A1, 6C and 3F. RGB value is (161,108,63). Sum of RGB (Red+Green+Blue) = 161+108+63=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C3F is #5E93C0. Grayscale: #767676. Windows color (decimal): -6198209 or 4156577. OLE color: 4156577.
HSL color Cylindrical-coordinate representation of color #A16C3F: hue angle of 27.55º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A16C3F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 63 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.37 |
| HSL | 27.55º | 0.44% | 0.44% | - |
| HSV(B) | 27.55º | 0.61% | 0.63% | - |
| XYZ | 20.96 | 18.66 | 7.2 | - |
| YUV | 118.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 63 | 0 | 0.33 | 0.61 | 0.37 | 27.55 | 0.44 | 0.44 |
| Hex | A1 | 6C | 3F | 0 | 21 | 3D | 25 | 1C | 2C | 2C |
| Octal | 241 | 154 | 77 | 0 | 41 | 75 | 45 | 34 | 54 | 54 |
| Binary | 10100001 | 1101100 | 111111 | 0 | 100001 | 111101 | 100101 | 11100 | 101100 | 101100 |
Color Harmonies of #A16C3F
Complementary color
Monochromatic Colors of #A16C3F
Black with #A16C3F
Text Example
Text Example
White with #A16C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C3F; }
p { color: rgb(161,108,63); }
H1.HeaderClassName
{
color: #A16C3F;
}
.AnyTagClassName
{
color: #A16C3F;
}
</style>
background-color css
<style>
a { background-color: #A16C3F; }
a { background-color: rgb(161,108,63); }
div.DivClassName
{
background-color: #A16C3F;
}
.BgClassName
{
background-color: #A16C3F;
}
</style>
border-color css
<style>
span { border-color: #A16C3F; }
span { border-color: rgb(161,108,63); }
td.TdClassName
{
border-color: #A16C3F;
}
.TagClassName
{
border-color: #A16C3F;
}
</style>