Shades of Bourbon #AA6C44
Tints of Bourbon #AA6C44
RGB
CMYK
RGB Variations
Color information
#AA6C44 (or 0xAA6C44) is known color: Bourbon. HEX triplet: AA, 6C and 44. RGB value is (170,108,68). Sum of RGB (Red+Green+Blue) = 170+108+68=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C44 is #5593BB. Grayscale: #7A7A7A. Windows color (decimal): -5608380 or 4484266. OLE color: 4484266.
HSL color Cylindrical-coordinate representation of color #AA6C44: hue angle of 23.53º 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 #AA6C44 is Cyan = 0, Magento = 0.36, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 68 | - |
| CMYK | 0 | 0.36 | 0.6 | 0.33 |
| HSL | 23.53º | 0.43% | 0.47% | - |
| HSV(B) | 23.53º | 0.6% | 0.67% | - |
| XYZ | 22.98 | 19.69 | 8.06 | - |
| YUV | 121.98 | 97.54 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 68 | 0 | 0.36 | 0.6 | 0.33 | 23.53 | 0.43 | 0.47 |
| Hex | AA | 6C | 44 | 0 | 24 | 3C | 21 | 18 | 2B | 2F |
| Octal | 252 | 154 | 104 | 0 | 44 | 74 | 41 | 30 | 53 | 57 |
| Binary | 10101010 | 1101100 | 1000100 | 0 | 100100 | 111100 | 100001 | 11000 | 101011 | 101111 |
Color Harmonies of #AA6C44
Complementary color
Monochromatic Colors of #AA6C44
Black with #AA6C44
Text Example
Text Example
White with #AA6C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C44; }
p { color: rgb(170,108,68); }
H1.HeaderClassName
{
color: #AA6C44;
}
.AnyTagClassName
{
color: #AA6C44;
}
</style>
background-color css
<style>
a { background-color: #AA6C44; }
a { background-color: rgb(170,108,68); }
div.DivClassName
{
background-color: #AA6C44;
}
.BgClassName
{
background-color: #AA6C44;
}
</style>
border-color css
<style>
span { border-color: #AA6C44; }
span { border-color: rgb(170,108,68); }
td.TdClassName
{
border-color: #AA6C44;
}
.TagClassName
{
border-color: #AA6C44;
}
</style>