Shades of Bourbon #AA763D
Tints of Bourbon #AA763D
RGB
CMYK
RGB Variations
Color information
#AA763D (or 0xAA763D) is known color: Bourbon. HEX triplet: AA, 76 and 3D. RGB value is (170,118,61). Sum of RGB (Red+Green+Blue) = 170+118+61=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA763D is #5589C2. Grayscale: #7F7F7F. Windows color (decimal): -5605827 or 4028074. OLE color: 4028074.
HSL color Cylindrical-coordinate representation of color #AA763D: hue angle of 31.38º 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 #AA763D is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 61 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.33 |
| HSL | 31.38º | 0.47% | 0.45% | - |
| HSV(B) | 31.38º | 0.64% | 0.67% | - |
| XYZ | 23.9 | 21.84 | 7.37 | - |
| YUV | 127.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 61 | 0 | 0.31 | 0.64 | 0.33 | 31.38 | 0.47 | 0.45 |
| Hex | AA | 76 | 3D | 0 | 1F | 40 | 21 | 1F | 2F | 2D |
| Octal | 252 | 166 | 75 | 0 | 37 | 100 | 41 | 37 | 57 | 55 |
| Binary | 10101010 | 1110110 | 111101 | 0 | 11111 | 1000000 | 100001 | 11111 | 101111 | 101101 |
Color Harmonies of #AA763D
Complementary color
Monochromatic Colors of #AA763D
Black with #AA763D
Text Example
Text Example
White with #AA763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA763D; }
p { color: rgb(170,118,61); }
H1.HeaderClassName
{
color: #AA763D;
}
.AnyTagClassName
{
color: #AA763D;
}
</style>
background-color css
<style>
a { background-color: #AA763D; }
a { background-color: rgb(170,118,61); }
div.DivClassName
{
background-color: #AA763D;
}
.BgClassName
{
background-color: #AA763D;
}
</style>
border-color css
<style>
span { border-color: #AA763D; }
span { border-color: rgb(170,118,61); }
td.TdClassName
{
border-color: #AA763D;
}
.TagClassName
{
border-color: #AA763D;
}
</style>