Shades of Bourbon #A8723A
Tints of Bourbon #A8723A
RGB
CMYK
RGB Variations
Color information
#A8723A (or 0xA8723A) is known color: Bourbon. HEX triplet: A8, 72 and 3A. RGB value is (168,114,58). Sum of RGB (Red+Green+Blue) = 168+114+58=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A8723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8723A is #578DC5. Grayscale: #7C7C7C. Windows color (decimal): -5737926 or 3830440. OLE color: 3830440.
HSL color Cylindrical-coordinate representation of color #A8723A: hue angle of 30.55º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8723A is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 58 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.34 |
| HSL | 30.55º | 0.49% | 0.44% | - |
| HSV(B) | 30.55º | 0.65% | 0.66% | - |
| XYZ | 22.93 | 20.66 | 6.78 | - |
| YUV | 123.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 58 | 0 | 0.32 | 0.65 | 0.34 | 30.55 | 0.49 | 0.44 |
| Hex | A8 | 72 | 3A | 0 | 20 | 41 | 22 | 1F | 31 | 2C |
| Octal | 250 | 162 | 72 | 0 | 40 | 101 | 42 | 37 | 61 | 54 |
| Binary | 10101000 | 1110010 | 111010 | 0 | 100000 | 1000001 | 100010 | 11111 | 110001 | 101100 |
Color Harmonies of #A8723A
Complementary color
Monochromatic Colors of #A8723A
Black with #A8723A
Text Example
Text Example
White with #A8723A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8723A; }
p { color: rgb(168,114,58); }
H1.HeaderClassName
{
color: #A8723A;
}
.AnyTagClassName
{
color: #A8723A;
}
</style>
background-color css
<style>
a { background-color: #A8723A; }
a { background-color: rgb(168,114,58); }
div.DivClassName
{
background-color: #A8723A;
}
.BgClassName
{
background-color: #A8723A;
}
</style>
border-color css
<style>
span { border-color: #A8723A; }
span { border-color: rgb(168,114,58); }
td.TdClassName
{
border-color: #A8723A;
}
.TagClassName
{
border-color: #A8723A;
}
</style>