Shades of Bourbon #AE744A
Tints of Bourbon #AE744A
RGB
CMYK
RGB Variations
Color information
#AE744A (or 0xAE744A) is known color: Bourbon. HEX triplet: AE, 74 and 4A. RGB value is (174,116,74). Sum of RGB (Red+Green+Blue) = 174+116+74=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE744A is #518BB5. Grayscale: #808080. Windows color (decimal): -5344182 or 4879534. OLE color: 4879534.
HSL color Cylindrical-coordinate representation of color #AE744A: hue angle of 25.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE744A is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 74 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.32 |
| HSL | 25.2º | 0.4% | 0.49% | - |
| HSV(B) | 25.2º | 0.57% | 0.68% | - |
| XYZ | 24.94 | 21.98 | 9.41 | - |
| YUV | 128.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 74 | 0 | 0.33 | 0.57 | 0.32 | 25.2 | 0.4 | 0.49 |
| Hex | AE | 74 | 4A | 0 | 21 | 39 | 20 | 19 | 28 | 31 |
| Octal | 256 | 164 | 112 | 0 | 41 | 71 | 40 | 31 | 50 | 61 |
| Binary | 10101110 | 1110100 | 1001010 | 0 | 100001 | 111001 | 100000 | 11001 | 101000 | 110001 |
Color Harmonies of #AE744A
Complementary color
Monochromatic Colors of #AE744A
Black with #AE744A
Text Example
Text Example
White with #AE744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE744A; }
p { color: rgb(174,116,74); }
H1.HeaderClassName
{
color: #AE744A;
}
.AnyTagClassName
{
color: #AE744A;
}
</style>
background-color css
<style>
a { background-color: #AE744A; }
a { background-color: rgb(174,116,74); }
div.DivClassName
{
background-color: #AE744A;
}
.BgClassName
{
background-color: #AE744A;
}
</style>
border-color css
<style>
span { border-color: #AE744A; }
span { border-color: rgb(174,116,74); }
td.TdClassName
{
border-color: #AE744A;
}
.TagClassName
{
border-color: #AE744A;
}
</style>