Shades of Bourbon #A87446
Tints of Bourbon #A87446
RGB
CMYK
RGB Variations
Color information
#A87446 (or 0xA87446) is known color: Bourbon. HEX triplet: A8, 74 and 46. RGB value is (168,116,70). Sum of RGB (Red+Green+Blue) = 168+116+70=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A87446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87446 is #578BB9. Grayscale: #7E7E7E. Windows color (decimal): -5737402 or 4617384. OLE color: 4617384.
HSL color Cylindrical-coordinate representation of color #A87446: hue angle of 28.16º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A87446 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 70 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.34 |
| HSL | 28.16º | 0.41% | 0.47% | - |
| HSV(B) | 28.16º | 0.58% | 0.66% | - |
| XYZ | 23.5 | 21.26 | 8.66 | - |
| YUV | 126.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 70 | 0 | 0.31 | 0.58 | 0.34 | 28.16 | 0.41 | 0.47 |
| Hex | A8 | 74 | 46 | 0 | 1F | 3A | 22 | 1C | 29 | 2F |
| Octal | 250 | 164 | 106 | 0 | 37 | 72 | 42 | 34 | 51 | 57 |
| Binary | 10101000 | 1110100 | 1000110 | 0 | 11111 | 111010 | 100010 | 11100 | 101001 | 101111 |
Color Harmonies of #A87446
Complementary color
Monochromatic Colors of #A87446
Black with #A87446
Text Example
Text Example
White with #A87446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87446; }
p { color: rgb(168,116,70); }
H1.HeaderClassName
{
color: #A87446;
}
.AnyTagClassName
{
color: #A87446;
}
</style>
background-color css
<style>
a { background-color: #A87446; }
a { background-color: rgb(168,116,70); }
div.DivClassName
{
background-color: #A87446;
}
.BgClassName
{
background-color: #A87446;
}
</style>
border-color css
<style>
span { border-color: #A87446; }
span { border-color: rgb(168,116,70); }
td.TdClassName
{
border-color: #A87446;
}
.TagClassName
{
border-color: #A87446;
}
</style>