Shades of Bourbon #AE673B
Tints of Bourbon #AE673B
RGB
CMYK
RGB Variations
Color information
#AE673B (or 0xAE673B) is known color: Bourbon. HEX triplet: AE, 67 and 3B. RGB value is (174,103,59). Sum of RGB (Red+Green+Blue) = 174+103+59=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE673B is #5198C4. Grayscale: #777777. Windows color (decimal): -5347525 or 3893166. OLE color: 3893166.
HSL color Cylindrical-coordinate representation of color #AE673B: hue angle of 22.96º 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 #AE673B is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 59 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.32 |
| HSL | 22.96º | 0.49% | 0.46% | - |
| HSV(B) | 22.96º | 0.66% | 0.68% | - |
| XYZ | 23.1 | 19.01 | 6.59 | - |
| YUV | 119.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 59 | 0 | 0.41 | 0.66 | 0.32 | 22.96 | 0.49 | 0.46 |
| Hex | AE | 67 | 3B | 0 | 29 | 42 | 20 | 17 | 31 | 2E |
| Octal | 256 | 147 | 73 | 0 | 51 | 102 | 40 | 27 | 61 | 56 |
| Binary | 10101110 | 1100111 | 111011 | 0 | 101001 | 1000010 | 100000 | 10111 | 110001 | 101110 |
Color Harmonies of #AE673B
Complementary color
Monochromatic Colors of #AE673B
Black with #AE673B
Text Example
Text Example
White with #AE673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE673B; }
p { color: rgb(174,103,59); }
H1.HeaderClassName
{
color: #AE673B;
}
.AnyTagClassName
{
color: #AE673B;
}
</style>
background-color css
<style>
a { background-color: #AE673B; }
a { background-color: rgb(174,103,59); }
div.DivClassName
{
background-color: #AE673B;
}
.BgClassName
{
background-color: #AE673B;
}
</style>
border-color css
<style>
span { border-color: #AE673B; }
span { border-color: rgb(174,103,59); }
td.TdClassName
{
border-color: #AE673B;
}
.TagClassName
{
border-color: #AE673B;
}
</style>