Shades of Bourbon #AA7544
Tints of Bourbon #AA7544
RGB
CMYK
RGB Variations
Color information
#AA7544 (or 0xAA7544) is known color: Bourbon. HEX triplet: AA, 75 and 44. RGB value is (170,117,68). Sum of RGB (Red+Green+Blue) = 170+117+68=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7544 is #558ABB. Grayscale: #7F7F7F. Windows color (decimal): -5606076 or 4486570. OLE color: 4486570.
HSL color Cylindrical-coordinate representation of color #AA7544: hue angle of 28.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA7544 is Cyan = 0, Magento = 0.31, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 68 | - |
| CMYK | 0 | 0.31 | 0.6 | 0.33 |
| HSL | 28.82º | 0.43% | 0.47% | - |
| HSV(B) | 28.82º | 0.6% | 0.67% | - |
| XYZ | 23.98 | 21.69 | 8.39 | - |
| YUV | 127.26 | 94.56 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 68 | 0 | 0.31 | 0.6 | 0.33 | 28.82 | 0.43 | 0.47 |
| Hex | AA | 75 | 44 | 0 | 1F | 3C | 21 | 1D | 2B | 2F |
| Octal | 252 | 165 | 104 | 0 | 37 | 74 | 41 | 35 | 53 | 57 |
| Binary | 10101010 | 1110101 | 1000100 | 0 | 11111 | 111100 | 100001 | 11101 | 101011 | 101111 |
Color Harmonies of #AA7544
Complementary color
Monochromatic Colors of #AA7544
Black with #AA7544
Text Example
Text Example
White with #AA7544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7544; }
p { color: rgb(170,117,68); }
H1.HeaderClassName
{
color: #AA7544;
}
.AnyTagClassName
{
color: #AA7544;
}
</style>
background-color css
<style>
a { background-color: #AA7544; }
a { background-color: rgb(170,117,68); }
div.DivClassName
{
background-color: #AA7544;
}
.BgClassName
{
background-color: #AA7544;
}
</style>
border-color css
<style>
span { border-color: #AA7544; }
span { border-color: rgb(170,117,68); }
td.TdClassName
{
border-color: #AA7544;
}
.TagClassName
{
border-color: #AA7544;
}
</style>