Shades of Bourbon #A26F46
Tints of Bourbon #A26F46
RGB
CMYK
RGB Variations
Color information
#A26F46 (or 0xA26F46) is known color: Bourbon. HEX triplet: A2, 6F and 46. RGB value is (162,111,70). Sum of RGB (Red+Green+Blue) = 162+111+70=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26F46 is #5D90B9. Grayscale: #797979. Windows color (decimal): -6131898 or 4616098. OLE color: 4616098.
HSL color Cylindrical-coordinate representation of color #A26F46: hue angle of 26.74º 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 #A26F46 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 70 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.36 |
| HSL | 26.74º | 0.4% | 0.45% | - |
| HSV(B) | 26.74º | 0.57% | 0.64% | - |
| XYZ | 21.69 | 19.49 | 8.41 | - |
| YUV | 121.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 70 | 0 | 0.31 | 0.57 | 0.36 | 26.74 | 0.4 | 0.45 |
| Hex | A2 | 6F | 46 | 0 | 1F | 39 | 24 | 1B | 28 | 2D |
| Octal | 242 | 157 | 106 | 0 | 37 | 71 | 44 | 33 | 50 | 55 |
| Binary | 10100010 | 1101111 | 1000110 | 0 | 11111 | 111001 | 100100 | 11011 | 101000 | 101101 |
Color Harmonies of #A26F46
Complementary color
Monochromatic Colors of #A26F46
Black with #A26F46
Text Example
Text Example
White with #A26F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F46; }
p { color: rgb(162,111,70); }
H1.HeaderClassName
{
color: #A26F46;
}
.AnyTagClassName
{
color: #A26F46;
}
</style>
background-color css
<style>
a { background-color: #A26F46; }
a { background-color: rgb(162,111,70); }
div.DivClassName
{
background-color: #A26F46;
}
.BgClassName
{
background-color: #A26F46;
}
</style>
border-color css
<style>
span { border-color: #A26F46; }
span { border-color: rgb(162,111,70); }
td.TdClassName
{
border-color: #A26F46;
}
.TagClassName
{
border-color: #A26F46;
}
</style>