Shades of Bourbon #AB683B
Tints of Bourbon #AB683B
RGB
CMYK
RGB Variations
Color information
#AB683B (or 0xAB683B) is known color: Bourbon. HEX triplet: AB, 68 and 3B. RGB value is (171,104,59). Sum of RGB (Red+Green+Blue) = 171+104+59=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB683B is #5497C4. Grayscale: #777777. Windows color (decimal): -5543877 or 3893419. OLE color: 3893419.
HSL color Cylindrical-coordinate representation of color #AB683B: hue angle of 24.11º degrees, saturation: 0.49, 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 #AB683B is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 59 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.33 |
| HSL | 24.11º | 0.49% | 0.45% | - |
| HSV(B) | 24.11º | 0.65% | 0.67% | - |
| XYZ | 22.53 | 18.87 | 6.59 | - |
| YUV | 118.9 | 94.2 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 59 | 0 | 0.39 | 0.65 | 0.33 | 24.11 | 0.49 | 0.45 |
| Hex | AB | 68 | 3B | 0 | 27 | 41 | 21 | 18 | 31 | 2D |
| Octal | 253 | 150 | 73 | 0 | 47 | 101 | 41 | 30 | 61 | 55 |
| Binary | 10101011 | 1101000 | 111011 | 0 | 100111 | 1000001 | 100001 | 11000 | 110001 | 101101 |
Color Harmonies of #AB683B
Complementary color
Monochromatic Colors of #AB683B
Black with #AB683B
Text Example
Text Example
White with #AB683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB683B; }
p { color: rgb(171,104,59); }
H1.HeaderClassName
{
color: #AB683B;
}
.AnyTagClassName
{
color: #AB683B;
}
</style>
background-color css
<style>
a { background-color: #AB683B; }
a { background-color: rgb(171,104,59); }
div.DivClassName
{
background-color: #AB683B;
}
.BgClassName
{
background-color: #AB683B;
}
</style>
border-color css
<style>
span { border-color: #AB683B; }
span { border-color: rgb(171,104,59); }
td.TdClassName
{
border-color: #AB683B;
}
.TagClassName
{
border-color: #AB683B;
}
</style>