Shades of Bourbon #AB6A45
Tints of Bourbon #AB6A45
RGB
CMYK
RGB Variations
Color information
#AB6A45 (or 0xAB6A45) is known color: Bourbon. HEX triplet: AB, 6A and 45. RGB value is (171,106,69). Sum of RGB (Red+Green+Blue) = 171+106+69=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6A45 is #5495BA. Grayscale: #797979. Windows color (decimal): -5543355 or 4549291. OLE color: 4549291.
HSL color Cylindrical-coordinate representation of color #AB6A45: hue angle of 21.76º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB6A45 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 69 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.33 |
| HSL | 21.76º | 0.43% | 0.47% | - |
| HSV(B) | 21.76º | 0.6% | 0.67% | - |
| XYZ | 23.02 | 19.4 | 8.16 | - |
| YUV | 121.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 69 | 0 | 0.38 | 0.60 | 0.33 | 21.76 | 0.43 | 0.47 |
| Hex | AB | 6A | 45 | 0 | 26 | 3C | 21 | 16 | 2A | 2F |
| Octal | 253 | 152 | 105 | 0 | 46 | 74 | 41 | 26 | 52 | 57 |
| Binary | 10101011 | 1101010 | 1000101 | 0 | 100110 | 111100 | 100001 | 10110 | 101010 | 101111 |
Color Harmonies of #AB6A45
Complementary color
Monochromatic Colors of #AB6A45
Black with #AB6A45
Text Example
Text Example
White with #AB6A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6A45; }
p { color: rgb(171,106,69); }
H1.HeaderClassName
{
color: #AB6A45;
}
.AnyTagClassName
{
color: #AB6A45;
}
</style>
background-color css
<style>
a { background-color: #AB6A45; }
a { background-color: rgb(171,106,69); }
div.DivClassName
{
background-color: #AB6A45;
}
.BgClassName
{
background-color: #AB6A45;
}
</style>
border-color css
<style>
span { border-color: #AB6A45; }
span { border-color: rgb(171,106,69); }
td.TdClassName
{
border-color: #AB6A45;
}
.TagClassName
{
border-color: #AB6A45;
}
</style>