Shades of Bourbon #AC763E
Tints of Bourbon #AC763E
RGB
CMYK
RGB Variations
Color information
#AC763E (or 0xAC763E) is known color: Bourbon. HEX triplet: AC, 76 and 3E. RGB value is (172,118,62). Sum of RGB (Red+Green+Blue) = 172+118+62=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC763E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC763E is #5389C1. Grayscale: #808080. Windows color (decimal): -5474754 or 4093612. OLE color: 4093612.
HSL color Cylindrical-coordinate representation of color #AC763E: hue angle of 30.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC763E is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 62 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.33 |
| HSL | 30.55º | 0.47% | 0.46% | - |
| HSV(B) | 30.55º | 0.64% | 0.67% | - |
| XYZ | 24.36 | 22.08 | 7.53 | - |
| YUV | 127.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 62 | 0 | 0.31 | 0.64 | 0.33 | 30.55 | 0.47 | 0.46 |
| Hex | AC | 76 | 3E | 0 | 1F | 40 | 21 | 1F | 2F | 2E |
| Octal | 254 | 166 | 76 | 0 | 37 | 100 | 41 | 37 | 57 | 56 |
| Binary | 10101100 | 1110110 | 111110 | 0 | 11111 | 1000000 | 100001 | 11111 | 101111 | 101110 |
Color Harmonies of #AC763E
Complementary color
Monochromatic Colors of #AC763E
Black with #AC763E
Text Example
Text Example
White with #AC763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC763E; }
p { color: rgb(172,118,62); }
H1.HeaderClassName
{
color: #AC763E;
}
.AnyTagClassName
{
color: #AC763E;
}
</style>
background-color css
<style>
a { background-color: #AC763E; }
a { background-color: rgb(172,118,62); }
div.DivClassName
{
background-color: #AC763E;
}
.BgClassName
{
background-color: #AC763E;
}
</style>
border-color css
<style>
span { border-color: #AC763E; }
span { border-color: rgb(172,118,62); }
td.TdClassName
{
border-color: #AC763E;
}
.TagClassName
{
border-color: #AC763E;
}
</style>