Shades of Bourbon #AA764B
Tints of Bourbon #AA764B
RGB
CMYK
RGB Variations
Color information
#AA764B (or 0xAA764B) is known color: Bourbon. HEX triplet: AA, 76 and 4B. RGB value is (170,118,75). Sum of RGB (Red+Green+Blue) = 170+118+75=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA764B is #5589B4. Grayscale: #808080. Windows color (decimal): -5605813 or 4945578. OLE color: 4945578.
HSL color Cylindrical-coordinate representation of color #AA764B: hue angle of 27.16º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA764B is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 75 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.33 |
| HSL | 27.16º | 0.39% | 0.48% | - |
| HSV(B) | 27.16º | 0.56% | 0.67% | - |
| XYZ | 24.33 | 22.01 | 9.62 | - |
| YUV | 128.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 75 | 0 | 0.31 | 0.56 | 0.33 | 27.16 | 0.39 | 0.48 |
| Hex | AA | 76 | 4B | 0 | 1F | 38 | 21 | 1B | 27 | 30 |
| Octal | 252 | 166 | 113 | 0 | 37 | 70 | 41 | 33 | 47 | 60 |
| Binary | 10101010 | 1110110 | 1001011 | 0 | 11111 | 111000 | 100001 | 11011 | 100111 | 110000 |
Color Harmonies of #AA764B
Complementary color
Monochromatic Colors of #AA764B
Black with #AA764B
Text Example
Text Example
White with #AA764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA764B; }
p { color: rgb(170,118,75); }
H1.HeaderClassName
{
color: #AA764B;
}
.AnyTagClassName
{
color: #AA764B;
}
</style>
background-color css
<style>
a { background-color: #AA764B; }
a { background-color: rgb(170,118,75); }
div.DivClassName
{
background-color: #AA764B;
}
.BgClassName
{
background-color: #AA764B;
}
</style>
border-color css
<style>
span { border-color: #AA764B; }
span { border-color: rgb(170,118,75); }
td.TdClassName
{
border-color: #AA764B;
}
.TagClassName
{
border-color: #AA764B;
}
</style>