Shades of Bourbon #AA6B3C
Tints of Bourbon #AA6B3C
RGB
CMYK
RGB Variations
Color information
#AA6B3C (or 0xAA6B3C) is known color: Bourbon. HEX triplet: AA, 6B and 3C. RGB value is (170,107,60). Sum of RGB (Red+Green+Blue) = 170+107+60=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B3C is #5594C3. Grayscale: #787878. Windows color (decimal): -5608644 or 3959722. OLE color: 3959722.
HSL color Cylindrical-coordinate representation of color #AA6B3C: hue angle of 25.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA6B3C is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 60 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.33 |
| HSL | 25.64º | 0.48% | 0.45% | - |
| HSV(B) | 25.64º | 0.65% | 0.67% | - |
| XYZ | 22.65 | 19.39 | 6.82 | - |
| YUV | 120.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 60 | 0 | 0.37 | 0.65 | 0.33 | 25.64 | 0.48 | 0.45 |
| Hex | AA | 6B | 3C | 0 | 25 | 41 | 21 | 1A | 30 | 2D |
| Octal | 252 | 153 | 74 | 0 | 45 | 101 | 41 | 32 | 60 | 55 |
| Binary | 10101010 | 1101011 | 111100 | 0 | 100101 | 1000001 | 100001 | 11010 | 110000 | 101101 |
Color Harmonies of #AA6B3C
Complementary color
Monochromatic Colors of #AA6B3C
Black with #AA6B3C
Text Example
Text Example
White with #AA6B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B3C; }
p { color: rgb(170,107,60); }
H1.HeaderClassName
{
color: #AA6B3C;
}
.AnyTagClassName
{
color: #AA6B3C;
}
</style>
background-color css
<style>
a { background-color: #AA6B3C; }
a { background-color: rgb(170,107,60); }
div.DivClassName
{
background-color: #AA6B3C;
}
.BgClassName
{
background-color: #AA6B3C;
}
</style>
border-color css
<style>
span { border-color: #AA6B3C; }
span { border-color: rgb(170,107,60); }
td.TdClassName
{
border-color: #AA6B3C;
}
.TagClassName
{
border-color: #AA6B3C;
}
</style>