Shades of Bourbon #AE653B
Tints of Bourbon #AE653B
RGB
CMYK
RGB Variations
Color information
#AE653B (or 0xAE653B) is known color: Bourbon. HEX triplet: AE, 65 and 3B. RGB value is (174,101,59). Sum of RGB (Red+Green+Blue) = 174+101+59=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE653B is #519AC4. Grayscale: #767676. Windows color (decimal): -5348037 or 3892654. OLE color: 3892654.
HSL color Cylindrical-coordinate representation of color #AE653B: hue angle of 21.91º 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 #AE653B is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 59 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.32 |
| HSL | 21.91º | 0.49% | 0.46% | - |
| HSV(B) | 21.91º | 0.66% | 0.68% | - |
| XYZ | 22.9 | 18.62 | 6.53 | - |
| YUV | 118.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 59 | 0 | 0.42 | 0.66 | 0.32 | 21.91 | 0.49 | 0.46 |
| Hex | AE | 65 | 3B | 0 | 2A | 42 | 20 | 16 | 31 | 2E |
| Octal | 256 | 145 | 73 | 0 | 52 | 102 | 40 | 26 | 61 | 56 |
| Binary | 10101110 | 1100101 | 111011 | 0 | 101010 | 1000010 | 100000 | 10110 | 110001 | 101110 |
Color Harmonies of #AE653B
Complementary color
Monochromatic Colors of #AE653B
Black with #AE653B
Text Example
Text Example
White with #AE653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE653B; }
p { color: rgb(174,101,59); }
H1.HeaderClassName
{
color: #AE653B;
}
.AnyTagClassName
{
color: #AE653B;
}
</style>
background-color css
<style>
a { background-color: #AE653B; }
a { background-color: rgb(174,101,59); }
div.DivClassName
{
background-color: #AE653B;
}
.BgClassName
{
background-color: #AE653B;
}
</style>
border-color css
<style>
span { border-color: #AE653B; }
span { border-color: rgb(174,101,59); }
td.TdClassName
{
border-color: #AE653B;
}
.TagClassName
{
border-color: #AE653B;
}
</style>