Shades of Bourbon #AE673A
Tints of Bourbon #AE673A
RGB
CMYK
RGB Variations
Color information
#AE673A (or 0xAE673A) is known color: Bourbon. HEX triplet: AE, 67 and 3A. RGB value is (174,103,58). Sum of RGB (Red+Green+Blue) = 174+103+58=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE673A is #5198C5. Grayscale: #777777. Windows color (decimal): -5347526 or 3827630. OLE color: 3827630.
HSL color Cylindrical-coordinate representation of color #AE673A: hue angle of 23.28º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE673A is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 58 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.32 |
| HSL | 23.28º | 0.5% | 0.45% | - |
| HSV(B) | 23.28º | 0.67% | 0.68% | - |
| XYZ | 23.07 | 19 | 6.46 | - |
| YUV | 119.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 58 | 0 | 0.41 | 0.67 | 0.32 | 23.28 | 0.5 | 0.45 |
| Hex | AE | 67 | 3A | 0 | 29 | 43 | 20 | 17 | 32 | 2D |
| Octal | 256 | 147 | 72 | 0 | 51 | 103 | 40 | 27 | 62 | 55 |
| Binary | 10101110 | 1100111 | 111010 | 0 | 101001 | 1000011 | 100000 | 10111 | 110010 | 101101 |
Color Harmonies of #AE673A
Complementary color
Monochromatic Colors of #AE673A
Black with #AE673A
Text Example
Text Example
White with #AE673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE673A; }
p { color: rgb(174,103,58); }
H1.HeaderClassName
{
color: #AE673A;
}
.AnyTagClassName
{
color: #AE673A;
}
</style>
background-color css
<style>
a { background-color: #AE673A; }
a { background-color: rgb(174,103,58); }
div.DivClassName
{
background-color: #AE673A;
}
.BgClassName
{
background-color: #AE673A;
}
</style>
border-color css
<style>
span { border-color: #AE673A; }
span { border-color: rgb(174,103,58); }
td.TdClassName
{
border-color: #AE673A;
}
.TagClassName
{
border-color: #AE673A;
}
</style>