Shades of Bourbon #AC653B
Tints of Bourbon #AC653B
RGB
CMYK
RGB Variations
Color information
#AC653B (or 0xAC653B) is known color: Bourbon. HEX triplet: AC, 65 and 3B. RGB value is (172,101,59). Sum of RGB (Red+Green+Blue) = 172+101+59=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC653B is #539AC4. Grayscale: #757575. Windows color (decimal): -5479109 or 3892652. OLE color: 3892652.
HSL color Cylindrical-coordinate representation of color #AC653B: hue angle of 22.3º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC653B is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 59 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.33 |
| HSL | 22.3º | 0.49% | 0.45% | - |
| HSV(B) | 22.3º | 0.66% | 0.67% | - |
| XYZ | 22.46 | 18.39 | 6.5 | - |
| YUV | 117.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 59 | 0 | 0.41 | 0.66 | 0.33 | 22.3 | 0.49 | 0.45 |
| Hex | AC | 65 | 3B | 0 | 29 | 42 | 21 | 16 | 31 | 2D |
| Octal | 254 | 145 | 73 | 0 | 51 | 102 | 41 | 26 | 61 | 55 |
| Binary | 10101100 | 1100101 | 111011 | 0 | 101001 | 1000010 | 100001 | 10110 | 110001 | 101101 |
Color Harmonies of #AC653B
Complementary color
Monochromatic Colors of #AC653B
Black with #AC653B
Text Example
Text Example
White with #AC653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC653B; }
p { color: rgb(172,101,59); }
H1.HeaderClassName
{
color: #AC653B;
}
.AnyTagClassName
{
color: #AC653B;
}
</style>
background-color css
<style>
a { background-color: #AC653B; }
a { background-color: rgb(172,101,59); }
div.DivClassName
{
background-color: #AC653B;
}
.BgClassName
{
background-color: #AC653B;
}
</style>
border-color css
<style>
span { border-color: #AC653B; }
span { border-color: rgb(172,101,59); }
td.TdClassName
{
border-color: #AC653B;
}
.TagClassName
{
border-color: #AC653B;
}
</style>