Shades of Bourbon #A8723E
Tints of Bourbon #A8723E
RGB
CMYK
RGB Variations
Color information
#A8723E (or 0xA8723E) is known color: Bourbon. HEX triplet: A8, 72 and 3E. RGB value is (168,114,62). Sum of RGB (Red+Green+Blue) = 168+114+62=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A8723E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8723E is #578DC1. Grayscale: #7C7C7C. Windows color (decimal): -5737922 or 4092584. OLE color: 4092584.
HSL color Cylindrical-coordinate representation of color #A8723E: hue angle of 29.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8723E is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 62 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.34 |
| HSL | 29.43º | 0.46% | 0.45% | - |
| HSV(B) | 29.43º | 0.63% | 0.66% | - |
| XYZ | 23.04 | 20.71 | 7.34 | - |
| YUV | 124.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 62 | 0 | 0.32 | 0.63 | 0.34 | 29.43 | 0.46 | 0.45 |
| Hex | A8 | 72 | 3E | 0 | 20 | 3F | 22 | 1D | 2E | 2D |
| Octal | 250 | 162 | 76 | 0 | 40 | 77 | 42 | 35 | 56 | 55 |
| Binary | 10101000 | 1110010 | 111110 | 0 | 100000 | 111111 | 100010 | 11101 | 101110 | 101101 |
Color Harmonies of #A8723E
Complementary color
Monochromatic Colors of #A8723E
Black with #A8723E
Text Example
Text Example
White with #A8723E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8723E; }
p { color: rgb(168,114,62); }
H1.HeaderClassName
{
color: #A8723E;
}
.AnyTagClassName
{
color: #A8723E;
}
</style>
background-color css
<style>
a { background-color: #A8723E; }
a { background-color: rgb(168,114,62); }
div.DivClassName
{
background-color: #A8723E;
}
.BgClassName
{
background-color: #A8723E;
}
</style>
border-color css
<style>
span { border-color: #A8723E; }
span { border-color: rgb(168,114,62); }
td.TdClassName
{
border-color: #A8723E;
}
.TagClassName
{
border-color: #A8723E;
}
</style>