Shades of Bourbon #AE6C40
Tints of Bourbon #AE6C40
RGB
CMYK
RGB Variations
Color information
#AE6C40 (or 0xAE6C40) is known color: Bourbon. HEX triplet: AE, 6C and 40. RGB value is (174,108,64). Sum of RGB (Red+Green+Blue) = 174+108+64=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6C40 is #5193BF. Grayscale: #7A7A7A. Windows color (decimal): -5346240 or 4222126. OLE color: 4222126.
HSL color Cylindrical-coordinate representation of color #AE6C40: hue angle of 24º 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 #AE6C40 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 108 | 64 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.32 |
| HSL | 24º | 0.46% | 0.47% | - |
| HSV(B) | 24º | 0.63% | 0.68% | - |
| XYZ | 23.74 | 20.09 | 7.48 | - |
| YUV | 122.72 | 94.87 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 108 | 64 | 0 | 0.38 | 0.63 | 0.32 | 24 | 0.46 | 0.47 |
| Hex | AE | 6C | 40 | 0 | 26 | 3F | 20 | 18 | 2E | 2F |
| Octal | 256 | 154 | 100 | 0 | 46 | 77 | 40 | 30 | 56 | 57 |
| Binary | 10101110 | 1101100 | 1000000 | 0 | 100110 | 111111 | 100000 | 11000 | 101110 | 101111 |
Color Harmonies of #AE6C40
Complementary color
Monochromatic Colors of #AE6C40
Black with #AE6C40
Text Example
Text Example
White with #AE6C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6C40; }
p { color: rgb(174,108,64); }
H1.HeaderClassName
{
color: #AE6C40;
}
.AnyTagClassName
{
color: #AE6C40;
}
</style>
background-color css
<style>
a { background-color: #AE6C40; }
a { background-color: rgb(174,108,64); }
div.DivClassName
{
background-color: #AE6C40;
}
.BgClassName
{
background-color: #AE6C40;
}
</style>
border-color css
<style>
span { border-color: #AE6C40; }
span { border-color: rgb(174,108,64); }
td.TdClassName
{
border-color: #AE6C40;
}
.TagClassName
{
border-color: #AE6C40;
}
</style>