Shades of Bourbon #AA683F
Tints of Bourbon #AA683F
RGB
CMYK
RGB Variations
Color information
#AA683F (or 0xAA683F) is known color: Bourbon. HEX triplet: AA, 68 and 3F. RGB value is (170,104,63). Sum of RGB (Red+Green+Blue) = 170+104+63=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA683F is #5597C0. Grayscale: #777777. Windows color (decimal): -5609409 or 4155562. OLE color: 4155562.
HSL color Cylindrical-coordinate representation of color #AA683F: hue angle of 22.99º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA683F is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 63 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.33 |
| HSL | 22.99º | 0.46% | 0.46% | - |
| HSV(B) | 22.99º | 0.63% | 0.67% | - |
| XYZ | 22.43 | 18.81 | 7.15 | - |
| YUV | 119.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 63 | 0 | 0.39 | 0.63 | 0.33 | 22.99 | 0.46 | 0.46 |
| Hex | AA | 68 | 3F | 0 | 27 | 3F | 21 | 17 | 2E | 2E |
| Octal | 252 | 150 | 77 | 0 | 47 | 77 | 41 | 27 | 56 | 56 |
| Binary | 10101010 | 1101000 | 111111 | 0 | 100111 | 111111 | 100001 | 10111 | 101110 | 101110 |
Color Harmonies of #AA683F
Complementary color
Monochromatic Colors of #AA683F
Black with #AA683F
Text Example
Text Example
White with #AA683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA683F; }
p { color: rgb(170,104,63); }
H1.HeaderClassName
{
color: #AA683F;
}
.AnyTagClassName
{
color: #AA683F;
}
</style>
background-color css
<style>
a { background-color: #AA683F; }
a { background-color: rgb(170,104,63); }
div.DivClassName
{
background-color: #AA683F;
}
.BgClassName
{
background-color: #AA683F;
}
</style>
border-color css
<style>
span { border-color: #AA683F; }
span { border-color: rgb(170,104,63); }
td.TdClassName
{
border-color: #AA683F;
}
.TagClassName
{
border-color: #AA683F;
}
</style>