Shades of Bourbon #AC7448
Tints of Bourbon #AC7448
RGB
CMYK
RGB Variations
Color information
#AC7448 (or 0xAC7448) is known color: Bourbon. HEX triplet: AC, 74 and 48. RGB value is (172,116,72). Sum of RGB (Red+Green+Blue) = 172+116+72=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7448 is #538BB7. Grayscale: #7F7F7F. Windows color (decimal): -5475256 or 4748460. OLE color: 4748460.
HSL color Cylindrical-coordinate representation of color #AC7448: hue angle of 26.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC7448 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 72 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.33 |
| HSL | 26.4º | 0.41% | 0.48% | - |
| HSV(B) | 26.4º | 0.58% | 0.67% | - |
| XYZ | 24.43 | 21.73 | 9.04 | - |
| YUV | 127.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 72 | 0 | 0.33 | 0.58 | 0.33 | 26.4 | 0.41 | 0.48 |
| Hex | AC | 74 | 48 | 0 | 21 | 3A | 21 | 1A | 29 | 30 |
| Octal | 254 | 164 | 110 | 0 | 41 | 72 | 41 | 32 | 51 | 60 |
| Binary | 10101100 | 1110100 | 1001000 | 0 | 100001 | 111010 | 100001 | 11010 | 101001 | 110000 |
Color Harmonies of #AC7448
Complementary color
Monochromatic Colors of #AC7448
Black with #AC7448
Text Example
Text Example
White with #AC7448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7448; }
p { color: rgb(172,116,72); }
H1.HeaderClassName
{
color: #AC7448;
}
.AnyTagClassName
{
color: #AC7448;
}
</style>
background-color css
<style>
a { background-color: #AC7448; }
a { background-color: rgb(172,116,72); }
div.DivClassName
{
background-color: #AC7448;
}
.BgClassName
{
background-color: #AC7448;
}
</style>
border-color css
<style>
span { border-color: #AC7448; }
span { border-color: rgb(172,116,72); }
td.TdClassName
{
border-color: #AC7448;
}
.TagClassName
{
border-color: #AC7448;
}
</style>