Shades of Bourbon #AB703F
Tints of Bourbon #AB703F
RGB
CMYK
RGB Variations
Color information
#AB703F (or 0xAB703F) is known color: Bourbon. HEX triplet: AB, 70 and 3F. RGB value is (171,112,63). Sum of RGB (Red+Green+Blue) = 171+112+63=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB703F is #548FC0. Grayscale: #7C7C7C. Windows color (decimal): -5541825 or 4157611. OLE color: 4157611.
HSL color Cylindrical-coordinate representation of color #AB703F: hue angle of 27.22º 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 #AB703F is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 63 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.33 |
| HSL | 27.22º | 0.46% | 0.46% | - |
| HSV(B) | 27.22º | 0.63% | 0.67% | - |
| XYZ | 23.49 | 20.61 | 7.44 | - |
| YUV | 124.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 63 | 0 | 0.35 | 0.63 | 0.33 | 27.22 | 0.46 | 0.46 |
| Hex | AB | 70 | 3F | 0 | 23 | 3F | 21 | 1B | 2E | 2E |
| Octal | 253 | 160 | 77 | 0 | 43 | 77 | 41 | 33 | 56 | 56 |
| Binary | 10101011 | 1110000 | 111111 | 0 | 100011 | 111111 | 100001 | 11011 | 101110 | 101110 |
Color Harmonies of #AB703F
Complementary color
Monochromatic Colors of #AB703F
Black with #AB703F
Text Example
Text Example
White with #AB703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB703F; }
p { color: rgb(171,112,63); }
H1.HeaderClassName
{
color: #AB703F;
}
.AnyTagClassName
{
color: #AB703F;
}
</style>
background-color css
<style>
a { background-color: #AB703F; }
a { background-color: rgb(171,112,63); }
div.DivClassName
{
background-color: #AB703F;
}
.BgClassName
{
background-color: #AB703F;
}
</style>
border-color css
<style>
span { border-color: #AB703F; }
span { border-color: rgb(171,112,63); }
td.TdClassName
{
border-color: #AB703F;
}
.TagClassName
{
border-color: #AB703F;
}
</style>