Shades of Bourbon #A87449
Tints of Bourbon #A87449
RGB
CMYK
RGB Variations
Color information
#A87449 (or 0xA87449) is known color: Bourbon. HEX triplet: A8, 74 and 49. RGB value is (168,116,73). Sum of RGB (Red+Green+Blue) = 168+116+73=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A87449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87449 is #578BB6. Grayscale: #7E7E7E. Windows color (decimal): -5737399 or 4813992. OLE color: 4813992.
HSL color Cylindrical-coordinate representation of color #A87449: hue angle of 27.16º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A87449 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 73 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.34 |
| HSL | 27.16º | 0.39% | 0.47% | - |
| HSV(B) | 27.16º | 0.57% | 0.66% | - |
| XYZ | 23.6 | 21.3 | 9.17 | - |
| YUV | 126.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 73 | 0 | 0.31 | 0.57 | 0.34 | 27.16 | 0.39 | 0.47 |
| Hex | A8 | 74 | 49 | 0 | 1F | 39 | 22 | 1B | 27 | 2F |
| Octal | 250 | 164 | 111 | 0 | 37 | 71 | 42 | 33 | 47 | 57 |
| Binary | 10101000 | 1110100 | 1001001 | 0 | 11111 | 111001 | 100010 | 11011 | 100111 | 101111 |
Color Harmonies of #A87449
Complementary color
Monochromatic Colors of #A87449
Black with #A87449
Text Example
Text Example
White with #A87449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87449; }
p { color: rgb(168,116,73); }
H1.HeaderClassName
{
color: #A87449;
}
.AnyTagClassName
{
color: #A87449;
}
</style>
background-color css
<style>
a { background-color: #A87449; }
a { background-color: rgb(168,116,73); }
div.DivClassName
{
background-color: #A87449;
}
.BgClassName
{
background-color: #A87449;
}
</style>
border-color css
<style>
span { border-color: #A87449; }
span { border-color: rgb(168,116,73); }
td.TdClassName
{
border-color: #A87449;
}
.TagClassName
{
border-color: #A87449;
}
</style>