Shades of Bourbon #AA683B
Tints of Bourbon #AA683B
RGB
CMYK
RGB Variations
Color information
#AA683B (or 0xAA683B) is known color: Bourbon. HEX triplet: AA, 68 and 3B. RGB value is (170,104,59). Sum of RGB (Red+Green+Blue) = 170+104+59=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA683B is #5597C4. Grayscale: #767676. Windows color (decimal): -5609413 or 3893418. OLE color: 3893418.
HSL color Cylindrical-coordinate representation of color #AA683B: hue angle of 24.32º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA683B is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 59 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.33 |
| HSL | 24.32º | 0.48% | 0.45% | - |
| HSV(B) | 24.32º | 0.65% | 0.67% | - |
| XYZ | 22.32 | 18.76 | 6.58 | - |
| YUV | 118.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 59 | 0 | 0.39 | 0.65 | 0.33 | 24.32 | 0.48 | 0.45 |
| Hex | AA | 68 | 3B | 0 | 27 | 41 | 21 | 18 | 30 | 2D |
| Octal | 252 | 150 | 73 | 0 | 47 | 101 | 41 | 30 | 60 | 55 |
| Binary | 10101010 | 1101000 | 111011 | 0 | 100111 | 1000001 | 100001 | 11000 | 110000 | 101101 |
Color Harmonies of #AA683B
Complementary color
Monochromatic Colors of #AA683B
Black with #AA683B
Text Example
Text Example
White with #AA683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA683B; }
p { color: rgb(170,104,59); }
H1.HeaderClassName
{
color: #AA683B;
}
.AnyTagClassName
{
color: #AA683B;
}
</style>
background-color css
<style>
a { background-color: #AA683B; }
a { background-color: rgb(170,104,59); }
div.DivClassName
{
background-color: #AA683B;
}
.BgClassName
{
background-color: #AA683B;
}
</style>
border-color css
<style>
span { border-color: #AA683B; }
span { border-color: rgb(170,104,59); }
td.TdClassName
{
border-color: #AA683B;
}
.TagClassName
{
border-color: #AA683B;
}
</style>