Shades of Bourbon #A96F42
Tints of Bourbon #A96F42
RGB
CMYK
RGB Variations
Color information
#A96F42 (or 0xA96F42) is known color: Bourbon. HEX triplet: A9, 6F and 42. RGB value is (169,111,66). Sum of RGB (Red+Green+Blue) = 169+111+66=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F42 is #5690BD. Grayscale: #7B7B7B. Windows color (decimal): -5673150 or 4353961. OLE color: 4353961.
HSL color Cylindrical-coordinate representation of color #A96F42: hue angle of 26.21º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A96F42 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 66 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.34 |
| HSL | 26.21º | 0.44% | 0.46% | - |
| HSV(B) | 26.21º | 0.61% | 0.66% | - |
| XYZ | 23.03 | 20.2 | 7.84 | - |
| YUV | 123.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 66 | 0 | 0.34 | 0.61 | 0.34 | 26.21 | 0.44 | 0.46 |
| Hex | A9 | 6F | 42 | 0 | 22 | 3D | 22 | 1A | 2C | 2E |
| Octal | 251 | 157 | 102 | 0 | 42 | 75 | 42 | 32 | 54 | 56 |
| Binary | 10101001 | 1101111 | 1000010 | 0 | 100010 | 111101 | 100010 | 11010 | 101100 | 101110 |
Color Harmonies of #A96F42
Complementary color
Monochromatic Colors of #A96F42
Black with #A96F42
Text Example
Text Example
White with #A96F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F42; }
p { color: rgb(169,111,66); }
H1.HeaderClassName
{
color: #A96F42;
}
.AnyTagClassName
{
color: #A96F42;
}
</style>
background-color css
<style>
a { background-color: #A96F42; }
a { background-color: rgb(169,111,66); }
div.DivClassName
{
background-color: #A96F42;
}
.BgClassName
{
background-color: #A96F42;
}
</style>
border-color css
<style>
span { border-color: #A96F42; }
span { border-color: rgb(169,111,66); }
td.TdClassName
{
border-color: #A96F42;
}
.TagClassName
{
border-color: #A96F42;
}
</style>