Shades of Bourbon #AE6738
Tints of Bourbon #AE6738
RGB
CMYK
RGB Variations
Color information
#AE6738 (or 0xAE6738) is known color: Bourbon. HEX triplet: AE, 67 and 38. RGB value is (174,103,56). Sum of RGB (Red+Green+Blue) = 174+103+56=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6738 is #5198C7. Grayscale: #777777. Windows color (decimal): -5347528 or 3696558. OLE color: 3696558.
HSL color Cylindrical-coordinate representation of color #AE6738: hue angle of 23.9º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE6738 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 56 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.32 |
| HSL | 23.9º | 0.51% | 0.45% | - |
| HSV(B) | 23.9º | 0.68% | 0.68% | - |
| XYZ | 23.02 | 18.98 | 6.19 | - |
| YUV | 118.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 56 | 0 | 0.41 | 0.68 | 0.32 | 23.9 | 0.51 | 0.45 |
| Hex | AE | 67 | 38 | 0 | 29 | 44 | 20 | 18 | 33 | 2D |
| Octal | 256 | 147 | 70 | 0 | 51 | 104 | 40 | 30 | 63 | 55 |
| Binary | 10101110 | 1100111 | 111000 | 0 | 101001 | 1000100 | 100000 | 11000 | 110011 | 101101 |
Color Harmonies of #AE6738
Complementary color
Monochromatic Colors of #AE6738
Black with #AE6738
Text Example
Text Example
White with #AE6738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6738; }
p { color: rgb(174,103,56); }
H1.HeaderClassName
{
color: #AE6738;
}
.AnyTagClassName
{
color: #AE6738;
}
</style>
background-color css
<style>
a { background-color: #AE6738; }
a { background-color: rgb(174,103,56); }
div.DivClassName
{
background-color: #AE6738;
}
.BgClassName
{
background-color: #AE6738;
}
</style>
border-color css
<style>
span { border-color: #AE6738; }
span { border-color: rgb(174,103,56); }
td.TdClassName
{
border-color: #AE6738;
}
.TagClassName
{
border-color: #AE6738;
}
</style>