Shades of Bourbon #AA743B
Tints of Bourbon #AA743B
RGB
CMYK
RGB Variations
Color information
#AA743B (or 0xAA743B) is known color: Bourbon. HEX triplet: AA, 74 and 3B. RGB value is (170,116,59). Sum of RGB (Red+Green+Blue) = 170+116+59=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA743B is #558BC4. Grayscale: #7D7D7D. Windows color (decimal): -5606341 or 3896490. OLE color: 3896490.
HSL color Cylindrical-coordinate representation of color #AA743B: hue angle of 30.81º 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 #AA743B is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 59 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.33 |
| HSL | 30.81º | 0.48% | 0.45% | - |
| HSV(B) | 30.81º | 0.65% | 0.67% | - |
| XYZ | 23.61 | 21.35 | 7.01 | - |
| YUV | 125.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 59 | 0 | 0.32 | 0.65 | 0.33 | 30.81 | 0.48 | 0.45 |
| Hex | AA | 74 | 3B | 0 | 20 | 41 | 21 | 1F | 30 | 2D |
| Octal | 252 | 164 | 73 | 0 | 40 | 101 | 41 | 37 | 60 | 55 |
| Binary | 10101010 | 1110100 | 111011 | 0 | 100000 | 1000001 | 100001 | 11111 | 110000 | 101101 |
Color Harmonies of #AA743B
Complementary color
Monochromatic Colors of #AA743B
Black with #AA743B
Text Example
Text Example
White with #AA743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA743B; }
p { color: rgb(170,116,59); }
H1.HeaderClassName
{
color: #AA743B;
}
.AnyTagClassName
{
color: #AA743B;
}
</style>
background-color css
<style>
a { background-color: #AA743B; }
a { background-color: rgb(170,116,59); }
div.DivClassName
{
background-color: #AA743B;
}
.BgClassName
{
background-color: #AA743B;
}
</style>
border-color css
<style>
span { border-color: #AA743B; }
span { border-color: rgb(170,116,59); }
td.TdClassName
{
border-color: #AA743B;
}
.TagClassName
{
border-color: #AA743B;
}
</style>