Shades of Bourbon #A96F44
Tints of Bourbon #A96F44
RGB
CMYK
RGB Variations
Color information
#A96F44 (or 0xA96F44) is known color: Bourbon. HEX triplet: A9, 6F and 44. RGB value is (169,111,68). Sum of RGB (Red+Green+Blue) = 169+111+68=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F44 is #5690BB. Grayscale: #7B7B7B. Windows color (decimal): -5673148 or 4485033. OLE color: 4485033.
HSL color Cylindrical-coordinate representation of color #A96F44: hue angle of 25.54º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A96F44 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 68 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.34 |
| HSL | 25.54º | 0.43% | 0.46% | - |
| HSV(B) | 25.54º | 0.6% | 0.66% | - |
| XYZ | 23.09 | 20.22 | 8.15 | - |
| YUV | 123.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 68 | 0 | 0.34 | 0.60 | 0.34 | 25.54 | 0.43 | 0.46 |
| Hex | A9 | 6F | 44 | 0 | 22 | 3C | 22 | 1A | 2B | 2E |
| Octal | 251 | 157 | 104 | 0 | 42 | 74 | 42 | 32 | 53 | 56 |
| Binary | 10101001 | 1101111 | 1000100 | 0 | 100010 | 111100 | 100010 | 11010 | 101011 | 101110 |
Color Harmonies of #A96F44
Complementary color
Monochromatic Colors of #A96F44
Black with #A96F44
Text Example
Text Example
White with #A96F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F44; }
p { color: rgb(169,111,68); }
H1.HeaderClassName
{
color: #A96F44;
}
.AnyTagClassName
{
color: #A96F44;
}
</style>
background-color css
<style>
a { background-color: #A96F44; }
a { background-color: rgb(169,111,68); }
div.DivClassName
{
background-color: #A96F44;
}
.BgClassName
{
background-color: #A96F44;
}
</style>
border-color css
<style>
span { border-color: #A96F44; }
span { border-color: rgb(169,111,68); }
td.TdClassName
{
border-color: #A96F44;
}
.TagClassName
{
border-color: #A96F44;
}
</style>