Shades of Bourbon #AC754A
Tints of Bourbon #AC754A
RGB
CMYK
RGB Variations
Color information
#AC754A (or 0xAC754A) is known color: Bourbon. HEX triplet: AC, 75 and 4A. RGB value is (172,117,74). Sum of RGB (Red+Green+Blue) = 172+117+74=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC754A is #538AB5. Grayscale: #808080. Windows color (decimal): -5474998 or 4879788. OLE color: 4879788.
HSL color Cylindrical-coordinate representation of color #AC754A: hue angle of 26.33º 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 #AC754A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 74 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.33 |
| HSL | 26.33º | 0.4% | 0.48% | - |
| HSV(B) | 26.33º | 0.57% | 0.67% | - |
| XYZ | 24.61 | 21.99 | 9.43 | - |
| YUV | 128.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 74 | 0 | 0.32 | 0.57 | 0.33 | 26.33 | 0.4 | 0.48 |
| Hex | AC | 75 | 4A | 0 | 20 | 39 | 21 | 1A | 28 | 30 |
| Octal | 254 | 165 | 112 | 0 | 40 | 71 | 41 | 32 | 50 | 60 |
| Binary | 10101100 | 1110101 | 1001010 | 0 | 100000 | 111001 | 100001 | 11010 | 101000 | 110000 |
Color Harmonies of #AC754A
Complementary color
Monochromatic Colors of #AC754A
Black with #AC754A
Text Example
Text Example
White with #AC754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC754A; }
p { color: rgb(172,117,74); }
H1.HeaderClassName
{
color: #AC754A;
}
.AnyTagClassName
{
color: #AC754A;
}
</style>
background-color css
<style>
a { background-color: #AC754A; }
a { background-color: rgb(172,117,74); }
div.DivClassName
{
background-color: #AC754A;
}
.BgClassName
{
background-color: #AC754A;
}
</style>
border-color css
<style>
span { border-color: #AC754A; }
span { border-color: rgb(172,117,74); }
td.TdClassName
{
border-color: #AC754A;
}
.TagClassName
{
border-color: #AC754A;
}
</style>