Shades of Bourbon #AC763C
Tints of Bourbon #AC763C
RGB
CMYK
RGB Variations
Color information
#AC763C (or 0xAC763C) is known color: Bourbon. HEX triplet: AC, 76 and 3C. RGB value is (172,118,60). Sum of RGB (Red+Green+Blue) = 172+118+60=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC763C is #5389C3. Grayscale: #7F7F7F. Windows color (decimal): -5474756 or 3962540. OLE color: 3962540.
HSL color Cylindrical-coordinate representation of color #AC763C: hue angle of 31.07º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC763C is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 60 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.33 |
| HSL | 31.07º | 0.48% | 0.45% | - |
| HSV(B) | 31.07º | 0.65% | 0.67% | - |
| XYZ | 24.31 | 22.05 | 7.25 | - |
| YUV | 127.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 60 | 0 | 0.31 | 0.65 | 0.33 | 31.07 | 0.48 | 0.45 |
| Hex | AC | 76 | 3C | 0 | 1F | 41 | 21 | 1F | 30 | 2D |
| Octal | 254 | 166 | 74 | 0 | 37 | 101 | 41 | 37 | 60 | 55 |
| Binary | 10101100 | 1110110 | 111100 | 0 | 11111 | 1000001 | 100001 | 11111 | 110000 | 101101 |
Color Harmonies of #AC763C
Complementary color
Monochromatic Colors of #AC763C
Black with #AC763C
Text Example
Text Example
White with #AC763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC763C; }
p { color: rgb(172,118,60); }
H1.HeaderClassName
{
color: #AC763C;
}
.AnyTagClassName
{
color: #AC763C;
}
</style>
background-color css
<style>
a { background-color: #AC763C; }
a { background-color: rgb(172,118,60); }
div.DivClassName
{
background-color: #AC763C;
}
.BgClassName
{
background-color: #AC763C;
}
</style>
border-color css
<style>
span { border-color: #AC763C; }
span { border-color: rgb(172,118,60); }
td.TdClassName
{
border-color: #AC763C;
}
.TagClassName
{
border-color: #AC763C;
}
</style>