Shades of Bourbon #AE753F
Tints of Bourbon #AE753F
RGB
CMYK
RGB Variations
Color information
#AE753F (or 0xAE753F) is known color: Bourbon. HEX triplet: AE, 75 and 3F. RGB value is (174,117,63). Sum of RGB (Red+Green+Blue) = 174+117+63=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE753F is #518AC0. Grayscale: #808080. Windows color (decimal): -5343937 or 4158894. OLE color: 4158894.
HSL color Cylindrical-coordinate representation of color #AE753F: hue angle of 29.19º 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 #AE753F is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 63 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.32 |
| HSL | 29.19º | 0.47% | 0.46% | - |
| HSV(B) | 29.19º | 0.64% | 0.68% | - |
| XYZ | 24.71 | 22.08 | 7.66 | - |
| YUV | 127.89 | 91.38 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 63 | 0 | 0.33 | 0.64 | 0.32 | 29.19 | 0.47 | 0.46 |
| Hex | AE | 75 | 3F | 0 | 21 | 40 | 20 | 1D | 2F | 2E |
| Octal | 256 | 165 | 77 | 0 | 41 | 100 | 40 | 35 | 57 | 56 |
| Binary | 10101110 | 1110101 | 111111 | 0 | 100001 | 1000000 | 100000 | 11101 | 101111 | 101110 |
Color Harmonies of #AE753F
Complementary color
Monochromatic Colors of #AE753F
Black with #AE753F
Text Example
Text Example
White with #AE753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE753F; }
p { color: rgb(174,117,63); }
H1.HeaderClassName
{
color: #AE753F;
}
.AnyTagClassName
{
color: #AE753F;
}
</style>
background-color css
<style>
a { background-color: #AE753F; }
a { background-color: rgb(174,117,63); }
div.DivClassName
{
background-color: #AE753F;
}
.BgClassName
{
background-color: #AE753F;
}
</style>
border-color css
<style>
span { border-color: #AE753F; }
span { border-color: rgb(174,117,63); }
td.TdClassName
{
border-color: #AE753F;
}
.TagClassName
{
border-color: #AE753F;
}
</style>