Shades of Bourbon #AA6D3F
Tints of Bourbon #AA6D3F
RGB
CMYK
RGB Variations
Color information
#AA6D3F (or 0xAA6D3F) is known color: Bourbon. HEX triplet: AA, 6D and 3F. RGB value is (170,109,63). Sum of RGB (Red+Green+Blue) = 170+109+63=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D3F is #5592C0. Grayscale: #7A7A7A. Windows color (decimal): -5608129 or 4156842. OLE color: 4156842.
HSL color Cylindrical-coordinate representation of color #AA6D3F: hue angle of 25.79º 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 #AA6D3F is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 63 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.33 |
| HSL | 25.79º | 0.46% | 0.46% | - |
| HSV(B) | 25.79º | 0.63% | 0.67% | - |
| XYZ | 22.94 | 19.84 | 7.32 | - |
| YUV | 122 | 94.71 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 63 | 0 | 0.36 | 0.63 | 0.33 | 25.79 | 0.46 | 0.46 |
| Hex | AA | 6D | 3F | 0 | 24 | 3F | 21 | 1A | 2E | 2E |
| Octal | 252 | 155 | 77 | 0 | 44 | 77 | 41 | 32 | 56 | 56 |
| Binary | 10101010 | 1101101 | 111111 | 0 | 100100 | 111111 | 100001 | 11010 | 101110 | 101110 |
Color Harmonies of #AA6D3F
Complementary color
Monochromatic Colors of #AA6D3F
Black with #AA6D3F
Text Example
Text Example
White with #AA6D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D3F; }
p { color: rgb(170,109,63); }
H1.HeaderClassName
{
color: #AA6D3F;
}
.AnyTagClassName
{
color: #AA6D3F;
}
</style>
background-color css
<style>
a { background-color: #AA6D3F; }
a { background-color: rgb(170,109,63); }
div.DivClassName
{
background-color: #AA6D3F;
}
.BgClassName
{
background-color: #AA6D3F;
}
</style>
border-color css
<style>
span { border-color: #AA6D3F; }
span { border-color: rgb(170,109,63); }
td.TdClassName
{
border-color: #AA6D3F;
}
.TagClassName
{
border-color: #AA6D3F;
}
</style>