Shades of Bourbon #AE6B40
Tints of Bourbon #AE6B40
RGB
CMYK
RGB Variations
Color information
#AE6B40 (or 0xAE6B40) is known color: Bourbon. HEX triplet: AE, 6B and 40. RGB value is (174,107,64). Sum of RGB (Red+Green+Blue) = 174+107+64=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6B40 is #5194BF. Grayscale: #7A7A7A. Windows color (decimal): -5346496 or 4221870. OLE color: 4221870.
HSL color Cylindrical-coordinate representation of color #AE6B40: hue angle of 23.45º 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 #AE6B40 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 107 | 64 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.32 |
| HSL | 23.45º | 0.46% | 0.47% | - |
| HSV(B) | 23.45º | 0.63% | 0.68% | - |
| XYZ | 23.64 | 19.88 | 7.44 | - |
| YUV | 122.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 64 | 0 | 0.39 | 0.63 | 0.32 | 23.45 | 0.46 | 0.47 |
| Hex | AE | 6B | 40 | 0 | 27 | 3F | 20 | 17 | 2E | 2F |
| Octal | 256 | 153 | 100 | 0 | 47 | 77 | 40 | 27 | 56 | 57 |
| Binary | 10101110 | 1101011 | 1000000 | 0 | 100111 | 111111 | 100000 | 10111 | 101110 | 101111 |
Color Harmonies of #AE6B40
Complementary color
Monochromatic Colors of #AE6B40
Black with #AE6B40
Text Example
Text Example
White with #AE6B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6B40; }
p { color: rgb(174,107,64); }
H1.HeaderClassName
{
color: #AE6B40;
}
.AnyTagClassName
{
color: #AE6B40;
}
</style>
background-color css
<style>
a { background-color: #AE6B40; }
a { background-color: rgb(174,107,64); }
div.DivClassName
{
background-color: #AE6B40;
}
.BgClassName
{
background-color: #AE6B40;
}
</style>
border-color css
<style>
span { border-color: #AE6B40; }
span { border-color: rgb(174,107,64); }
td.TdClassName
{
border-color: #AE6B40;
}
.TagClassName
{
border-color: #AE6B40;
}
</style>