Shades of Bourbon #AA743F
Tints of Bourbon #AA743F
RGB
CMYK
RGB Variations
Color information
#AA743F (or 0xAA743F) is known color: Bourbon. HEX triplet: AA, 74 and 3F. RGB value is (170,116,63). Sum of RGB (Red+Green+Blue) = 170+116+63=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA743F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA743F is #558BC0. Grayscale: #7E7E7E. Windows color (decimal): -5606337 or 4158634. OLE color: 4158634.
HSL color Cylindrical-coordinate representation of color #AA743F: hue angle of 29.72º 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 #AA743F is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 63 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.33 |
| HSL | 29.72º | 0.46% | 0.46% | - |
| HSV(B) | 29.72º | 0.63% | 0.67% | - |
| XYZ | 23.72 | 21.4 | 7.58 | - |
| YUV | 126.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 63 | 0 | 0.32 | 0.63 | 0.33 | 29.72 | 0.46 | 0.46 |
| Hex | AA | 74 | 3F | 0 | 20 | 3F | 21 | 1E | 2E | 2E |
| Octal | 252 | 164 | 77 | 0 | 40 | 77 | 41 | 36 | 56 | 56 |
| Binary | 10101010 | 1110100 | 111111 | 0 | 100000 | 111111 | 100001 | 11110 | 101110 | 101110 |
Color Harmonies of #AA743F
Complementary color
Monochromatic Colors of #AA743F
Black with #AA743F
Text Example
Text Example
White with #AA743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA743F; }
p { color: rgb(170,116,63); }
H1.HeaderClassName
{
color: #AA743F;
}
.AnyTagClassName
{
color: #AA743F;
}
</style>
background-color css
<style>
a { background-color: #AA743F; }
a { background-color: rgb(170,116,63); }
div.DivClassName
{
background-color: #AA743F;
}
.BgClassName
{
background-color: #AA743F;
}
</style>
border-color css
<style>
span { border-color: #AA743F; }
span { border-color: rgb(170,116,63); }
td.TdClassName
{
border-color: #AA743F;
}
.TagClassName
{
border-color: #AA743F;
}
</style>