Shades of Bourbon #AE703B
Tints of Bourbon #AE703B
RGB
CMYK
RGB Variations
Color information
#AE703B (or 0xAE703B) is known color: Bourbon. HEX triplet: AE, 70 and 3B. RGB value is (174,112,59). Sum of RGB (Red+Green+Blue) = 174+112+59=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE703B is #518FC4. Grayscale: #7C7C7C. Windows color (decimal): -5345221 or 3895470. OLE color: 3895470.
HSL color Cylindrical-coordinate representation of color #AE703B: hue angle of 27.65º 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 #AE703B is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 112 | 59 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.32 |
| HSL | 27.65º | 0.49% | 0.46% | - |
| HSV(B) | 27.65º | 0.66% | 0.68% | - |
| XYZ | 24.04 | 20.9 | 6.91 | - |
| YUV | 124.5 | 91.04 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 59 | 0 | 0.36 | 0.66 | 0.32 | 27.65 | 0.49 | 0.46 |
| Hex | AE | 70 | 3B | 0 | 24 | 42 | 20 | 1C | 31 | 2E |
| Octal | 256 | 160 | 73 | 0 | 44 | 102 | 40 | 34 | 61 | 56 |
| Binary | 10101110 | 1110000 | 111011 | 0 | 100100 | 1000010 | 100000 | 11100 | 110001 | 101110 |
Color Harmonies of #AE703B
Complementary color
Monochromatic Colors of #AE703B
Black with #AE703B
Text Example
Text Example
White with #AE703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE703B; }
p { color: rgb(174,112,59); }
H1.HeaderClassName
{
color: #AE703B;
}
.AnyTagClassName
{
color: #AE703B;
}
</style>
background-color css
<style>
a { background-color: #AE703B; }
a { background-color: rgb(174,112,59); }
div.DivClassName
{
background-color: #AE703B;
}
.BgClassName
{
background-color: #AE703B;
}
</style>
border-color css
<style>
span { border-color: #AE703B; }
span { border-color: rgb(174,112,59); }
td.TdClassName
{
border-color: #AE703B;
}
.TagClassName
{
border-color: #AE703B;
}
</style>