Shades of Bourbon #AA764C
Tints of Bourbon #AA764C
RGB
CMYK
RGB Variations
Color information
#AA764C (or 0xAA764C) is known color: Bourbon. HEX triplet: AA, 76 and 4C. RGB value is (170,118,76). Sum of RGB (Red+Green+Blue) = 170+118+76=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA764C is #5589B3. Grayscale: #808080. Windows color (decimal): -5605812 or 5011114. OLE color: 5011114.
HSL color Cylindrical-coordinate representation of color #AA764C: hue angle of 26.81º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA764C is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 76 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.33 |
| HSL | 26.81º | 0.38% | 0.48% | - |
| HSV(B) | 26.81º | 0.55% | 0.67% | - |
| XYZ | 24.36 | 22.02 | 9.8 | - |
| YUV | 128.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 76 | 0 | 0.31 | 0.55 | 0.33 | 26.81 | 0.38 | 0.48 |
| Hex | AA | 76 | 4C | 0 | 1F | 37 | 21 | 1B | 26 | 30 |
| Octal | 252 | 166 | 114 | 0 | 37 | 67 | 41 | 33 | 46 | 60 |
| Binary | 10101010 | 1110110 | 1001100 | 0 | 11111 | 110111 | 100001 | 11011 | 100110 | 110000 |
Color Harmonies of #AA764C
Complementary color
Monochromatic Colors of #AA764C
Black with #AA764C
Text Example
Text Example
White with #AA764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA764C; }
p { color: rgb(170,118,76); }
H1.HeaderClassName
{
color: #AA764C;
}
.AnyTagClassName
{
color: #AA764C;
}
</style>
background-color css
<style>
a { background-color: #AA764C; }
a { background-color: rgb(170,118,76); }
div.DivClassName
{
background-color: #AA764C;
}
.BgClassName
{
background-color: #AA764C;
}
</style>
border-color css
<style>
span { border-color: #AA764C; }
span { border-color: rgb(170,118,76); }
td.TdClassName
{
border-color: #AA764C;
}
.TagClassName
{
border-color: #AA764C;
}
</style>