Shades of Bourbon #AA7345
Tints of Bourbon #AA7345
RGB
CMYK
RGB Variations
Color information
#AA7345 (or 0xAA7345) is known color: Bourbon. HEX triplet: AA, 73 and 45. RGB value is (170,115,69). Sum of RGB (Red+Green+Blue) = 170+115+69=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7345 is #558CBA. Grayscale: #7E7E7E. Windows color (decimal): -5606587 or 4551594. OLE color: 4551594.
HSL color Cylindrical-coordinate representation of color #AA7345: hue angle of 27.33º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA7345 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 69 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.33 |
| HSL | 27.33º | 0.42% | 0.47% | - |
| HSV(B) | 27.33º | 0.59% | 0.67% | - |
| XYZ | 23.78 | 21.24 | 8.48 | - |
| YUV | 126.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 69 | 0 | 0.32 | 0.59 | 0.33 | 27.33 | 0.42 | 0.47 |
| Hex | AA | 73 | 45 | 0 | 20 | 3B | 21 | 1B | 2A | 2F |
| Octal | 252 | 163 | 105 | 0 | 40 | 73 | 41 | 33 | 52 | 57 |
| Binary | 10101010 | 1110011 | 1000101 | 0 | 100000 | 111011 | 100001 | 11011 | 101010 | 101111 |
Color Harmonies of #AA7345
Complementary color
Monochromatic Colors of #AA7345
Black with #AA7345
Text Example
Text Example
White with #AA7345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7345; }
p { color: rgb(170,115,69); }
H1.HeaderClassName
{
color: #AA7345;
}
.AnyTagClassName
{
color: #AA7345;
}
</style>
background-color css
<style>
a { background-color: #AA7345; }
a { background-color: rgb(170,115,69); }
div.DivClassName
{
background-color: #AA7345;
}
.BgClassName
{
background-color: #AA7345;
}
</style>
border-color css
<style>
span { border-color: #AA7345; }
span { border-color: rgb(170,115,69); }
td.TdClassName
{
border-color: #AA7345;
}
.TagClassName
{
border-color: #AA7345;
}
</style>