Shades of Bourbon #AE7043
Tints of Bourbon #AE7043
RGB
CMYK
RGB Variations
Color information
#AE7043 (or 0xAE7043) is known color: Bourbon. HEX triplet: AE, 70 and 43. RGB value is (174,112,67). Sum of RGB (Red+Green+Blue) = 174+112+67=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7043 is #518FBC. Grayscale: #7D7D7D. Windows color (decimal): -5345213 or 4419758. OLE color: 4419758.
HSL color Cylindrical-coordinate representation of color #AE7043: hue angle of 25.23º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE7043 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 112 | 67 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.32 |
| HSL | 25.23º | 0.44% | 0.47% | - |
| HSV(B) | 25.23º | 0.61% | 0.68% | - |
| XYZ | 24.26 | 20.99 | 8.08 | - |
| YUV | 125.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 67 | 0 | 0.36 | 0.61 | 0.32 | 25.23 | 0.44 | 0.47 |
| Hex | AE | 70 | 43 | 0 | 24 | 3D | 20 | 19 | 2C | 2F |
| Octal | 256 | 160 | 103 | 0 | 44 | 75 | 40 | 31 | 54 | 57 |
| Binary | 10101110 | 1110000 | 1000011 | 0 | 100100 | 111101 | 100000 | 11001 | 101100 | 101111 |
Color Harmonies of #AE7043
Complementary color
Monochromatic Colors of #AE7043
Black with #AE7043
Text Example
Text Example
White with #AE7043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7043; }
p { color: rgb(174,112,67); }
H1.HeaderClassName
{
color: #AE7043;
}
.AnyTagClassName
{
color: #AE7043;
}
</style>
background-color css
<style>
a { background-color: #AE7043; }
a { background-color: rgb(174,112,67); }
div.DivClassName
{
background-color: #AE7043;
}
.BgClassName
{
background-color: #AE7043;
}
</style>
border-color css
<style>
span { border-color: #AE7043; }
span { border-color: rgb(174,112,67); }
td.TdClassName
{
border-color: #AE7043;
}
.TagClassName
{
border-color: #AE7043;
}
</style>