Shades of Bourbon #AA6F46
Tints of Bourbon #AA6F46
RGB
CMYK
RGB Variations
Color information
#AA6F46 (or 0xAA6F46) is known color: Bourbon. HEX triplet: AA, 6F and 46. RGB value is (170,111,70). Sum of RGB (Red+Green+Blue) = 170+111+70=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F46 is #5590B9. Grayscale: #7C7C7C. Windows color (decimal): -5607610 or 4616106. OLE color: 4616106.
HSL color Cylindrical-coordinate representation of color #AA6F46: hue angle of 24.6º 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 #AA6F46 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 70 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.33 |
| HSL | 24.6º | 0.42% | 0.47% | - |
| HSV(B) | 24.6º | 0.59% | 0.67% | - |
| XYZ | 23.37 | 20.36 | 8.49 | - |
| YUV | 123.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 70 | 0 | 0.35 | 0.59 | 0.33 | 24.6 | 0.42 | 0.47 |
| Hex | AA | 6F | 46 | 0 | 23 | 3B | 21 | 19 | 2A | 2F |
| Octal | 252 | 157 | 106 | 0 | 43 | 73 | 41 | 31 | 52 | 57 |
| Binary | 10101010 | 1101111 | 1000110 | 0 | 100011 | 111011 | 100001 | 11001 | 101010 | 101111 |
Color Harmonies of #AA6F46
Complementary color
Monochromatic Colors of #AA6F46
Black with #AA6F46
Text Example
Text Example
White with #AA6F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F46; }
p { color: rgb(170,111,70); }
H1.HeaderClassName
{
color: #AA6F46;
}
.AnyTagClassName
{
color: #AA6F46;
}
</style>
background-color css
<style>
a { background-color: #AA6F46; }
a { background-color: rgb(170,111,70); }
div.DivClassName
{
background-color: #AA6F46;
}
.BgClassName
{
background-color: #AA6F46;
}
</style>
border-color css
<style>
span { border-color: #AA6F46; }
span { border-color: rgb(170,111,70); }
td.TdClassName
{
border-color: #AA6F46;
}
.TagClassName
{
border-color: #AA6F46;
}
</style>