Shades of Bourbon #AB6939
Tints of Bourbon #AB6939
RGB
CMYK
RGB Variations
Color information
#AB6939 (or 0xAB6939) is known color: Bourbon. HEX triplet: AB, 69 and 39. RGB value is (171,105,57). Sum of RGB (Red+Green+Blue) = 171+105+57=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6939 is #5496C6. Grayscale: #777777. Windows color (decimal): -5543623 or 3762603. OLE color: 3762603.
HSL color Cylindrical-coordinate representation of color #AB6939: hue angle of 25.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB6939 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 57 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.33 |
| HSL | 25.26º | 0.5% | 0.45% | - |
| HSV(B) | 25.26º | 0.67% | 0.67% | - |
| XYZ | 22.58 | 19.06 | 6.36 | - |
| YUV | 119.26 | 92.87 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 57 | 0 | 0.39 | 0.67 | 0.33 | 25.26 | 0.5 | 0.45 |
| Hex | AB | 69 | 39 | 0 | 27 | 43 | 21 | 19 | 32 | 2D |
| Octal | 253 | 151 | 71 | 0 | 47 | 103 | 41 | 31 | 62 | 55 |
| Binary | 10101011 | 1101001 | 111001 | 0 | 100111 | 1000011 | 100001 | 11001 | 110010 | 101101 |
Color Harmonies of #AB6939
Complementary color
Monochromatic Colors of #AB6939
Black with #AB6939
Text Example
Text Example
White with #AB6939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6939; }
p { color: rgb(171,105,57); }
H1.HeaderClassName
{
color: #AB6939;
}
.AnyTagClassName
{
color: #AB6939;
}
</style>
background-color css
<style>
a { background-color: #AB6939; }
a { background-color: rgb(171,105,57); }
div.DivClassName
{
background-color: #AB6939;
}
.BgClassName
{
background-color: #AB6939;
}
</style>
border-color css
<style>
span { border-color: #AB6939; }
span { border-color: rgb(171,105,57); }
td.TdClassName
{
border-color: #AB6939;
}
.TagClassName
{
border-color: #AB6939;
}
</style>