Shades of Bourbon #A9683F
Tints of Bourbon #A9683F
RGB
CMYK
RGB Variations
Color information
#A9683F (or 0xA9683F) is known color: Bourbon. HEX triplet: A9, 68 and 3F. RGB value is (169,104,63). Sum of RGB (Red+Green+Blue) = 169+104+63=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A9683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9683F is #5697C0. Grayscale: #767676. Windows color (decimal): -5674945 or 4155561. OLE color: 4155561.
HSL color Cylindrical-coordinate representation of color #A9683F: hue angle of 23.21º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A9683F is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 63 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.34 |
| HSL | 23.21º | 0.46% | 0.45% | - |
| HSV(B) | 23.21º | 0.63% | 0.66% | - |
| XYZ | 22.21 | 18.69 | 7.14 | - |
| YUV | 118.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 63 | 0 | 0.38 | 0.63 | 0.34 | 23.21 | 0.46 | 0.45 |
| Hex | A9 | 68 | 3F | 0 | 26 | 3F | 22 | 17 | 2E | 2D |
| Octal | 251 | 150 | 77 | 0 | 46 | 77 | 42 | 27 | 56 | 55 |
| Binary | 10101001 | 1101000 | 111111 | 0 | 100110 | 111111 | 100010 | 10111 | 101110 | 101101 |
Color Harmonies of #A9683F
Complementary color
Monochromatic Colors of #A9683F
Black with #A9683F
Text Example
Text Example
White with #A9683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9683F; }
p { color: rgb(169,104,63); }
H1.HeaderClassName
{
color: #A9683F;
}
.AnyTagClassName
{
color: #A9683F;
}
</style>
background-color css
<style>
a { background-color: #A9683F; }
a { background-color: rgb(169,104,63); }
div.DivClassName
{
background-color: #A9683F;
}
.BgClassName
{
background-color: #A9683F;
}
</style>
border-color css
<style>
span { border-color: #A9683F; }
span { border-color: rgb(169,104,63); }
td.TdClassName
{
border-color: #A9683F;
}
.TagClassName
{
border-color: #A9683F;
}
</style>