Shades of Bourbon #AA6B3F
Tints of Bourbon #AA6B3F
RGB
CMYK
RGB Variations
Color information
#AA6B3F (or 0xAA6B3F) is known color: Bourbon. HEX triplet: AA, 6B and 3F. RGB value is (170,107,63). Sum of RGB (Red+Green+Blue) = 170+107+63=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B3F is #5594C0. Grayscale: #797979. Windows color (decimal): -5608641 or 4156330. OLE color: 4156330.
HSL color Cylindrical-coordinate representation of color #AA6B3F: hue angle of 24.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA6B3F is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 63 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.33 |
| HSL | 24.67º | 0.46% | 0.46% | - |
| HSV(B) | 24.67º | 0.63% | 0.67% | - |
| XYZ | 22.73 | 19.42 | 7.25 | - |
| YUV | 120.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 63 | 0 | 0.37 | 0.63 | 0.33 | 24.67 | 0.46 | 0.46 |
| Hex | AA | 6B | 3F | 0 | 25 | 3F | 21 | 19 | 2E | 2E |
| Octal | 252 | 153 | 77 | 0 | 45 | 77 | 41 | 31 | 56 | 56 |
| Binary | 10101010 | 1101011 | 111111 | 0 | 100101 | 111111 | 100001 | 11001 | 101110 | 101110 |
Color Harmonies of #AA6B3F
Complementary color
Monochromatic Colors of #AA6B3F
Black with #AA6B3F
Text Example
Text Example
White with #AA6B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B3F; }
p { color: rgb(170,107,63); }
H1.HeaderClassName
{
color: #AA6B3F;
}
.AnyTagClassName
{
color: #AA6B3F;
}
</style>
background-color css
<style>
a { background-color: #AA6B3F; }
a { background-color: rgb(170,107,63); }
div.DivClassName
{
background-color: #AA6B3F;
}
.BgClassName
{
background-color: #AA6B3F;
}
</style>
border-color css
<style>
span { border-color: #AA6B3F; }
span { border-color: rgb(170,107,63); }
td.TdClassName
{
border-color: #AA6B3F;
}
.TagClassName
{
border-color: #AA6B3F;
}
</style>