Shades of Bourbon #AA6738
Tints of Bourbon #AA6738
RGB
CMYK
RGB Variations
Color information
#AA6738 (or 0xAA6738) is known color: Bourbon. HEX triplet: AA, 67 and 38. RGB value is (170,103,56). Sum of RGB (Red+Green+Blue) = 170+103+56=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6738 is #5598C7. Grayscale: #757575. Windows color (decimal): -5609672 or 3696554. OLE color: 3696554.
HSL color Cylindrical-coordinate representation of color #AA6738: hue angle of 24.74º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA6738 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 56 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.33 |
| HSL | 24.74º | 0.5% | 0.44% | - |
| HSV(B) | 24.74º | 0.67% | 0.67% | - |
| XYZ | 22.14 | 18.53 | 6.15 | - |
| YUV | 117.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 56 | 0 | 0.39 | 0.67 | 0.33 | 24.74 | 0.5 | 0.44 |
| Hex | AA | 67 | 38 | 0 | 27 | 43 | 21 | 19 | 32 | 2C |
| Octal | 252 | 147 | 70 | 0 | 47 | 103 | 41 | 31 | 62 | 54 |
| Binary | 10101010 | 1100111 | 111000 | 0 | 100111 | 1000011 | 100001 | 11001 | 110010 | 101100 |
Color Harmonies of #AA6738
Complementary color
Monochromatic Colors of #AA6738
Black with #AA6738
Text Example
Text Example
White with #AA6738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6738; }
p { color: rgb(170,103,56); }
H1.HeaderClassName
{
color: #AA6738;
}
.AnyTagClassName
{
color: #AA6738;
}
</style>
background-color css
<style>
a { background-color: #AA6738; }
a { background-color: rgb(170,103,56); }
div.DivClassName
{
background-color: #AA6738;
}
.BgClassName
{
background-color: #AA6738;
}
</style>
border-color css
<style>
span { border-color: #AA6738; }
span { border-color: rgb(170,103,56); }
td.TdClassName
{
border-color: #AA6738;
}
.TagClassName
{
border-color: #AA6738;
}
</style>