Shades of Bourbon #AE774C
Tints of Bourbon #AE774C
RGB
CMYK
RGB Variations
Color information
#AE774C (or 0xAE774C) is known color: Bourbon. HEX triplet: AE, 77 and 4C. RGB value is (174,119,76). Sum of RGB (Red+Green+Blue) = 174+119+76=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE774C is #5188B3. Grayscale: #828282. Windows color (decimal): -5343412 or 5011374. OLE color: 5011374.
HSL color Cylindrical-coordinate representation of color #AE774C: hue angle of 26.33º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE774C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 119 | 76 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.32 |
| HSL | 26.33º | 0.39% | 0.49% | - |
| HSV(B) | 26.33º | 0.56% | 0.68% | - |
| XYZ | 25.36 | 22.71 | 9.89 | - |
| YUV | 130.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 76 | 0 | 0.32 | 0.56 | 0.32 | 26.33 | 0.39 | 0.49 |
| Hex | AE | 77 | 4C | 0 | 20 | 38 | 20 | 1A | 27 | 31 |
| Octal | 256 | 167 | 114 | 0 | 40 | 70 | 40 | 32 | 47 | 61 |
| Binary | 10101110 | 1110111 | 1001100 | 0 | 100000 | 111000 | 100000 | 11010 | 100111 | 110001 |
Color Harmonies of #AE774C
Complementary color
Monochromatic Colors of #AE774C
Black with #AE774C
Text Example
Text Example
White with #AE774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE774C; }
p { color: rgb(174,119,76); }
H1.HeaderClassName
{
color: #AE774C;
}
.AnyTagClassName
{
color: #AE774C;
}
</style>
background-color css
<style>
a { background-color: #AE774C; }
a { background-color: rgb(174,119,76); }
div.DivClassName
{
background-color: #AE774C;
}
.BgClassName
{
background-color: #AE774C;
}
</style>
border-color css
<style>
span { border-color: #AE774C; }
span { border-color: rgb(174,119,76); }
td.TdClassName
{
border-color: #AE774C;
}
.TagClassName
{
border-color: #AE774C;
}
</style>