Shades of Bourbon #A36F44
Tints of Bourbon #A36F44
RGB
CMYK
RGB Variations
Color information
#A36F44 (or 0xA36F44) is known color: Bourbon. HEX triplet: A3, 6F and 44. RGB value is (163,111,68). Sum of RGB (Red+Green+Blue) = 163+111+68=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F44 is #5C90BB. Grayscale: #797979. Windows color (decimal): -6066364 or 4485027. OLE color: 4485027.
HSL color Cylindrical-coordinate representation of color #A36F44: hue angle of 27.16º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A36F44 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 68 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.36 |
| HSL | 27.16º | 0.41% | 0.45% | - |
| HSV(B) | 27.16º | 0.58% | 0.64% | - |
| XYZ | 21.83 | 19.57 | 8.1 | - |
| YUV | 121.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 68 | 0 | 0.32 | 0.58 | 0.36 | 27.16 | 0.41 | 0.45 |
| Hex | A3 | 6F | 44 | 0 | 20 | 3A | 24 | 1B | 29 | 2D |
| Octal | 243 | 157 | 104 | 0 | 40 | 72 | 44 | 33 | 51 | 55 |
| Binary | 10100011 | 1101111 | 1000100 | 0 | 100000 | 111010 | 100100 | 11011 | 101001 | 101101 |
Color Harmonies of #A36F44
Complementary color
Monochromatic Colors of #A36F44
Black with #A36F44
Text Example
Text Example
White with #A36F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F44; }
p { color: rgb(163,111,68); }
H1.HeaderClassName
{
color: #A36F44;
}
.AnyTagClassName
{
color: #A36F44;
}
</style>
background-color css
<style>
a { background-color: #A36F44; }
a { background-color: rgb(163,111,68); }
div.DivClassName
{
background-color: #A36F44;
}
.BgClassName
{
background-color: #A36F44;
}
</style>
border-color css
<style>
span { border-color: #A36F44; }
span { border-color: rgb(163,111,68); }
td.TdClassName
{
border-color: #A36F44;
}
.TagClassName
{
border-color: #A36F44;
}
</style>