Shades of Bourbon #AA693E
Tints of Bourbon #AA693E
RGB
CMYK
RGB Variations
Color information
#AA693E (or 0xAA693E) is known color: Bourbon. HEX triplet: AA, 69 and 3E. RGB value is (170,105,62). Sum of RGB (Red+Green+Blue) = 170+105+62=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA693E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA693E is #5596C1. Grayscale: #777777. Windows color (decimal): -5609154 or 4090282. OLE color: 4090282.
HSL color Cylindrical-coordinate representation of color #AA693E: hue angle of 23.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA693E is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 62 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.33 |
| HSL | 23.89º | 0.47% | 0.45% | - |
| HSV(B) | 23.89º | 0.64% | 0.67% | - |
| XYZ | 22.5 | 19 | 7.04 | - |
| YUV | 119.53 | 95.53 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 62 | 0 | 0.38 | 0.64 | 0.33 | 23.89 | 0.47 | 0.45 |
| Hex | AA | 69 | 3E | 0 | 26 | 40 | 21 | 18 | 2F | 2D |
| Octal | 252 | 151 | 76 | 0 | 46 | 100 | 41 | 30 | 57 | 55 |
| Binary | 10101010 | 1101001 | 111110 | 0 | 100110 | 1000000 | 100001 | 11000 | 101111 | 101101 |
Color Harmonies of #AA693E
Complementary color
Monochromatic Colors of #AA693E
Black with #AA693E
Text Example
Text Example
White with #AA693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA693E; }
p { color: rgb(170,105,62); }
H1.HeaderClassName
{
color: #AA693E;
}
.AnyTagClassName
{
color: #AA693E;
}
</style>
background-color css
<style>
a { background-color: #AA693E; }
a { background-color: rgb(170,105,62); }
div.DivClassName
{
background-color: #AA693E;
}
.BgClassName
{
background-color: #AA693E;
}
</style>
border-color css
<style>
span { border-color: #AA693E; }
span { border-color: rgb(170,105,62); }
td.TdClassName
{
border-color: #AA693E;
}
.TagClassName
{
border-color: #AA693E;
}
</style>