Shades of Bourbon #A36B43
Tints of Bourbon #A36B43
RGB
CMYK
RGB Variations
Color information
#A36B43 (or 0xA36B43) is known color: Bourbon. HEX triplet: A3, 6B and 43. RGB value is (163,107,67). Sum of RGB (Red+Green+Blue) = 163+107+67=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36B43 is #5C94BC. Grayscale: #777777. Windows color (decimal): -6067389 or 4418467. OLE color: 4418467.
HSL color Cylindrical-coordinate representation of color #A36B43: hue angle of 25º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A36B43 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 107 | 67 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.36 |
| HSL | 25º | 0.42% | 0.45% | - |
| HSV(B) | 25º | 0.59% | 0.64% | - |
| XYZ | 21.38 | 18.71 | 7.79 | - |
| YUV | 119.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 67 | 0 | 0.34 | 0.59 | 0.36 | 25 | 0.42 | 0.45 |
| Hex | A3 | 6B | 43 | 0 | 22 | 3B | 24 | 19 | 2A | 2D |
| Octal | 243 | 153 | 103 | 0 | 42 | 73 | 44 | 31 | 52 | 55 |
| Binary | 10100011 | 1101011 | 1000011 | 0 | 100010 | 111011 | 100100 | 11001 | 101010 | 101101 |
Color Harmonies of #A36B43
Complementary color
Monochromatic Colors of #A36B43
Black with #A36B43
Text Example
Text Example
White with #A36B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36B43; }
p { color: rgb(163,107,67); }
H1.HeaderClassName
{
color: #A36B43;
}
.AnyTagClassName
{
color: #A36B43;
}
</style>
background-color css
<style>
a { background-color: #A36B43; }
a { background-color: rgb(163,107,67); }
div.DivClassName
{
background-color: #A36B43;
}
.BgClassName
{
background-color: #A36B43;
}
</style>
border-color css
<style>
span { border-color: #A36B43; }
span { border-color: rgb(163,107,67); }
td.TdClassName
{
border-color: #A36B43;
}
.TagClassName
{
border-color: #A36B43;
}
</style>