Shades of Bourbon #A27145
Tints of Bourbon #A27145
RGB
CMYK
RGB Variations
Color information
#A27145 (or 0xA27145) is known color: Bourbon. HEX triplet: A2, 71 and 45. RGB value is (162,113,69). Sum of RGB (Red+Green+Blue) = 162+113+69=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A27145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27145 is #5D8EBA. Grayscale: #7A7A7A. Windows color (decimal): -6131387 or 4551074. OLE color: 4551074.
HSL color Cylindrical-coordinate representation of color #A27145: hue angle of 28.39º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A27145 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 113 | 69 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.36 |
| HSL | 28.39º | 0.4% | 0.45% | - |
| HSV(B) | 28.39º | 0.57% | 0.64% | - |
| XYZ | 21.88 | 19.92 | 8.32 | - |
| YUV | 122.64 | 97.73 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 69 | 0 | 0.30 | 0.57 | 0.36 | 28.39 | 0.4 | 0.45 |
| Hex | A2 | 71 | 45 | 0 | 1E | 39 | 24 | 1C | 28 | 2D |
| Octal | 242 | 161 | 105 | 0 | 36 | 71 | 44 | 34 | 50 | 55 |
| Binary | 10100010 | 1110001 | 1000101 | 0 | 11110 | 111001 | 100100 | 11100 | 101000 | 101101 |
Color Harmonies of #A27145
Complementary color
Monochromatic Colors of #A27145
Black with #A27145
Text Example
Text Example
White with #A27145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27145; }
p { color: rgb(162,113,69); }
H1.HeaderClassName
{
color: #A27145;
}
.AnyTagClassName
{
color: #A27145;
}
</style>
background-color css
<style>
a { background-color: #A27145; }
a { background-color: rgb(162,113,69); }
div.DivClassName
{
background-color: #A27145;
}
.BgClassName
{
background-color: #A27145;
}
</style>
border-color css
<style>
span { border-color: #A27145; }
span { border-color: rgb(162,113,69); }
td.TdClassName
{
border-color: #A27145;
}
.TagClassName
{
border-color: #A27145;
}
</style>