Shades of Bourbon #AE723D
Tints of Bourbon #AE723D
RGB
CMYK
RGB Variations
Color information
#AE723D (or 0xAE723D) is known color: Bourbon. HEX triplet: AE, 72 and 3D. RGB value is (174,114,61). Sum of RGB (Red+Green+Blue) = 174+114+61=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE723D is #518DC2. Grayscale: #7E7E7E. Windows color (decimal): -5344707 or 4027054. OLE color: 4027054.
HSL color Cylindrical-coordinate representation of color #AE723D: hue angle of 28.14º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE723D is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 61 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.32 |
| HSL | 28.14º | 0.48% | 0.46% | - |
| HSV(B) | 28.14º | 0.65% | 0.68% | - |
| XYZ | 24.32 | 21.37 | 7.26 | - |
| YUV | 125.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 61 | 0 | 0.34 | 0.65 | 0.32 | 28.14 | 0.48 | 0.46 |
| Hex | AE | 72 | 3D | 0 | 22 | 41 | 20 | 1C | 30 | 2E |
| Octal | 256 | 162 | 75 | 0 | 42 | 101 | 40 | 34 | 60 | 56 |
| Binary | 10101110 | 1110010 | 111101 | 0 | 100010 | 1000001 | 100000 | 11100 | 110000 | 101110 |
Color Harmonies of #AE723D
Complementary color
Monochromatic Colors of #AE723D
Black with #AE723D
Text Example
Text Example
White with #AE723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE723D; }
p { color: rgb(174,114,61); }
H1.HeaderClassName
{
color: #AE723D;
}
.AnyTagClassName
{
color: #AE723D;
}
</style>
background-color css
<style>
a { background-color: #AE723D; }
a { background-color: rgb(174,114,61); }
div.DivClassName
{
background-color: #AE723D;
}
.BgClassName
{
background-color: #AE723D;
}
</style>
border-color css
<style>
span { border-color: #AE723D; }
span { border-color: rgb(174,114,61); }
td.TdClassName
{
border-color: #AE723D;
}
.TagClassName
{
border-color: #AE723D;
}
</style>