Shades of Bourbon #A37544
Tints of Bourbon #A37544
RGB
CMYK
RGB Variations
Color information
#A37544 (or 0xA37544) is known color: Bourbon. HEX triplet: A3, 75 and 44. RGB value is (163,117,68). Sum of RGB (Red+Green+Blue) = 163+117+68=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A37544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37544 is #5C8ABB. Grayscale: #7D7D7D. Windows color (decimal): -6064828 or 4486563. OLE color: 4486563.
HSL color Cylindrical-coordinate representation of color #A37544: hue angle of 30.95º 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 #A37544 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 68 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.36 |
| HSL | 30.95º | 0.41% | 0.45% | - |
| HSV(B) | 30.95º | 0.58% | 0.64% | - |
| XYZ | 22.51 | 20.93 | 8.32 | - |
| YUV | 125.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 68 | 0 | 0.28 | 0.58 | 0.36 | 30.95 | 0.41 | 0.45 |
| Hex | A3 | 75 | 44 | 0 | 1C | 3A | 24 | 1F | 29 | 2D |
| Octal | 243 | 165 | 104 | 0 | 34 | 72 | 44 | 37 | 51 | 55 |
| Binary | 10100011 | 1110101 | 1000100 | 0 | 11100 | 111010 | 100100 | 11111 | 101001 | 101101 |
Color Harmonies of #A37544
Complementary color
Monochromatic Colors of #A37544
Black with #A37544
Text Example
Text Example
White with #A37544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37544; }
p { color: rgb(163,117,68); }
H1.HeaderClassName
{
color: #A37544;
}
.AnyTagClassName
{
color: #A37544;
}
</style>
background-color css
<style>
a { background-color: #A37544; }
a { background-color: rgb(163,117,68); }
div.DivClassName
{
background-color: #A37544;
}
.BgClassName
{
background-color: #A37544;
}
</style>
border-color css
<style>
span { border-color: #A37544; }
span { border-color: rgb(163,117,68); }
td.TdClassName
{
border-color: #A37544;
}
.TagClassName
{
border-color: #A37544;
}
</style>