Shades of Bourbon #AA7541
Tints of Bourbon #AA7541
RGB
CMYK
RGB Variations
Color information
#AA7541 (or 0xAA7541) is known color: Bourbon. HEX triplet: AA, 75 and 41. RGB value is (170,117,65). Sum of RGB (Red+Green+Blue) = 170+117+65=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7541 is #558ABE. Grayscale: #7F7F7F. Windows color (decimal): -5606079 or 4289962. OLE color: 4289962.
HSL color Cylindrical-coordinate representation of color #AA7541: hue angle of 29.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA7541 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 65 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.33 |
| HSL | 29.71º | 0.45% | 0.46% | - |
| HSV(B) | 29.71º | 0.62% | 0.67% | - |
| XYZ | 23.89 | 21.65 | 7.92 | - |
| YUV | 126.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 65 | 0 | 0.31 | 0.62 | 0.33 | 29.71 | 0.45 | 0.46 |
| Hex | AA | 75 | 41 | 0 | 1F | 3E | 21 | 1E | 2D | 2E |
| Octal | 252 | 165 | 101 | 0 | 37 | 76 | 41 | 36 | 55 | 56 |
| Binary | 10101010 | 1110101 | 1000001 | 0 | 11111 | 111110 | 100001 | 11110 | 101101 | 101110 |
Color Harmonies of #AA7541
Complementary color
Monochromatic Colors of #AA7541
Black with #AA7541
Text Example
Text Example
White with #AA7541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7541; }
p { color: rgb(170,117,65); }
H1.HeaderClassName
{
color: #AA7541;
}
.AnyTagClassName
{
color: #AA7541;
}
</style>
background-color css
<style>
a { background-color: #AA7541; }
a { background-color: rgb(170,117,65); }
div.DivClassName
{
background-color: #AA7541;
}
.BgClassName
{
background-color: #AA7541;
}
</style>
border-color css
<style>
span { border-color: #AA7541; }
span { border-color: rgb(170,117,65); }
td.TdClassName
{
border-color: #AA7541;
}
.TagClassName
{
border-color: #AA7541;
}
</style>