Shades of Bourbon #AC724A
Tints of Bourbon #AC724A
RGB
CMYK
RGB Variations
Color information
#AC724A (or 0xAC724A) is known color: Bourbon. HEX triplet: AC, 72 and 4A. RGB value is (172,114,74). Sum of RGB (Red+Green+Blue) = 172+114+74=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC724A is #538DB5. Grayscale: #7E7E7E. Windows color (decimal): -5475766 or 4879020. OLE color: 4879020.
HSL color Cylindrical-coordinate representation of color #AC724A: hue angle of 24.49º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC724A is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 74 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.33 |
| HSL | 24.49º | 0.4% | 0.48% | - |
| HSV(B) | 24.49º | 0.57% | 0.67% | - |
| XYZ | 24.27 | 21.3 | 9.31 | - |
| YUV | 126.78 | 98.22 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 74 | 0 | 0.34 | 0.57 | 0.33 | 24.49 | 0.4 | 0.48 |
| Hex | AC | 72 | 4A | 0 | 22 | 39 | 21 | 18 | 28 | 30 |
| Octal | 254 | 162 | 112 | 0 | 42 | 71 | 41 | 30 | 50 | 60 |
| Binary | 10101100 | 1110010 | 1001010 | 0 | 100010 | 111001 | 100001 | 11000 | 101000 | 110000 |
Color Harmonies of #AC724A
Complementary color
Monochromatic Colors of #AC724A
Black with #AC724A
Text Example
Text Example
White with #AC724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC724A; }
p { color: rgb(172,114,74); }
H1.HeaderClassName
{
color: #AC724A;
}
.AnyTagClassName
{
color: #AC724A;
}
</style>
background-color css
<style>
a { background-color: #AC724A; }
a { background-color: rgb(172,114,74); }
div.DivClassName
{
background-color: #AC724A;
}
.BgClassName
{
background-color: #AC724A;
}
</style>
border-color css
<style>
span { border-color: #AC724A; }
span { border-color: rgb(172,114,74); }
td.TdClassName
{
border-color: #AC724A;
}
.TagClassName
{
border-color: #AC724A;
}
</style>