Shades of Bourbon #AB6F40
Tints of Bourbon #AB6F40
RGB
CMYK
RGB Variations
Color information
#AB6F40 (or 0xAB6F40) is known color: Bourbon. HEX triplet: AB, 6F and 40. RGB value is (171,111,64). Sum of RGB (Red+Green+Blue) = 171+111+64=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6F40 is #5490BF. Grayscale: #7B7B7B. Windows color (decimal): -5542080 or 4222891. OLE color: 4222891.
HSL color Cylindrical-coordinate representation of color #AB6F40: hue angle of 26.36º 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 #AB6F40 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 64 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.33 |
| HSL | 26.36º | 0.46% | 0.46% | - |
| HSV(B) | 26.36º | 0.63% | 0.67% | - |
| XYZ | 23.4 | 20.4 | 7.55 | - |
| YUV | 123.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 64 | 0 | 0.35 | 0.63 | 0.33 | 26.36 | 0.46 | 0.46 |
| Hex | AB | 6F | 40 | 0 | 23 | 3F | 21 | 1A | 2E | 2E |
| Octal | 253 | 157 | 100 | 0 | 43 | 77 | 41 | 32 | 56 | 56 |
| Binary | 10101011 | 1101111 | 1000000 | 0 | 100011 | 111111 | 100001 | 11010 | 101110 | 101110 |
Color Harmonies of #AB6F40
Complementary color
Monochromatic Colors of #AB6F40
Black with #AB6F40
Text Example
Text Example
White with #AB6F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6F40; }
p { color: rgb(171,111,64); }
H1.HeaderClassName
{
color: #AB6F40;
}
.AnyTagClassName
{
color: #AB6F40;
}
</style>
background-color css
<style>
a { background-color: #AB6F40; }
a { background-color: rgb(171,111,64); }
div.DivClassName
{
background-color: #AB6F40;
}
.BgClassName
{
background-color: #AB6F40;
}
</style>
border-color css
<style>
span { border-color: #AB6F40; }
span { border-color: rgb(171,111,64); }
td.TdClassName
{
border-color: #AB6F40;
}
.TagClassName
{
border-color: #AB6F40;
}
</style>