Shades of Bourbon #AA713D
Tints of Bourbon #AA713D
RGB
CMYK
RGB Variations
Color information
#AA713D (or 0xAA713D) is known color: Bourbon. HEX triplet: AA, 71 and 3D. RGB value is (170,113,61). Sum of RGB (Red+Green+Blue) = 170+113+61=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA713D is #558EC2. Grayscale: #7C7C7C. Windows color (decimal): -5607107 or 4026794. OLE color: 4026794.
HSL color Cylindrical-coordinate representation of color #AA713D: hue angle of 28.62º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA713D is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 61 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.33 |
| HSL | 28.62º | 0.47% | 0.45% | - |
| HSV(B) | 28.62º | 0.64% | 0.67% | - |
| XYZ | 23.33 | 20.69 | 7.18 | - |
| YUV | 124.12 | 92.38 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 61 | 0 | 0.34 | 0.64 | 0.33 | 28.62 | 0.47 | 0.45 |
| Hex | AA | 71 | 3D | 0 | 22 | 40 | 21 | 1D | 2F | 2D |
| Octal | 252 | 161 | 75 | 0 | 42 | 100 | 41 | 35 | 57 | 55 |
| Binary | 10101010 | 1110001 | 111101 | 0 | 100010 | 1000000 | 100001 | 11101 | 101111 | 101101 |
Color Harmonies of #AA713D
Complementary color
Monochromatic Colors of #AA713D
Black with #AA713D
Text Example
Text Example
White with #AA713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA713D; }
p { color: rgb(170,113,61); }
H1.HeaderClassName
{
color: #AA713D;
}
.AnyTagClassName
{
color: #AA713D;
}
</style>
background-color css
<style>
a { background-color: #AA713D; }
a { background-color: rgb(170,113,61); }
div.DivClassName
{
background-color: #AA713D;
}
.BgClassName
{
background-color: #AA713D;
}
</style>
border-color css
<style>
span { border-color: #AA713D; }
span { border-color: rgb(170,113,61); }
td.TdClassName
{
border-color: #AA713D;
}
.TagClassName
{
border-color: #AA713D;
}
</style>