Shades of Bourbon #AA6F44
Tints of Bourbon #AA6F44
RGB
CMYK
RGB Variations
Color information
#AA6F44 (or 0xAA6F44) is known color: Bourbon. HEX triplet: AA, 6F and 44. RGB value is (170,111,68). Sum of RGB (Red+Green+Blue) = 170+111+68=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F44 is #5590BB. Grayscale: #7B7B7B. Windows color (decimal): -5607612 or 4485034. OLE color: 4485034.
HSL color Cylindrical-coordinate representation of color #AA6F44: hue angle of 25.29º 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 #AA6F44 is Cyan = 0, Magento = 0.35, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 68 | - |
| CMYK | 0 | 0.35 | 0.6 | 0.33 |
| HSL | 25.29º | 0.43% | 0.47% | - |
| HSV(B) | 25.29º | 0.6% | 0.67% | - |
| XYZ | 23.31 | 20.33 | 8.17 | - |
| YUV | 123.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 68 | 0 | 0.35 | 0.6 | 0.33 | 25.29 | 0.43 | 0.47 |
| Hex | AA | 6F | 44 | 0 | 23 | 3C | 21 | 19 | 2B | 2F |
| Octal | 252 | 157 | 104 | 0 | 43 | 74 | 41 | 31 | 53 | 57 |
| Binary | 10101010 | 1101111 | 1000100 | 0 | 100011 | 111100 | 100001 | 11001 | 101011 | 101111 |
Color Harmonies of #AA6F44
Complementary color
Monochromatic Colors of #AA6F44
Black with #AA6F44
Text Example
Text Example
White with #AA6F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F44; }
p { color: rgb(170,111,68); }
H1.HeaderClassName
{
color: #AA6F44;
}
.AnyTagClassName
{
color: #AA6F44;
}
</style>
background-color css
<style>
a { background-color: #AA6F44; }
a { background-color: rgb(170,111,68); }
div.DivClassName
{
background-color: #AA6F44;
}
.BgClassName
{
background-color: #AA6F44;
}
</style>
border-color css
<style>
span { border-color: #AA6F44; }
span { border-color: rgb(170,111,68); }
td.TdClassName
{
border-color: #AA6F44;
}
.TagClassName
{
border-color: #AA6F44;
}
</style>