Shades of Bourbon #A7673B
Tints of Bourbon #A7673B
RGB
CMYK
RGB Variations
Color information
#A7673B (or 0xA7673B) is known color: Bourbon. HEX triplet: A7, 67 and 3B. RGB value is (167,103,59). Sum of RGB (Red+Green+Blue) = 167+103+59=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A7673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7673B is #5898C4. Grayscale: #757575. Windows color (decimal): -5806277 or 3893159. OLE color: 3893159.
HSL color Cylindrical-coordinate representation of color #A7673B: hue angle of 24.44º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7673B is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 103 | 59 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.35 |
| HSL | 24.44º | 0.48% | 0.44% | - |
| HSV(B) | 24.44º | 0.65% | 0.65% | - |
| XYZ | 21.58 | 18.23 | 6.52 | - |
| YUV | 117.12 | 95.2 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 59 | 0 | 0.38 | 0.65 | 0.35 | 24.44 | 0.48 | 0.44 |
| Hex | A7 | 67 | 3B | 0 | 26 | 41 | 23 | 18 | 30 | 2C |
| Octal | 247 | 147 | 73 | 0 | 46 | 101 | 43 | 30 | 60 | 54 |
| Binary | 10100111 | 1100111 | 111011 | 0 | 100110 | 1000001 | 100011 | 11000 | 110000 | 101100 |
Color Harmonies of #A7673B
Complementary color
Monochromatic Colors of #A7673B
Black with #A7673B
Text Example
Text Example
White with #A7673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7673B; }
p { color: rgb(167,103,59); }
H1.HeaderClassName
{
color: #A7673B;
}
.AnyTagClassName
{
color: #A7673B;
}
</style>
background-color css
<style>
a { background-color: #A7673B; }
a { background-color: rgb(167,103,59); }
div.DivClassName
{
background-color: #A7673B;
}
.BgClassName
{
background-color: #A7673B;
}
</style>
border-color css
<style>
span { border-color: #A7673B; }
span { border-color: rgb(167,103,59); }
td.TdClassName
{
border-color: #A7673B;
}
.TagClassName
{
border-color: #A7673B;
}
</style>