Shades of Bourbon #AC6A43
Tints of Bourbon #AC6A43
RGB
CMYK
RGB Variations
Color information
#AC6A43 (or 0xAC6A43) is known color: Bourbon. HEX triplet: AC, 6A and 43. RGB value is (172,106,67). Sum of RGB (Red+Green+Blue) = 172+106+67=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A43 is #5395BC. Grayscale: #797979. Windows color (decimal): -5477821 or 4418220. OLE color: 4418220.
HSL color Cylindrical-coordinate representation of color #AC6A43: hue angle of 22.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC6A43 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 67 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.33 |
| HSL | 22.29º | 0.44% | 0.47% | - |
| HSV(B) | 22.29º | 0.61% | 0.67% | - |
| XYZ | 23.18 | 19.48 | 7.85 | - |
| YUV | 121.29 | 97.37 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 67 | 0 | 0.38 | 0.61 | 0.33 | 22.29 | 0.44 | 0.47 |
| Hex | AC | 6A | 43 | 0 | 26 | 3D | 21 | 16 | 2C | 2F |
| Octal | 254 | 152 | 103 | 0 | 46 | 75 | 41 | 26 | 54 | 57 |
| Binary | 10101100 | 1101010 | 1000011 | 0 | 100110 | 111101 | 100001 | 10110 | 101100 | 101111 |
Color Harmonies of #AC6A43
Complementary color
Monochromatic Colors of #AC6A43
Black with #AC6A43
Text Example
Text Example
White with #AC6A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A43; }
p { color: rgb(172,106,67); }
H1.HeaderClassName
{
color: #AC6A43;
}
.AnyTagClassName
{
color: #AC6A43;
}
</style>
background-color css
<style>
a { background-color: #AC6A43; }
a { background-color: rgb(172,106,67); }
div.DivClassName
{
background-color: #AC6A43;
}
.BgClassName
{
background-color: #AC6A43;
}
</style>
border-color css
<style>
span { border-color: #AC6A43; }
span { border-color: rgb(172,106,67); }
td.TdClassName
{
border-color: #AC6A43;
}
.TagClassName
{
border-color: #AC6A43;
}
</style>