Shades of Bourbon #AE6E43
Tints of Bourbon #AE6E43
RGB
CMYK
RGB Variations
Color information
#AE6E43 (or 0xAE6E43) is known color: Bourbon. HEX triplet: AE, 6E and 43. RGB value is (174,110,67). Sum of RGB (Red+Green+Blue) = 174+110+67=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6E43 is #5191BC. Grayscale: #7C7C7C. Windows color (decimal): -5345725 or 4419246. OLE color: 4419246.
HSL color Cylindrical-coordinate representation of color #AE6E43: hue angle of 24.11º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE6E43 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 67 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.32 |
| HSL | 24.11º | 0.44% | 0.47% | - |
| HSV(B) | 24.11º | 0.61% | 0.68% | - |
| XYZ | 24.04 | 20.56 | 8.01 | - |
| YUV | 124.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 67 | 0 | 0.37 | 0.61 | 0.32 | 24.11 | 0.44 | 0.47 |
| Hex | AE | 6E | 43 | 0 | 25 | 3D | 20 | 18 | 2C | 2F |
| Octal | 256 | 156 | 103 | 0 | 45 | 75 | 40 | 30 | 54 | 57 |
| Binary | 10101110 | 1101110 | 1000011 | 0 | 100101 | 111101 | 100000 | 11000 | 101100 | 101111 |
Color Harmonies of #AE6E43
Complementary color
Monochromatic Colors of #AE6E43
Black with #AE6E43
Text Example
Text Example
White with #AE6E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E43; }
p { color: rgb(174,110,67); }
H1.HeaderClassName
{
color: #AE6E43;
}
.AnyTagClassName
{
color: #AE6E43;
}
</style>
background-color css
<style>
a { background-color: #AE6E43; }
a { background-color: rgb(174,110,67); }
div.DivClassName
{
background-color: #AE6E43;
}
.BgClassName
{
background-color: #AE6E43;
}
</style>
border-color css
<style>
span { border-color: #AE6E43; }
span { border-color: rgb(174,110,67); }
td.TdClassName
{
border-color: #AE6E43;
}
.TagClassName
{
border-color: #AE6E43;
}
</style>