Shades of Bourbon #A7773F
Tints of Bourbon #A7773F
RGB
CMYK
RGB Variations
Color information
#A7773F (or 0xA7773F) is known color: Bourbon. HEX triplet: A7, 77 and 3F. RGB value is (167,119,63). Sum of RGB (Red+Green+Blue) = 167+119+63=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A7773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7773F is #5888C0. Grayscale: #7F7F7F. Windows color (decimal): -5802177 or 4159399. OLE color: 4159399.
HSL color Cylindrical-coordinate representation of color #A7773F: hue angle of 32.31º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7773F is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 119 | 63 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.35 |
| HSL | 32.31º | 0.45% | 0.45% | - |
| HSV(B) | 32.31º | 0.62% | 0.65% | - |
| XYZ | 23.43 | 21.77 | 7.67 | - |
| YUV | 126.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 119 | 63 | 0 | 0.29 | 0.62 | 0.35 | 32.31 | 0.45 | 0.45 |
| Hex | A7 | 77 | 3F | 0 | 1D | 3E | 23 | 20 | 2D | 2D |
| Octal | 247 | 167 | 77 | 0 | 35 | 76 | 43 | 40 | 55 | 55 |
| Binary | 10100111 | 1110111 | 111111 | 0 | 11101 | 111110 | 100011 | 100000 | 101101 | 101101 |
Color Harmonies of #A7773F
Complementary color
Monochromatic Colors of #A7773F
Black with #A7773F
Text Example
Text Example
White with #A7773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7773F; }
p { color: rgb(167,119,63); }
H1.HeaderClassName
{
color: #A7773F;
}
.AnyTagClassName
{
color: #A7773F;
}
</style>
background-color css
<style>
a { background-color: #A7773F; }
a { background-color: rgb(167,119,63); }
div.DivClassName
{
background-color: #A7773F;
}
.BgClassName
{
background-color: #A7773F;
}
</style>
border-color css
<style>
span { border-color: #A7773F; }
span { border-color: rgb(167,119,63); }
td.TdClassName
{
border-color: #A7773F;
}
.TagClassName
{
border-color: #A7773F;
}
</style>