Shades of Bourbon #AE6D3C
Tints of Bourbon #AE6D3C
RGB
CMYK
RGB Variations
Color information
#AE6D3C (or 0xAE6D3C) is known color: Bourbon. HEX triplet: AE, 6D and 3C. RGB value is (174,109,60). Sum of RGB (Red+Green+Blue) = 174+109+60=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6D3C is #5192C3. Grayscale: #7B7B7B. Windows color (decimal): -5345988 or 3960238. OLE color: 3960238.
HSL color Cylindrical-coordinate representation of color #AE6D3C: hue angle of 25.79º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE6D3C is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 109 | 60 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.32 |
| HSL | 25.79º | 0.49% | 0.46% | - |
| HSV(B) | 25.79º | 0.66% | 0.68% | - |
| XYZ | 23.74 | 20.26 | 6.93 | - |
| YUV | 122.85 | 92.53 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 60 | 0 | 0.37 | 0.66 | 0.32 | 25.79 | 0.49 | 0.46 |
| Hex | AE | 6D | 3C | 0 | 25 | 42 | 20 | 1A | 31 | 2E |
| Octal | 256 | 155 | 74 | 0 | 45 | 102 | 40 | 32 | 61 | 56 |
| Binary | 10101110 | 1101101 | 111100 | 0 | 100101 | 1000010 | 100000 | 11010 | 110001 | 101110 |
Color Harmonies of #AE6D3C
Complementary color
Monochromatic Colors of #AE6D3C
Black with #AE6D3C
Text Example
Text Example
White with #AE6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6D3C; }
p { color: rgb(174,109,60); }
H1.HeaderClassName
{
color: #AE6D3C;
}
.AnyTagClassName
{
color: #AE6D3C;
}
</style>
background-color css
<style>
a { background-color: #AE6D3C; }
a { background-color: rgb(174,109,60); }
div.DivClassName
{
background-color: #AE6D3C;
}
.BgClassName
{
background-color: #AE6D3C;
}
</style>
border-color css
<style>
span { border-color: #AE6D3C; }
span { border-color: rgb(174,109,60); }
td.TdClassName
{
border-color: #AE6D3C;
}
.TagClassName
{
border-color: #AE6D3C;
}
</style>