Shades of Bourbon #A8693B
Tints of Bourbon #A8693B
RGB
CMYK
RGB Variations
Color information
#A8693B (or 0xA8693B) is known color: Bourbon. HEX triplet: A8, 69 and 3B. RGB value is (168,105,59). Sum of RGB (Red+Green+Blue) = 168+105+59=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8693B is #5796C4. Grayscale: #767676. Windows color (decimal): -5740229 or 3893672. OLE color: 3893672.
HSL color Cylindrical-coordinate representation of color #A8693B: hue angle of 25.32º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8693B is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 59 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.34 |
| HSL | 25.32º | 0.48% | 0.45% | - |
| HSV(B) | 25.32º | 0.65% | 0.66% | - |
| XYZ | 21.99 | 18.74 | 6.6 | - |
| YUV | 118.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 59 | 0 | 0.38 | 0.65 | 0.34 | 25.32 | 0.48 | 0.45 |
| Hex | A8 | 69 | 3B | 0 | 26 | 41 | 22 | 19 | 30 | 2D |
| Octal | 250 | 151 | 73 | 0 | 46 | 101 | 42 | 31 | 60 | 55 |
| Binary | 10101000 | 1101001 | 111011 | 0 | 100110 | 1000001 | 100010 | 11001 | 110000 | 101101 |
Color Harmonies of #A8693B
Complementary color
Monochromatic Colors of #A8693B
Black with #A8693B
Text Example
Text Example
White with #A8693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8693B; }
p { color: rgb(168,105,59); }
H1.HeaderClassName
{
color: #A8693B;
}
.AnyTagClassName
{
color: #A8693B;
}
</style>
background-color css
<style>
a { background-color: #A8693B; }
a { background-color: rgb(168,105,59); }
div.DivClassName
{
background-color: #A8693B;
}
.BgClassName
{
background-color: #A8693B;
}
</style>
border-color css
<style>
span { border-color: #A8693B; }
span { border-color: rgb(168,105,59); }
td.TdClassName
{
border-color: #A8693B;
}
.TagClassName
{
border-color: #A8693B;
}
</style>