Shades of Bourbon #A26A3F
Tints of Bourbon #A26A3F
RGB
CMYK
RGB Variations
Color information
#A26A3F (or 0xA26A3F) is known color: Bourbon. HEX triplet: A2, 6A and 3F. RGB value is (162,106,63). Sum of RGB (Red+Green+Blue) = 162+106+63=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26A3F is #5D95C0. Grayscale: #767676. Windows color (decimal): -6133185 or 4156066. OLE color: 4156066.
HSL color Cylindrical-coordinate representation of color #A26A3F: hue angle of 26.06º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A26A3F is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 63 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.36 |
| HSL | 26.06º | 0.44% | 0.44% | - |
| HSV(B) | 26.06º | 0.61% | 0.64% | - |
| XYZ | 20.95 | 18.35 | 7.14 | - |
| YUV | 117.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 63 | 0 | 0.35 | 0.61 | 0.36 | 26.06 | 0.44 | 0.44 |
| Hex | A2 | 6A | 3F | 0 | 23 | 3D | 24 | 1A | 2C | 2C |
| Octal | 242 | 152 | 77 | 0 | 43 | 75 | 44 | 32 | 54 | 54 |
| Binary | 10100010 | 1101010 | 111111 | 0 | 100011 | 111101 | 100100 | 11010 | 101100 | 101100 |
Color Harmonies of #A26A3F
Complementary color
Monochromatic Colors of #A26A3F
Black with #A26A3F
Text Example
Text Example
White with #A26A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A3F; }
p { color: rgb(162,106,63); }
H1.HeaderClassName
{
color: #A26A3F;
}
.AnyTagClassName
{
color: #A26A3F;
}
</style>
background-color css
<style>
a { background-color: #A26A3F; }
a { background-color: rgb(162,106,63); }
div.DivClassName
{
background-color: #A26A3F;
}
.BgClassName
{
background-color: #A26A3F;
}
</style>
border-color css
<style>
span { border-color: #A26A3F; }
span { border-color: rgb(162,106,63); }
td.TdClassName
{
border-color: #A26A3F;
}
.TagClassName
{
border-color: #A26A3F;
}
</style>