Shades of Bourbon #AA7248
Tints of Bourbon #AA7248
RGB
CMYK
RGB Variations
Color information
#AA7248 (or 0xAA7248) is known color: Bourbon. HEX triplet: AA, 72 and 48. RGB value is (170,114,72). Sum of RGB (Red+Green+Blue) = 170+114+72=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7248 is #558DB7. Grayscale: #7E7E7E. Windows color (decimal): -5606840 or 4747946. OLE color: 4747946.
HSL color Cylindrical-coordinate representation of color #AA7248: hue angle of 25.71º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA7248 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 72 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.33 |
| HSL | 25.71º | 0.4% | 0.47% | - |
| HSV(B) | 25.71º | 0.58% | 0.67% | - |
| XYZ | 23.76 | 21.05 | 8.94 | - |
| YUV | 125.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 72 | 0 | 0.33 | 0.58 | 0.33 | 25.71 | 0.4 | 0.47 |
| Hex | AA | 72 | 48 | 0 | 21 | 3A | 21 | 1A | 28 | 2F |
| Octal | 252 | 162 | 110 | 0 | 41 | 72 | 41 | 32 | 50 | 57 |
| Binary | 10101010 | 1110010 | 1001000 | 0 | 100001 | 111010 | 100001 | 11010 | 101000 | 101111 |
Color Harmonies of #AA7248
Complementary color
Monochromatic Colors of #AA7248
Black with #AA7248
Text Example
Text Example
White with #AA7248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7248; }
p { color: rgb(170,114,72); }
H1.HeaderClassName
{
color: #AA7248;
}
.AnyTagClassName
{
color: #AA7248;
}
</style>
background-color css
<style>
a { background-color: #AA7248; }
a { background-color: rgb(170,114,72); }
div.DivClassName
{
background-color: #AA7248;
}
.BgClassName
{
background-color: #AA7248;
}
</style>
border-color css
<style>
span { border-color: #AA7248; }
span { border-color: rgb(170,114,72); }
td.TdClassName
{
border-color: #AA7248;
}
.TagClassName
{
border-color: #AA7248;
}
</style>