Shades of Bourbon #AE733B
Tints of Bourbon #AE733B
RGB
CMYK
RGB Variations
Color information
#AE733B (or 0xAE733B) is known color: Bourbon. HEX triplet: AE, 73 and 3B. RGB value is (174,115,59). Sum of RGB (Red+Green+Blue) = 174+115+59=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE733B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE733B is #518CC4. Grayscale: #7E7E7E. Windows color (decimal): -5344453 or 3896238. OLE color: 3896238.
HSL color Cylindrical-coordinate representation of color #AE733B: hue angle of 29.22º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE733B is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 59 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.32 |
| HSL | 29.22º | 0.49% | 0.46% | - |
| HSV(B) | 29.22º | 0.66% | 0.68% | - |
| XYZ | 24.38 | 21.58 | 7.02 | - |
| YUV | 126.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 59 | 0 | 0.34 | 0.66 | 0.32 | 29.22 | 0.49 | 0.46 |
| Hex | AE | 73 | 3B | 0 | 22 | 42 | 20 | 1D | 31 | 2E |
| Octal | 256 | 163 | 73 | 0 | 42 | 102 | 40 | 35 | 61 | 56 |
| Binary | 10101110 | 1110011 | 111011 | 0 | 100010 | 1000010 | 100000 | 11101 | 110001 | 101110 |
Color Harmonies of #AE733B
Complementary color
Monochromatic Colors of #AE733B
Black with #AE733B
Text Example
Text Example
White with #AE733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE733B; }
p { color: rgb(174,115,59); }
H1.HeaderClassName
{
color: #AE733B;
}
.AnyTagClassName
{
color: #AE733B;
}
</style>
background-color css
<style>
a { background-color: #AE733B; }
a { background-color: rgb(174,115,59); }
div.DivClassName
{
background-color: #AE733B;
}
.BgClassName
{
background-color: #AE733B;
}
</style>
border-color css
<style>
span { border-color: #AE733B; }
span { border-color: rgb(174,115,59); }
td.TdClassName
{
border-color: #AE733B;
}
.TagClassName
{
border-color: #AE733B;
}
</style>