Shades of Bourbon #A26C40
Tints of Bourbon #A26C40
RGB
CMYK
RGB Variations
Color information
#A26C40 (or 0xA26C40) is known color: Bourbon. HEX triplet: A2, 6C and 40. RGB value is (162,108,64). Sum of RGB (Red+Green+Blue) = 162+108+64=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26C40 is #5D93BF. Grayscale: #777777. Windows color (decimal): -6132672 or 4222114. OLE color: 4222114.
HSL color Cylindrical-coordinate representation of color #A26C40: hue angle of 26.94º 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 #A26C40 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 64 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.36 |
| HSL | 26.94º | 0.43% | 0.44% | - |
| HSV(B) | 26.94º | 0.6% | 0.64% | - |
| XYZ | 21.19 | 18.78 | 7.36 | - |
| YUV | 119.13 | 96.89 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 64 | 0 | 0.33 | 0.60 | 0.36 | 26.94 | 0.43 | 0.44 |
| Hex | A2 | 6C | 40 | 0 | 21 | 3C | 24 | 1B | 2B | 2C |
| Octal | 242 | 154 | 100 | 0 | 41 | 74 | 44 | 33 | 53 | 54 |
| Binary | 10100010 | 1101100 | 1000000 | 0 | 100001 | 111100 | 100100 | 11011 | 101011 | 101100 |
Color Harmonies of #A26C40
Complementary color
Monochromatic Colors of #A26C40
Black with #A26C40
Text Example
Text Example
White with #A26C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C40; }
p { color: rgb(162,108,64); }
H1.HeaderClassName
{
color: #A26C40;
}
.AnyTagClassName
{
color: #A26C40;
}
</style>
background-color css
<style>
a { background-color: #A26C40; }
a { background-color: rgb(162,108,64); }
div.DivClassName
{
background-color: #A26C40;
}
.BgClassName
{
background-color: #A26C40;
}
</style>
border-color css
<style>
span { border-color: #A26C40; }
span { border-color: rgb(162,108,64); }
td.TdClassName
{
border-color: #A26C40;
}
.TagClassName
{
border-color: #A26C40;
}
</style>