Shades of Bourbon #AC763D
Tints of Bourbon #AC763D
RGB
CMYK
RGB Variations
Color information
#AC763D (or 0xAC763D) is known color: Bourbon. HEX triplet: AC, 76 and 3D. RGB value is (172,118,61). Sum of RGB (Red+Green+Blue) = 172+118+61=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC763D is #5389C2. Grayscale: #7F7F7F. Windows color (decimal): -5474755 or 4028076. OLE color: 4028076.
HSL color Cylindrical-coordinate representation of color #AC763D: hue angle of 30.81º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC763D is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 61 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.33 |
| HSL | 30.81º | 0.48% | 0.46% | - |
| HSV(B) | 30.81º | 0.65% | 0.67% | - |
| XYZ | 24.33 | 22.06 | 7.39 | - |
| YUV | 127.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 61 | 0 | 0.31 | 0.65 | 0.33 | 30.81 | 0.48 | 0.46 |
| Hex | AC | 76 | 3D | 0 | 1F | 41 | 21 | 1F | 30 | 2E |
| Octal | 254 | 166 | 75 | 0 | 37 | 101 | 41 | 37 | 60 | 56 |
| Binary | 10101100 | 1110110 | 111101 | 0 | 11111 | 1000001 | 100001 | 11111 | 110000 | 101110 |
Color Harmonies of #AC763D
Complementary color
Monochromatic Colors of #AC763D
Black with #AC763D
Text Example
Text Example
White with #AC763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC763D; }
p { color: rgb(172,118,61); }
H1.HeaderClassName
{
color: #AC763D;
}
.AnyTagClassName
{
color: #AC763D;
}
</style>
background-color css
<style>
a { background-color: #AC763D; }
a { background-color: rgb(172,118,61); }
div.DivClassName
{
background-color: #AC763D;
}
.BgClassName
{
background-color: #AC763D;
}
</style>
border-color css
<style>
span { border-color: #AC763D; }
span { border-color: rgb(172,118,61); }
td.TdClassName
{
border-color: #AC763D;
}
.TagClassName
{
border-color: #AC763D;
}
</style>