Shades of Bourbon #AA744A
Tints of Bourbon #AA744A
RGB
CMYK
RGB Variations
Color information
#AA744A (or 0xAA744A) is known color: Bourbon. HEX triplet: AA, 74 and 4A. RGB value is (170,116,74). Sum of RGB (Red+Green+Blue) = 170+116+74=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA744A is #558BB5. Grayscale: #7F7F7F. Windows color (decimal): -5606326 or 4879530. OLE color: 4879530.
HSL color Cylindrical-coordinate representation of color #AA744A: hue angle of 26.25º 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 #AA744A is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 74 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.33 |
| HSL | 26.25º | 0.39% | 0.48% | - |
| HSV(B) | 26.25º | 0.56% | 0.67% | - |
| XYZ | 24.06 | 21.53 | 9.37 | - |
| YUV | 127.36 | 97.89 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 74 | 0 | 0.32 | 0.56 | 0.33 | 26.25 | 0.39 | 0.48 |
| Hex | AA | 74 | 4A | 0 | 20 | 38 | 21 | 1A | 27 | 30 |
| Octal | 252 | 164 | 112 | 0 | 40 | 70 | 41 | 32 | 47 | 60 |
| Binary | 10101010 | 1110100 | 1001010 | 0 | 100000 | 111000 | 100001 | 11010 | 100111 | 110000 |
Color Harmonies of #AA744A
Complementary color
Monochromatic Colors of #AA744A
Black with #AA744A
Text Example
Text Example
White with #AA744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA744A; }
p { color: rgb(170,116,74); }
H1.HeaderClassName
{
color: #AA744A;
}
.AnyTagClassName
{
color: #AA744A;
}
</style>
background-color css
<style>
a { background-color: #AA744A; }
a { background-color: rgb(170,116,74); }
div.DivClassName
{
background-color: #AA744A;
}
.BgClassName
{
background-color: #AA744A;
}
</style>
border-color css
<style>
span { border-color: #AA744A; }
span { border-color: rgb(170,116,74); }
td.TdClassName
{
border-color: #AA744A;
}
.TagClassName
{
border-color: #AA744A;
}
</style>