Shades of Bourbon #AE783E
Tints of Bourbon #AE783E
RGB
CMYK
RGB Variations
Color information
#AE783E (or 0xAE783E) is known color: Bourbon. HEX triplet: AE, 78 and 3E. RGB value is (174,120,62). Sum of RGB (Red+Green+Blue) = 174+120+62=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE783E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE783E is #5187C1. Grayscale: #818181. Windows color (decimal): -5343170 or 4094126. OLE color: 4094126.
HSL color Cylindrical-coordinate representation of color #AE783E: hue angle of 31.07º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE783E is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 120 | 62 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.32 |
| HSL | 31.07º | 0.47% | 0.46% | - |
| HSV(B) | 31.07º | 0.64% | 0.68% | - |
| XYZ | 25.04 | 22.78 | 7.63 | - |
| YUV | 129.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 120 | 62 | 0 | 0.31 | 0.64 | 0.32 | 31.07 | 0.47 | 0.46 |
| Hex | AE | 78 | 3E | 0 | 1F | 40 | 20 | 1F | 2F | 2E |
| Octal | 256 | 170 | 76 | 0 | 37 | 100 | 40 | 37 | 57 | 56 |
| Binary | 10101110 | 1111000 | 111110 | 0 | 11111 | 1000000 | 100000 | 11111 | 101111 | 101110 |
Color Harmonies of #AE783E
Complementary color
Monochromatic Colors of #AE783E
Black with #AE783E
Text Example
Text Example
White with #AE783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE783E; }
p { color: rgb(174,120,62); }
H1.HeaderClassName
{
color: #AE783E;
}
.AnyTagClassName
{
color: #AE783E;
}
</style>
background-color css
<style>
a { background-color: #AE783E; }
a { background-color: rgb(174,120,62); }
div.DivClassName
{
background-color: #AE783E;
}
.BgClassName
{
background-color: #AE783E;
}
</style>
border-color css
<style>
span { border-color: #AE783E; }
span { border-color: rgb(174,120,62); }
td.TdClassName
{
border-color: #AE783E;
}
.TagClassName
{
border-color: #AE783E;
}
</style>