Shades of Bourbon #AE7240
Tints of Bourbon #AE7240
RGB
CMYK
RGB Variations
Color information
#AE7240 (or 0xAE7240) is known color: Bourbon. HEX triplet: AE, 72 and 40. RGB value is (174,114,64). Sum of RGB (Red+Green+Blue) = 174+114+64=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7240 is #518DBF. Grayscale: #7E7E7E. Windows color (decimal): -5344704 or 4223662. OLE color: 4223662.
HSL color Cylindrical-coordinate representation of color #AE7240: hue angle of 27.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE7240 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 64 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.32 |
| HSL | 27.27º | 0.46% | 0.47% | - |
| HSV(B) | 27.27º | 0.63% | 0.68% | - |
| XYZ | 24.4 | 21.4 | 7.7 | - |
| YUV | 126.24 | 92.88 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 64 | 0 | 0.34 | 0.63 | 0.32 | 27.27 | 0.46 | 0.47 |
| Hex | AE | 72 | 40 | 0 | 22 | 3F | 20 | 1B | 2E | 2F |
| Octal | 256 | 162 | 100 | 0 | 42 | 77 | 40 | 33 | 56 | 57 |
| Binary | 10101110 | 1110010 | 1000000 | 0 | 100010 | 111111 | 100000 | 11011 | 101110 | 101111 |
Color Harmonies of #AE7240
Complementary color
Monochromatic Colors of #AE7240
Black with #AE7240
Text Example
Text Example
White with #AE7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7240; }
p { color: rgb(174,114,64); }
H1.HeaderClassName
{
color: #AE7240;
}
.AnyTagClassName
{
color: #AE7240;
}
</style>
background-color css
<style>
a { background-color: #AE7240; }
a { background-color: rgb(174,114,64); }
div.DivClassName
{
background-color: #AE7240;
}
.BgClassName
{
background-color: #AE7240;
}
</style>
border-color css
<style>
span { border-color: #AE7240; }
span { border-color: rgb(174,114,64); }
td.TdClassName
{
border-color: #AE7240;
}
.TagClassName
{
border-color: #AE7240;
}
</style>