Shades of Bourbon #AE643A
Tints of Bourbon #AE643A
RGB
CMYK
RGB Variations
Color information
#AE643A (or 0xAE643A) is known color: Bourbon. HEX triplet: AE, 64 and 3A. RGB value is (174,100,58). Sum of RGB (Red+Green+Blue) = 174+100+58=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE643A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE643A is #519BC5. Grayscale: #757575. Windows color (decimal): -5348294 or 3826862. OLE color: 3826862.
HSL color Cylindrical-coordinate representation of color #AE643A: hue angle of 21.72º 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 #AE643A is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 58 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.32 |
| HSL | 21.72º | 0.5% | 0.45% | - |
| HSV(B) | 21.72º | 0.67% | 0.68% | - |
| XYZ | 22.78 | 18.42 | 6.36 | - |
| YUV | 117.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 58 | 0 | 0.43 | 0.67 | 0.32 | 21.72 | 0.5 | 0.45 |
| Hex | AE | 64 | 3A | 0 | 2B | 43 | 20 | 16 | 32 | 2D |
| Octal | 256 | 144 | 72 | 0 | 53 | 103 | 40 | 26 | 62 | 55 |
| Binary | 10101110 | 1100100 | 111010 | 0 | 101011 | 1000011 | 100000 | 10110 | 110010 | 101101 |
Color Harmonies of #AE643A
Complementary color
Monochromatic Colors of #AE643A
Black with #AE643A
Text Example
Text Example
White with #AE643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE643A; }
p { color: rgb(174,100,58); }
H1.HeaderClassName
{
color: #AE643A;
}
.AnyTagClassName
{
color: #AE643A;
}
</style>
background-color css
<style>
a { background-color: #AE643A; }
a { background-color: rgb(174,100,58); }
div.DivClassName
{
background-color: #AE643A;
}
.BgClassName
{
background-color: #AE643A;
}
</style>
border-color css
<style>
span { border-color: #AE643A; }
span { border-color: rgb(174,100,58); }
td.TdClassName
{
border-color: #AE643A;
}
.TagClassName
{
border-color: #AE643A;
}
</style>