Shades of Bourbon #A26D40
Tints of Bourbon #A26D40
RGB
CMYK
RGB Variations
Color information
#A26D40 (or 0xA26D40) is known color: Bourbon. HEX triplet: A2, 6D and 40. RGB value is (162,109,64). Sum of RGB (Red+Green+Blue) = 162+109+64=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26D40 is #5D92BF. Grayscale: #777777. Windows color (decimal): -6132416 or 4222370. OLE color: 4222370.
HSL color Cylindrical-coordinate representation of color #A26D40: hue angle of 27.55º 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 #A26D40 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 64 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.36 |
| HSL | 27.55º | 0.43% | 0.44% | - |
| HSV(B) | 27.55º | 0.6% | 0.64% | - |
| XYZ | 21.29 | 18.99 | 7.39 | - |
| YUV | 119.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 64 | 0 | 0.33 | 0.60 | 0.36 | 27.55 | 0.43 | 0.44 |
| Hex | A2 | 6D | 40 | 0 | 21 | 3C | 24 | 1C | 2B | 2C |
| Octal | 242 | 155 | 100 | 0 | 41 | 74 | 44 | 34 | 53 | 54 |
| Binary | 10100010 | 1101101 | 1000000 | 0 | 100001 | 111100 | 100100 | 11100 | 101011 | 101100 |
Color Harmonies of #A26D40
Complementary color
Monochromatic Colors of #A26D40
Black with #A26D40
Text Example
Text Example
White with #A26D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D40; }
p { color: rgb(162,109,64); }
H1.HeaderClassName
{
color: #A26D40;
}
.AnyTagClassName
{
color: #A26D40;
}
</style>
background-color css
<style>
a { background-color: #A26D40; }
a { background-color: rgb(162,109,64); }
div.DivClassName
{
background-color: #A26D40;
}
.BgClassName
{
background-color: #A26D40;
}
</style>
border-color css
<style>
span { border-color: #A26D40; }
span { border-color: rgb(162,109,64); }
td.TdClassName
{
border-color: #A26D40;
}
.TagClassName
{
border-color: #A26D40;
}
</style>