Shades of Bourbon #AC7543
Tints of Bourbon #AC7543
RGB
CMYK
RGB Variations
Color information
#AC7543 (or 0xAC7543) is known color: Bourbon. HEX triplet: AC, 75 and 43. RGB value is (172,117,67). Sum of RGB (Red+Green+Blue) = 172+117+67=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7543 is #538ABC. Grayscale: #808080. Windows color (decimal): -5475005 or 4421036. OLE color: 4421036.
HSL color Cylindrical-coordinate representation of color #AC7543: hue angle of 28.57º 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 #AC7543 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 67 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.33 |
| HSL | 28.57º | 0.44% | 0.47% | - |
| HSV(B) | 28.57º | 0.61% | 0.67% | - |
| XYZ | 24.39 | 21.9 | 8.25 | - |
| YUV | 127.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 67 | 0 | 0.32 | 0.61 | 0.33 | 28.57 | 0.44 | 0.47 |
| Hex | AC | 75 | 43 | 0 | 20 | 3D | 21 | 1D | 2C | 2F |
| Octal | 254 | 165 | 103 | 0 | 40 | 75 | 41 | 35 | 54 | 57 |
| Binary | 10101100 | 1110101 | 1000011 | 0 | 100000 | 111101 | 100001 | 11101 | 101100 | 101111 |
Color Harmonies of #AC7543
Complementary color
Monochromatic Colors of #AC7543
Black with #AC7543
Text Example
Text Example
White with #AC7543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7543; }
p { color: rgb(172,117,67); }
H1.HeaderClassName
{
color: #AC7543;
}
.AnyTagClassName
{
color: #AC7543;
}
</style>
background-color css
<style>
a { background-color: #AC7543; }
a { background-color: rgb(172,117,67); }
div.DivClassName
{
background-color: #AC7543;
}
.BgClassName
{
background-color: #AC7543;
}
</style>
border-color css
<style>
span { border-color: #AC7543; }
span { border-color: rgb(172,117,67); }
td.TdClassName
{
border-color: #AC7543;
}
.TagClassName
{
border-color: #AC7543;
}
</style>