Shades of Bourbon #AE773E
Tints of Bourbon #AE773E
RGB
CMYK
RGB Variations
Color information
#AE773E (or 0xAE773E) is known color: Bourbon. HEX triplet: AE, 77 and 3E. RGB value is (174,119,62). Sum of RGB (Red+Green+Blue) = 174+119+62=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE773E is #5188C1. Grayscale: #818181. Windows color (decimal): -5343426 or 4093870. OLE color: 4093870.
HSL color Cylindrical-coordinate representation of color #AE773E: hue angle of 30.54º 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 #AE773E is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 119 | 62 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.32 |
| HSL | 30.54º | 0.47% | 0.46% | - |
| HSV(B) | 30.54º | 0.64% | 0.68% | - |
| XYZ | 24.92 | 22.54 | 7.59 | - |
| YUV | 128.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 62 | 0 | 0.32 | 0.64 | 0.32 | 30.54 | 0.47 | 0.46 |
| Hex | AE | 77 | 3E | 0 | 20 | 40 | 20 | 1F | 2F | 2E |
| Octal | 256 | 167 | 76 | 0 | 40 | 100 | 40 | 37 | 57 | 56 |
| Binary | 10101110 | 1110111 | 111110 | 0 | 100000 | 1000000 | 100000 | 11111 | 101111 | 101110 |
Color Harmonies of #AE773E
Complementary color
Monochromatic Colors of #AE773E
Black with #AE773E
Text Example
Text Example
White with #AE773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE773E; }
p { color: rgb(174,119,62); }
H1.HeaderClassName
{
color: #AE773E;
}
.AnyTagClassName
{
color: #AE773E;
}
</style>
background-color css
<style>
a { background-color: #AE773E; }
a { background-color: rgb(174,119,62); }
div.DivClassName
{
background-color: #AE773E;
}
.BgClassName
{
background-color: #AE773E;
}
</style>
border-color css
<style>
span { border-color: #AE773E; }
span { border-color: rgb(174,119,62); }
td.TdClassName
{
border-color: #AE773E;
}
.TagClassName
{
border-color: #AE773E;
}
</style>