Shades of Bourbon #AB703E
Tints of Bourbon #AB703E
RGB
CMYK
RGB Variations
Color information
#AB703E (or 0xAB703E) is known color: Bourbon. HEX triplet: AB, 70 and 3E. RGB value is (171,112,62). Sum of RGB (Red+Green+Blue) = 171+112+62=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB703E is #548FC1. Grayscale: #7C7C7C. Windows color (decimal): -5541826 or 4092075. OLE color: 4092075.
HSL color Cylindrical-coordinate representation of color #AB703E: hue angle of 27.52º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB703E is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 62 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.33 |
| HSL | 27.52º | 0.47% | 0.46% | - |
| HSV(B) | 27.52º | 0.64% | 0.67% | - |
| XYZ | 23.46 | 20.59 | 7.3 | - |
| YUV | 123.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 62 | 0 | 0.35 | 0.64 | 0.33 | 27.52 | 0.47 | 0.46 |
| Hex | AB | 70 | 3E | 0 | 23 | 40 | 21 | 1C | 2F | 2E |
| Octal | 253 | 160 | 76 | 0 | 43 | 100 | 41 | 34 | 57 | 56 |
| Binary | 10101011 | 1110000 | 111110 | 0 | 100011 | 1000000 | 100001 | 11100 | 101111 | 101110 |
Color Harmonies of #AB703E
Complementary color
Monochromatic Colors of #AB703E
Black with #AB703E
Text Example
Text Example
White with #AB703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB703E; }
p { color: rgb(171,112,62); }
H1.HeaderClassName
{
color: #AB703E;
}
.AnyTagClassName
{
color: #AB703E;
}
</style>
background-color css
<style>
a { background-color: #AB703E; }
a { background-color: rgb(171,112,62); }
div.DivClassName
{
background-color: #AB703E;
}
.BgClassName
{
background-color: #AB703E;
}
</style>
border-color css
<style>
span { border-color: #AB703E; }
span { border-color: rgb(171,112,62); }
td.TdClassName
{
border-color: #AB703E;
}
.TagClassName
{
border-color: #AB703E;
}
</style>