Shades of Bourbon #AA6D44
Tints of Bourbon #AA6D44
RGB
CMYK
RGB Variations
Color information
#AA6D44 (or 0xAA6D44) is known color: Bourbon. HEX triplet: AA, 6D and 44. RGB value is (170,109,68). Sum of RGB (Red+Green+Blue) = 170+109+68=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D44 is #5592BB. Grayscale: #7A7A7A. Windows color (decimal): -5608124 or 4484522. OLE color: 4484522.
HSL color Cylindrical-coordinate representation of color #AA6D44: hue angle of 24.12º 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 #AA6D44 is Cyan = 0, Magento = 0.36, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 68 | - |
| CMYK | 0 | 0.36 | 0.6 | 0.33 |
| HSL | 24.12º | 0.43% | 0.47% | - |
| HSV(B) | 24.12º | 0.6% | 0.67% | - |
| XYZ | 23.09 | 19.9 | 8.09 | - |
| YUV | 122.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 68 | 0 | 0.36 | 0.6 | 0.33 | 24.12 | 0.43 | 0.47 |
| Hex | AA | 6D | 44 | 0 | 24 | 3C | 21 | 18 | 2B | 2F |
| Octal | 252 | 155 | 104 | 0 | 44 | 74 | 41 | 30 | 53 | 57 |
| Binary | 10101010 | 1101101 | 1000100 | 0 | 100100 | 111100 | 100001 | 11000 | 101011 | 101111 |
Color Harmonies of #AA6D44
Complementary color
Monochromatic Colors of #AA6D44
Black with #AA6D44
Text Example
Text Example
White with #AA6D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D44; }
p { color: rgb(170,109,68); }
H1.HeaderClassName
{
color: #AA6D44;
}
.AnyTagClassName
{
color: #AA6D44;
}
</style>
background-color css
<style>
a { background-color: #AA6D44; }
a { background-color: rgb(170,109,68); }
div.DivClassName
{
background-color: #AA6D44;
}
.BgClassName
{
background-color: #AA6D44;
}
</style>
border-color css
<style>
span { border-color: #AA6D44; }
span { border-color: rgb(170,109,68); }
td.TdClassName
{
border-color: #AA6D44;
}
.TagClassName
{
border-color: #AA6D44;
}
</style>