Shades of Bourbon #AE733F
Tints of Bourbon #AE733F
RGB
CMYK
RGB Variations
Color information
#AE733F (or 0xAE733F) is known color: Bourbon. HEX triplet: AE, 73 and 3F. RGB value is (174,115,63). Sum of RGB (Red+Green+Blue) = 174+115+63=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE733F is #518CC0. Grayscale: #7E7E7E. Windows color (decimal): -5344449 or 4158382. OLE color: 4158382.
HSL color Cylindrical-coordinate representation of color #AE733F: hue angle of 28.11º 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 #AE733F is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 63 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.32 |
| HSL | 28.11º | 0.47% | 0.46% | - |
| HSV(B) | 28.11º | 0.64% | 0.68% | - |
| XYZ | 24.48 | 21.62 | 7.59 | - |
| YUV | 126.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 63 | 0 | 0.34 | 0.64 | 0.32 | 28.11 | 0.47 | 0.46 |
| Hex | AE | 73 | 3F | 0 | 22 | 40 | 20 | 1C | 2F | 2E |
| Octal | 256 | 163 | 77 | 0 | 42 | 100 | 40 | 34 | 57 | 56 |
| Binary | 10101110 | 1110011 | 111111 | 0 | 100010 | 1000000 | 100000 | 11100 | 101111 | 101110 |
Color Harmonies of #AE733F
Complementary color
Monochromatic Colors of #AE733F
Black with #AE733F
Text Example
Text Example
White with #AE733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE733F; }
p { color: rgb(174,115,63); }
H1.HeaderClassName
{
color: #AE733F;
}
.AnyTagClassName
{
color: #AE733F;
}
</style>
background-color css
<style>
a { background-color: #AE733F; }
a { background-color: rgb(174,115,63); }
div.DivClassName
{
background-color: #AE733F;
}
.BgClassName
{
background-color: #AE733F;
}
</style>
border-color css
<style>
span { border-color: #AE733F; }
span { border-color: rgb(174,115,63); }
td.TdClassName
{
border-color: #AE733F;
}
.TagClassName
{
border-color: #AE733F;
}
</style>