Shades of Bourbon #AA7443
Tints of Bourbon #AA7443
RGB
CMYK
RGB Variations
Color information
#AA7443 (or 0xAA7443) is known color: Bourbon. HEX triplet: AA, 74 and 43. RGB value is (170,116,67). Sum of RGB (Red+Green+Blue) = 170+116+67=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7443 is #558BBC. Grayscale: #7E7E7E. Windows color (decimal): -5606333 or 4420778. OLE color: 4420778.
HSL color Cylindrical-coordinate representation of color #AA7443: hue angle of 28.54º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA7443 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 67 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.33 |
| HSL | 28.54º | 0.43% | 0.46% | - |
| HSV(B) | 28.54º | 0.61% | 0.67% | - |
| XYZ | 23.84 | 21.44 | 8.19 | - |
| YUV | 126.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 67 | 0 | 0.32 | 0.61 | 0.33 | 28.54 | 0.43 | 0.46 |
| Hex | AA | 74 | 43 | 0 | 20 | 3D | 21 | 1D | 2B | 2E |
| Octal | 252 | 164 | 103 | 0 | 40 | 75 | 41 | 35 | 53 | 56 |
| Binary | 10101010 | 1110100 | 1000011 | 0 | 100000 | 111101 | 100001 | 11101 | 101011 | 101110 |
Color Harmonies of #AA7443
Complementary color
Monochromatic Colors of #AA7443
Black with #AA7443
Text Example
Text Example
White with #AA7443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7443; }
p { color: rgb(170,116,67); }
H1.HeaderClassName
{
color: #AA7443;
}
.AnyTagClassName
{
color: #AA7443;
}
</style>
background-color css
<style>
a { background-color: #AA7443; }
a { background-color: rgb(170,116,67); }
div.DivClassName
{
background-color: #AA7443;
}
.BgClassName
{
background-color: #AA7443;
}
</style>
border-color css
<style>
span { border-color: #AA7443; }
span { border-color: rgb(170,116,67); }
td.TdClassName
{
border-color: #AA7443;
}
.TagClassName
{
border-color: #AA7443;
}
</style>