Shades of Bourbon #AA7540
Tints of Bourbon #AA7540
RGB
CMYK
RGB Variations
Color information
#AA7540 (or 0xAA7540) is known color: Bourbon. HEX triplet: AA, 75 and 40. RGB value is (170,117,64). Sum of RGB (Red+Green+Blue) = 170+117+64=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7540 is #558ABF. Grayscale: #7F7F7F. Windows color (decimal): -5606080 or 4224426. OLE color: 4224426.
HSL color Cylindrical-coordinate representation of color #AA7540: hue angle of 30º 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 #AA7540 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 64 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.33 |
| HSL | 30º | 0.45% | 0.46% | - |
| HSV(B) | 30º | 0.62% | 0.67% | - |
| XYZ | 23.86 | 21.64 | 7.77 | - |
| YUV | 126.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 64 | 0 | 0.31 | 0.62 | 0.33 | 30 | 0.45 | 0.46 |
| Hex | AA | 75 | 40 | 0 | 1F | 3E | 21 | 1E | 2D | 2E |
| Octal | 252 | 165 | 100 | 0 | 37 | 76 | 41 | 36 | 55 | 56 |
| Binary | 10101010 | 1110101 | 1000000 | 0 | 11111 | 111110 | 100001 | 11110 | 101101 | 101110 |
Color Harmonies of #AA7540
Complementary color
Monochromatic Colors of #AA7540
Black with #AA7540
Text Example
Text Example
White with #AA7540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7540; }
p { color: rgb(170,117,64); }
H1.HeaderClassName
{
color: #AA7540;
}
.AnyTagClassName
{
color: #AA7540;
}
</style>
background-color css
<style>
a { background-color: #AA7540; }
a { background-color: rgb(170,117,64); }
div.DivClassName
{
background-color: #AA7540;
}
.BgClassName
{
background-color: #AA7540;
}
</style>
border-color css
<style>
span { border-color: #AA7540; }
span { border-color: rgb(170,117,64); }
td.TdClassName
{
border-color: #AA7540;
}
.TagClassName
{
border-color: #AA7540;
}
</style>