Shades of Bourbon #AA703A
Tints of Bourbon #AA703A
RGB
CMYK
RGB Variations
Color information
#AA703A (or 0xAA703A) is known color: Bourbon. HEX triplet: AA, 70 and 3A. RGB value is (170,112,58). Sum of RGB (Red+Green+Blue) = 170+112+58=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA703A is #558FC5. Grayscale: #7B7B7B. Windows color (decimal): -5607366 or 3829930. OLE color: 3829930.
HSL color Cylindrical-coordinate representation of color #AA703A: hue angle of 28.93º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA703A is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 58 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.33 |
| HSL | 28.93º | 0.49% | 0.45% | - |
| HSV(B) | 28.93º | 0.66% | 0.67% | - |
| XYZ | 23.14 | 20.44 | 6.73 | - |
| YUV | 123.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 58 | 0 | 0.34 | 0.66 | 0.33 | 28.93 | 0.49 | 0.45 |
| Hex | AA | 70 | 3A | 0 | 22 | 42 | 21 | 1D | 31 | 2D |
| Octal | 252 | 160 | 72 | 0 | 42 | 102 | 41 | 35 | 61 | 55 |
| Binary | 10101010 | 1110000 | 111010 | 0 | 100010 | 1000010 | 100001 | 11101 | 110001 | 101101 |
Color Harmonies of #AA703A
Complementary color
Monochromatic Colors of #AA703A
Black with #AA703A
Text Example
Text Example
White with #AA703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA703A; }
p { color: rgb(170,112,58); }
H1.HeaderClassName
{
color: #AA703A;
}
.AnyTagClassName
{
color: #AA703A;
}
</style>
background-color css
<style>
a { background-color: #AA703A; }
a { background-color: rgb(170,112,58); }
div.DivClassName
{
background-color: #AA703A;
}
.BgClassName
{
background-color: #AA703A;
}
</style>
border-color css
<style>
span { border-color: #AA703A; }
span { border-color: rgb(170,112,58); }
td.TdClassName
{
border-color: #AA703A;
}
.TagClassName
{
border-color: #AA703A;
}
</style>