Shades of Bourbon #AE723C
Tints of Bourbon #AE723C
RGB
CMYK
RGB Variations
Color information
#AE723C (or 0xAE723C) is known color: Bourbon. HEX triplet: AE, 72 and 3C. RGB value is (174,114,60). Sum of RGB (Red+Green+Blue) = 174+114+60=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE723C is #518DC3. Grayscale: #7E7E7E. Windows color (decimal): -5344708 or 3961518. OLE color: 3961518.
HSL color Cylindrical-coordinate representation of color #AE723C: hue angle of 28.42º 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 #AE723C is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 60 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.32 |
| HSL | 28.42º | 0.49% | 0.46% | - |
| HSV(B) | 28.42º | 0.66% | 0.68% | - |
| XYZ | 24.29 | 21.36 | 7.12 | - |
| YUV | 125.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 60 | 0 | 0.34 | 0.66 | 0.32 | 28.42 | 0.49 | 0.46 |
| Hex | AE | 72 | 3C | 0 | 22 | 42 | 20 | 1C | 31 | 2E |
| Octal | 256 | 162 | 74 | 0 | 42 | 102 | 40 | 34 | 61 | 56 |
| Binary | 10101110 | 1110010 | 111100 | 0 | 100010 | 1000010 | 100000 | 11100 | 110001 | 101110 |
Color Harmonies of #AE723C
Complementary color
Monochromatic Colors of #AE723C
Black with #AE723C
Text Example
Text Example
White with #AE723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE723C; }
p { color: rgb(174,114,60); }
H1.HeaderClassName
{
color: #AE723C;
}
.AnyTagClassName
{
color: #AE723C;
}
</style>
background-color css
<style>
a { background-color: #AE723C; }
a { background-color: rgb(174,114,60); }
div.DivClassName
{
background-color: #AE723C;
}
.BgClassName
{
background-color: #AE723C;
}
</style>
border-color css
<style>
span { border-color: #AE723C; }
span { border-color: rgb(174,114,60); }
td.TdClassName
{
border-color: #AE723C;
}
.TagClassName
{
border-color: #AE723C;
}
</style>