Shades of Bourbon #AB683D
Tints of Bourbon #AB683D
RGB
CMYK
RGB Variations
Color information
#AB683D (or 0xAB683D) is known color: Bourbon. HEX triplet: AB, 68 and 3D. RGB value is (171,104,61). Sum of RGB (Red+Green+Blue) = 171+104+61=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB683D is #5497C2. Grayscale: #777777. Windows color (decimal): -5543875 or 4024491. OLE color: 4024491.
HSL color Cylindrical-coordinate representation of color #AB683D: hue angle of 23.45º 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 #AB683D is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 61 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.33 |
| HSL | 23.45º | 0.47% | 0.45% | - |
| HSV(B) | 23.45º | 0.64% | 0.67% | - |
| XYZ | 22.59 | 18.9 | 6.87 | - |
| YUV | 119.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 61 | 0 | 0.39 | 0.64 | 0.33 | 23.45 | 0.47 | 0.45 |
| Hex | AB | 68 | 3D | 0 | 27 | 40 | 21 | 17 | 2F | 2D |
| Octal | 253 | 150 | 75 | 0 | 47 | 100 | 41 | 27 | 57 | 55 |
| Binary | 10101011 | 1101000 | 111101 | 0 | 100111 | 1000000 | 100001 | 10111 | 101111 | 101101 |
Color Harmonies of #AB683D
Complementary color
Monochromatic Colors of #AB683D
Black with #AB683D
Text Example
Text Example
White with #AB683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB683D; }
p { color: rgb(171,104,61); }
H1.HeaderClassName
{
color: #AB683D;
}
.AnyTagClassName
{
color: #AB683D;
}
</style>
background-color css
<style>
a { background-color: #AB683D; }
a { background-color: rgb(171,104,61); }
div.DivClassName
{
background-color: #AB683D;
}
.BgClassName
{
background-color: #AB683D;
}
</style>
border-color css
<style>
span { border-color: #AB683D; }
span { border-color: rgb(171,104,61); }
td.TdClassName
{
border-color: #AB683D;
}
.TagClassName
{
border-color: #AB683D;
}
</style>