Shades of Bourbon #AA703B
Tints of Bourbon #AA703B
RGB
CMYK
RGB Variations
Color information
#AA703B (or 0xAA703B) is known color: Bourbon. HEX triplet: AA, 70 and 3B. RGB value is (170,112,59). Sum of RGB (Red+Green+Blue) = 170+112+59=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA703B is #558FC4. Grayscale: #7B7B7B. Windows color (decimal): -5607365 or 3895466. OLE color: 3895466.
HSL color Cylindrical-coordinate representation of color #AA703B: hue angle of 28.65º 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 #AA703B is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 59 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.33 |
| HSL | 28.65º | 0.48% | 0.45% | - |
| HSV(B) | 28.65º | 0.65% | 0.67% | - |
| XYZ | 23.16 | 20.45 | 6.86 | - |
| YUV | 123.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 59 | 0 | 0.34 | 0.65 | 0.33 | 28.65 | 0.48 | 0.45 |
| Hex | AA | 70 | 3B | 0 | 22 | 41 | 21 | 1D | 30 | 2D |
| Octal | 252 | 160 | 73 | 0 | 42 | 101 | 41 | 35 | 60 | 55 |
| Binary | 10101010 | 1110000 | 111011 | 0 | 100010 | 1000001 | 100001 | 11101 | 110000 | 101101 |
Color Harmonies of #AA703B
Complementary color
Monochromatic Colors of #AA703B
Black with #AA703B
Text Example
Text Example
White with #AA703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA703B; }
p { color: rgb(170,112,59); }
H1.HeaderClassName
{
color: #AA703B;
}
.AnyTagClassName
{
color: #AA703B;
}
</style>
background-color css
<style>
a { background-color: #AA703B; }
a { background-color: rgb(170,112,59); }
div.DivClassName
{
background-color: #AA703B;
}
.BgClassName
{
background-color: #AA703B;
}
</style>
border-color css
<style>
span { border-color: #AA703B; }
span { border-color: rgb(170,112,59); }
td.TdClassName
{
border-color: #AA703B;
}
.TagClassName
{
border-color: #AA703B;
}
</style>