Shades of Bourbon #AB783E
Tints of Bourbon #AB783E
RGB
CMYK
RGB Variations
Color information
#AB783E (or 0xAB783E) is known color: Bourbon. HEX triplet: AB, 78 and 3E. RGB value is (171,120,62). Sum of RGB (Red+Green+Blue) = 171+120+62=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB783E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB783E is #5487C1. Grayscale: #808080. Windows color (decimal): -5539778 or 4094123. OLE color: 4094123.
HSL color Cylindrical-coordinate representation of color #AB783E: hue angle of 31.93º 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 #AB783E is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 62 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.33 |
| HSL | 31.93º | 0.47% | 0.46% | - |
| HSV(B) | 31.93º | 0.64% | 0.67% | - |
| XYZ | 24.38 | 22.44 | 7.6 | - |
| YUV | 128.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 62 | 0 | 0.30 | 0.64 | 0.33 | 31.93 | 0.47 | 0.46 |
| Hex | AB | 78 | 3E | 0 | 1E | 40 | 21 | 20 | 2F | 2E |
| Octal | 253 | 170 | 76 | 0 | 36 | 100 | 41 | 40 | 57 | 56 |
| Binary | 10101011 | 1111000 | 111110 | 0 | 11110 | 1000000 | 100001 | 100000 | 101111 | 101110 |
Color Harmonies of #AB783E
Complementary color
Monochromatic Colors of #AB783E
Black with #AB783E
Text Example
Text Example
White with #AB783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB783E; }
p { color: rgb(171,120,62); }
H1.HeaderClassName
{
color: #AB783E;
}
.AnyTagClassName
{
color: #AB783E;
}
</style>
background-color css
<style>
a { background-color: #AB783E; }
a { background-color: rgb(171,120,62); }
div.DivClassName
{
background-color: #AB783E;
}
.BgClassName
{
background-color: #AB783E;
}
</style>
border-color css
<style>
span { border-color: #AB783E; }
span { border-color: rgb(171,120,62); }
td.TdClassName
{
border-color: #AB783E;
}
.TagClassName
{
border-color: #AB783E;
}
</style>