Shades of Bourbon #AA6E48
Tints of Bourbon #AA6E48
RGB
CMYK
RGB Variations
Color information
#AA6E48 (or 0xAA6E48) is known color: Bourbon. HEX triplet: AA, 6E and 48. RGB value is (170,110,72). Sum of RGB (Red+Green+Blue) = 170+110+72=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E48 is #5591B7. Grayscale: #7B7B7B. Windows color (decimal): -5607864 or 4746922. OLE color: 4746922.
HSL color Cylindrical-coordinate representation of color #AA6E48: hue angle of 23.27º 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 #AA6E48 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 72 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.33 |
| HSL | 23.27º | 0.4% | 0.47% | - |
| HSV(B) | 23.27º | 0.58% | 0.67% | - |
| XYZ | 23.32 | 20.17 | 8.79 | - |
| YUV | 123.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 72 | 0 | 0.35 | 0.58 | 0.33 | 23.27 | 0.4 | 0.47 |
| Hex | AA | 6E | 48 | 0 | 23 | 3A | 21 | 17 | 28 | 2F |
| Octal | 252 | 156 | 110 | 0 | 43 | 72 | 41 | 27 | 50 | 57 |
| Binary | 10101010 | 1101110 | 1001000 | 0 | 100011 | 111010 | 100001 | 10111 | 101000 | 101111 |
Color Harmonies of #AA6E48
Complementary color
Monochromatic Colors of #AA6E48
Black with #AA6E48
Text Example
Text Example
White with #AA6E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E48; }
p { color: rgb(170,110,72); }
H1.HeaderClassName
{
color: #AA6E48;
}
.AnyTagClassName
{
color: #AA6E48;
}
</style>
background-color css
<style>
a { background-color: #AA6E48; }
a { background-color: rgb(170,110,72); }
div.DivClassName
{
background-color: #AA6E48;
}
.BgClassName
{
background-color: #AA6E48;
}
</style>
border-color css
<style>
span { border-color: #AA6E48; }
span { border-color: rgb(170,110,72); }
td.TdClassName
{
border-color: #AA6E48;
}
.TagClassName
{
border-color: #AA6E48;
}
</style>