Shades of Bourbon #AE6838
Tints of Bourbon #AE6838
RGB
CMYK
RGB Variations
Color information
#AE6838 (or 0xAE6838) is known color: Bourbon. HEX triplet: AE, 68 and 38. RGB value is (174,104,56). Sum of RGB (Red+Green+Blue) = 174+104+56=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6838 is #5197C7. Grayscale: #777777. Windows color (decimal): -5347272 or 3696814. OLE color: 3696814.
HSL color Cylindrical-coordinate representation of color #AE6838: hue angle of 24.41º 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 #AE6838 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 56 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.32 |
| HSL | 24.41º | 0.51% | 0.45% | - |
| HSV(B) | 24.41º | 0.68% | 0.68% | - |
| XYZ | 23.12 | 19.18 | 6.23 | - |
| YUV | 119.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 56 | 0 | 0.40 | 0.68 | 0.32 | 24.41 | 0.51 | 0.45 |
| Hex | AE | 68 | 38 | 0 | 28 | 44 | 20 | 18 | 33 | 2D |
| Octal | 256 | 150 | 70 | 0 | 50 | 104 | 40 | 30 | 63 | 55 |
| Binary | 10101110 | 1101000 | 111000 | 0 | 101000 | 1000100 | 100000 | 11000 | 110011 | 101101 |
Color Harmonies of #AE6838
Complementary color
Monochromatic Colors of #AE6838
Black with #AE6838
Text Example
Text Example
White with #AE6838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6838; }
p { color: rgb(174,104,56); }
H1.HeaderClassName
{
color: #AE6838;
}
.AnyTagClassName
{
color: #AE6838;
}
</style>
background-color css
<style>
a { background-color: #AE6838; }
a { background-color: rgb(174,104,56); }
div.DivClassName
{
background-color: #AE6838;
}
.BgClassName
{
background-color: #AE6838;
}
</style>
border-color css
<style>
span { border-color: #AE6838; }
span { border-color: rgb(174,104,56); }
td.TdClassName
{
border-color: #AE6838;
}
.TagClassName
{
border-color: #AE6838;
}
</style>