Shades of Bourbon #AE673F
Tints of Bourbon #AE673F
RGB
CMYK
RGB Variations
Color information
#AE673F (or 0xAE673F) is known color: Bourbon. HEX triplet: AE, 67 and 3F. RGB value is (174,103,63). Sum of RGB (Red+Green+Blue) = 174+103+63=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE673F is #5198C0. Grayscale: #777777. Windows color (decimal): -5347521 or 4155310. OLE color: 4155310.
HSL color Cylindrical-coordinate representation of color #AE673F: hue angle of 21.62º 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 #AE673F is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 63 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.32 |
| HSL | 21.62º | 0.47% | 0.46% | - |
| HSV(B) | 21.62º | 0.64% | 0.68% | - |
| XYZ | 23.2 | 19.06 | 7.16 | - |
| YUV | 119.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 63 | 0 | 0.41 | 0.64 | 0.32 | 21.62 | 0.47 | 0.46 |
| Hex | AE | 67 | 3F | 0 | 29 | 40 | 20 | 16 | 2F | 2E |
| Octal | 256 | 147 | 77 | 0 | 51 | 100 | 40 | 26 | 57 | 56 |
| Binary | 10101110 | 1100111 | 111111 | 0 | 101001 | 1000000 | 100000 | 10110 | 101111 | 101110 |
Color Harmonies of #AE673F
Complementary color
Monochromatic Colors of #AE673F
Black with #AE673F
Text Example
Text Example
White with #AE673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE673F; }
p { color: rgb(174,103,63); }
H1.HeaderClassName
{
color: #AE673F;
}
.AnyTagClassName
{
color: #AE673F;
}
</style>
background-color css
<style>
a { background-color: #AE673F; }
a { background-color: rgb(174,103,63); }
div.DivClassName
{
background-color: #AE673F;
}
.BgClassName
{
background-color: #AE673F;
}
</style>
border-color css
<style>
span { border-color: #AE673F; }
span { border-color: rgb(174,103,63); }
td.TdClassName
{
border-color: #AE673F;
}
.TagClassName
{
border-color: #AE673F;
}
</style>