Shades of Bourbon #AA6A38
Tints of Bourbon #AA6A38
RGB
CMYK
RGB Variations
Color information
#AA6A38 (or 0xAA6A38) is known color: Bourbon. HEX triplet: AA, 6A and 38. RGB value is (170,106,56). Sum of RGB (Red+Green+Blue) = 170+106+56=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A38 is #5595C7. Grayscale: #777777. Windows color (decimal): -5608904 or 3697322. OLE color: 3697322.
HSL color Cylindrical-coordinate representation of color #AA6A38: hue angle of 26.32º 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 #AA6A38 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 56 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.33 |
| HSL | 26.32º | 0.5% | 0.44% | - |
| HSV(B) | 26.32º | 0.67% | 0.67% | - |
| XYZ | 22.45 | 19.14 | 6.25 | - |
| YUV | 119.44 | 92.2 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 56 | 0 | 0.38 | 0.67 | 0.33 | 26.32 | 0.5 | 0.44 |
| Hex | AA | 6A | 38 | 0 | 26 | 43 | 21 | 1A | 32 | 2C |
| Octal | 252 | 152 | 70 | 0 | 46 | 103 | 41 | 32 | 62 | 54 |
| Binary | 10101010 | 1101010 | 111000 | 0 | 100110 | 1000011 | 100001 | 11010 | 110010 | 101100 |
Color Harmonies of #AA6A38
Complementary color
Monochromatic Colors of #AA6A38
Black with #AA6A38
Text Example
Text Example
White with #AA6A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A38; }
p { color: rgb(170,106,56); }
H1.HeaderClassName
{
color: #AA6A38;
}
.AnyTagClassName
{
color: #AA6A38;
}
</style>
background-color css
<style>
a { background-color: #AA6A38; }
a { background-color: rgb(170,106,56); }
div.DivClassName
{
background-color: #AA6A38;
}
.BgClassName
{
background-color: #AA6A38;
}
</style>
border-color css
<style>
span { border-color: #AA6A38; }
span { border-color: rgb(170,106,56); }
td.TdClassName
{
border-color: #AA6A38;
}
.TagClassName
{
border-color: #AA6A38;
}
</style>