Shades of Bourbon #AE6F40
Tints of Bourbon #AE6F40
RGB
CMYK
RGB Variations
Color information
#AE6F40 (or 0xAE6F40) is known color: Bourbon. HEX triplet: AE, 6F and 40. RGB value is (174,111,64). Sum of RGB (Red+Green+Blue) = 174+111+64=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6F40 is #5190BF. Grayscale: #7C7C7C. Windows color (decimal): -5345472 or 4222894. OLE color: 4222894.
HSL color Cylindrical-coordinate representation of color #AE6F40: hue angle of 25.64º 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 #AE6F40 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 111 | 64 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.32 |
| HSL | 25.64º | 0.46% | 0.47% | - |
| HSV(B) | 25.64º | 0.63% | 0.68% | - |
| XYZ | 24.07 | 20.74 | 7.58 | - |
| YUV | 124.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 64 | 0 | 0.36 | 0.63 | 0.32 | 25.64 | 0.46 | 0.47 |
| Hex | AE | 6F | 40 | 0 | 24 | 3F | 20 | 1A | 2E | 2F |
| Octal | 256 | 157 | 100 | 0 | 44 | 77 | 40 | 32 | 56 | 57 |
| Binary | 10101110 | 1101111 | 1000000 | 0 | 100100 | 111111 | 100000 | 11010 | 101110 | 101111 |
Color Harmonies of #AE6F40
Complementary color
Monochromatic Colors of #AE6F40
Black with #AE6F40
Text Example
Text Example
White with #AE6F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6F40; }
p { color: rgb(174,111,64); }
H1.HeaderClassName
{
color: #AE6F40;
}
.AnyTagClassName
{
color: #AE6F40;
}
</style>
background-color css
<style>
a { background-color: #AE6F40; }
a { background-color: rgb(174,111,64); }
div.DivClassName
{
background-color: #AE6F40;
}
.BgClassName
{
background-color: #AE6F40;
}
</style>
border-color css
<style>
span { border-color: #AE6F40; }
span { border-color: rgb(174,111,64); }
td.TdClassName
{
border-color: #AE6F40;
}
.TagClassName
{
border-color: #AE6F40;
}
</style>