Shades of Bourbon #A26A44
Tints of Bourbon #A26A44
RGB
CMYK
RGB Variations
Color information
#A26A44 (or 0xA26A44) is known color: Bourbon. HEX triplet: A2, 6A and 44. RGB value is (162,106,68). Sum of RGB (Red+Green+Blue) = 162+106+68=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26A44 is #5D95BB. Grayscale: #767676. Windows color (decimal): -6133180 or 4483746. OLE color: 4483746.
HSL color Cylindrical-coordinate representation of color #A26A44: hue angle of 24.26º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A26A44 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 68 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.36 |
| HSL | 24.26º | 0.41% | 0.45% | - |
| HSV(B) | 24.26º | 0.58% | 0.64% | - |
| XYZ | 21.1 | 18.41 | 7.91 | - |
| YUV | 118.41 | 99.55 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 68 | 0 | 0.35 | 0.58 | 0.36 | 24.26 | 0.41 | 0.45 |
| Hex | A2 | 6A | 44 | 0 | 23 | 3A | 24 | 18 | 29 | 2D |
| Octal | 242 | 152 | 104 | 0 | 43 | 72 | 44 | 30 | 51 | 55 |
| Binary | 10100010 | 1101010 | 1000100 | 0 | 100011 | 111010 | 100100 | 11000 | 101001 | 101101 |
Color Harmonies of #A26A44
Complementary color
Monochromatic Colors of #A26A44
Black with #A26A44
Text Example
Text Example
White with #A26A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A44; }
p { color: rgb(162,106,68); }
H1.HeaderClassName
{
color: #A26A44;
}
.AnyTagClassName
{
color: #A26A44;
}
</style>
background-color css
<style>
a { background-color: #A26A44; }
a { background-color: rgb(162,106,68); }
div.DivClassName
{
background-color: #A26A44;
}
.BgClassName
{
background-color: #A26A44;
}
</style>
border-color css
<style>
span { border-color: #A26A44; }
span { border-color: rgb(162,106,68); }
td.TdClassName
{
border-color: #A26A44;
}
.TagClassName
{
border-color: #A26A44;
}
</style>