Shades of Bourbon #AE783F
Tints of Bourbon #AE783F
RGB
CMYK
RGB Variations
Color information
#AE783F (or 0xAE783F) is known color: Bourbon. HEX triplet: AE, 78 and 3F. RGB value is (174,120,63). Sum of RGB (Red+Green+Blue) = 174+120+63=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE783F is #5187C0. Grayscale: #818181. Windows color (decimal): -5343169 or 4159662. OLE color: 4159662.
HSL color Cylindrical-coordinate representation of color #AE783F: hue angle of 30.81º 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 #AE783F is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 120 | 63 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.32 |
| HSL | 30.81º | 0.47% | 0.46% | - |
| HSV(B) | 30.81º | 0.64% | 0.68% | - |
| XYZ | 25.07 | 22.79 | 7.78 | - |
| YUV | 129.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 120 | 63 | 0 | 0.31 | 0.64 | 0.32 | 30.81 | 0.47 | 0.46 |
| Hex | AE | 78 | 3F | 0 | 1F | 40 | 20 | 1F | 2F | 2E |
| Octal | 256 | 170 | 77 | 0 | 37 | 100 | 40 | 37 | 57 | 56 |
| Binary | 10101110 | 1111000 | 111111 | 0 | 11111 | 1000000 | 100000 | 11111 | 101111 | 101110 |
Color Harmonies of #AE783F
Complementary color
Monochromatic Colors of #AE783F
Black with #AE783F
Text Example
Text Example
White with #AE783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE783F; }
p { color: rgb(174,120,63); }
H1.HeaderClassName
{
color: #AE783F;
}
.AnyTagClassName
{
color: #AE783F;
}
</style>
background-color css
<style>
a { background-color: #AE783F; }
a { background-color: rgb(174,120,63); }
div.DivClassName
{
background-color: #AE783F;
}
.BgClassName
{
background-color: #AE783F;
}
</style>
border-color css
<style>
span { border-color: #AE783F; }
span { border-color: rgb(174,120,63); }
td.TdClassName
{
border-color: #AE783F;
}
.TagClassName
{
border-color: #AE783F;
}
</style>