Shades of Bourbon #A27240
Tints of Bourbon #A27240
RGB
CMYK
RGB Variations
Color information
#A27240 (or 0xA27240) is known color: Bourbon. HEX triplet: A2, 72 and 40. RGB value is (162,114,64). Sum of RGB (Red+Green+Blue) = 162+114+64=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A27240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27240 is #5D8DBF. Grayscale: #7A7A7A. Windows color (decimal): -6131136 or 4223650. OLE color: 4223650.
HSL color Cylindrical-coordinate representation of color #A27240: hue angle of 30.61º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27240 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 114 | 64 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.36 |
| HSL | 30.61º | 0.43% | 0.44% | - |
| HSV(B) | 30.61º | 0.6% | 0.64% | - |
| XYZ | 21.84 | 20.09 | 7.58 | - |
| YUV | 122.65 | 94.9 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 64 | 0 | 0.30 | 0.60 | 0.36 | 30.61 | 0.43 | 0.44 |
| Hex | A2 | 72 | 40 | 0 | 1E | 3C | 24 | 1F | 2B | 2C |
| Octal | 242 | 162 | 100 | 0 | 36 | 74 | 44 | 37 | 53 | 54 |
| Binary | 10100010 | 1110010 | 1000000 | 0 | 11110 | 111100 | 100100 | 11111 | 101011 | 101100 |
Color Harmonies of #A27240
Complementary color
Monochromatic Colors of #A27240
Black with #A27240
Text Example
Text Example
White with #A27240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27240; }
p { color: rgb(162,114,64); }
H1.HeaderClassName
{
color: #A27240;
}
.AnyTagClassName
{
color: #A27240;
}
</style>
background-color css
<style>
a { background-color: #A27240; }
a { background-color: rgb(162,114,64); }
div.DivClassName
{
background-color: #A27240;
}
.BgClassName
{
background-color: #A27240;
}
</style>
border-color css
<style>
span { border-color: #A27240; }
span { border-color: rgb(162,114,64); }
td.TdClassName
{
border-color: #A27240;
}
.TagClassName
{
border-color: #A27240;
}
</style>