Shades of Bourbon #A26D3F
Tints of Bourbon #A26D3F
RGB
CMYK
RGB Variations
Color information
#A26D3F (or 0xA26D3F) is known color: Bourbon. HEX triplet: A2, 6D and 3F. RGB value is (162,109,63). Sum of RGB (Red+Green+Blue) = 162+109+63=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26D3F is #5D92C0. Grayscale: #777777. Windows color (decimal): -6132417 or 4156834. OLE color: 4156834.
HSL color Cylindrical-coordinate representation of color #A26D3F: hue angle of 27.88º 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 #A26D3F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 63 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.36 |
| HSL | 27.88º | 0.44% | 0.44% | - |
| HSV(B) | 27.88º | 0.61% | 0.64% | - |
| XYZ | 21.27 | 18.98 | 7.24 | - |
| YUV | 119.6 | 96.06 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 63 | 0 | 0.33 | 0.61 | 0.36 | 27.88 | 0.44 | 0.44 |
| Hex | A2 | 6D | 3F | 0 | 21 | 3D | 24 | 1C | 2C | 2C |
| Octal | 242 | 155 | 77 | 0 | 41 | 75 | 44 | 34 | 54 | 54 |
| Binary | 10100010 | 1101101 | 111111 | 0 | 100001 | 111101 | 100100 | 11100 | 101100 | 101100 |
Color Harmonies of #A26D3F
Complementary color
Monochromatic Colors of #A26D3F
Black with #A26D3F
Text Example
Text Example
White with #A26D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D3F; }
p { color: rgb(162,109,63); }
H1.HeaderClassName
{
color: #A26D3F;
}
.AnyTagClassName
{
color: #A26D3F;
}
</style>
background-color css
<style>
a { background-color: #A26D3F; }
a { background-color: rgb(162,109,63); }
div.DivClassName
{
background-color: #A26D3F;
}
.BgClassName
{
background-color: #A26D3F;
}
</style>
border-color css
<style>
span { border-color: #A26D3F; }
span { border-color: rgb(162,109,63); }
td.TdClassName
{
border-color: #A26D3F;
}
.TagClassName
{
border-color: #A26D3F;
}
</style>