Shades of Bourbon #A36E3F
Tints of Bourbon #A36E3F
RGB
CMYK
RGB Variations
Color information
#A36E3F (or 0xA36E3F) is known color: Bourbon. HEX triplet: A3, 6E and 3F. RGB value is (163,110,63). Sum of RGB (Red+Green+Blue) = 163+110+63=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36E3F is #5C91C0. Grayscale: #787878. Windows color (decimal): -6066625 or 4157091. OLE color: 4157091.
HSL color Cylindrical-coordinate representation of color #A36E3F: hue angle of 28.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A36E3F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 110 | 63 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.36 |
| HSL | 28.2º | 0.44% | 0.44% | - |
| HSV(B) | 28.2º | 0.61% | 0.64% | - |
| XYZ | 21.58 | 19.3 | 7.29 | - |
| YUV | 120.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 63 | 0 | 0.33 | 0.61 | 0.36 | 28.2 | 0.44 | 0.44 |
| Hex | A3 | 6E | 3F | 0 | 21 | 3D | 24 | 1C | 2C | 2C |
| Octal | 243 | 156 | 77 | 0 | 41 | 75 | 44 | 34 | 54 | 54 |
| Binary | 10100011 | 1101110 | 111111 | 0 | 100001 | 111101 | 100100 | 11100 | 101100 | 101100 |
Color Harmonies of #A36E3F
Complementary color
Monochromatic Colors of #A36E3F
Black with #A36E3F
Text Example
Text Example
White with #A36E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36E3F; }
p { color: rgb(163,110,63); }
H1.HeaderClassName
{
color: #A36E3F;
}
.AnyTagClassName
{
color: #A36E3F;
}
</style>
background-color css
<style>
a { background-color: #A36E3F; }
a { background-color: rgb(163,110,63); }
div.DivClassName
{
background-color: #A36E3F;
}
.BgClassName
{
background-color: #A36E3F;
}
</style>
border-color css
<style>
span { border-color: #A36E3F; }
span { border-color: rgb(163,110,63); }
td.TdClassName
{
border-color: #A36E3F;
}
.TagClassName
{
border-color: #A36E3F;
}
</style>