Shades of Bourbon #AE7445
Tints of Bourbon #AE7445
RGB
CMYK
RGB Variations
Color information
#AE7445 (or 0xAE7445) is known color: Bourbon. HEX triplet: AE, 74 and 45. RGB value is (174,116,69). Sum of RGB (Red+Green+Blue) = 174+116+69=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7445 is #518BBA. Grayscale: #808080. Windows color (decimal): -5344187 or 4551854. OLE color: 4551854.
HSL color Cylindrical-coordinate representation of color #AE7445: hue angle of 26.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE7445 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 69 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.32 |
| HSL | 26.86º | 0.43% | 0.48% | - |
| HSV(B) | 26.86º | 0.6% | 0.68% | - |
| XYZ | 24.78 | 21.92 | 8.56 | - |
| YUV | 127.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 69 | 0 | 0.33 | 0.60 | 0.32 | 26.86 | 0.43 | 0.48 |
| Hex | AE | 74 | 45 | 0 | 21 | 3C | 20 | 1B | 2B | 30 |
| Octal | 256 | 164 | 105 | 0 | 41 | 74 | 40 | 33 | 53 | 60 |
| Binary | 10101110 | 1110100 | 1000101 | 0 | 100001 | 111100 | 100000 | 11011 | 101011 | 110000 |
Color Harmonies of #AE7445
Complementary color
Monochromatic Colors of #AE7445
Black with #AE7445
Text Example
Text Example
White with #AE7445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7445; }
p { color: rgb(174,116,69); }
H1.HeaderClassName
{
color: #AE7445;
}
.AnyTagClassName
{
color: #AE7445;
}
</style>
background-color css
<style>
a { background-color: #AE7445; }
a { background-color: rgb(174,116,69); }
div.DivClassName
{
background-color: #AE7445;
}
.BgClassName
{
background-color: #AE7445;
}
</style>
border-color css
<style>
span { border-color: #AE7445; }
span { border-color: rgb(174,116,69); }
td.TdClassName
{
border-color: #AE7445;
}
.TagClassName
{
border-color: #AE7445;
}
</style>