Shades of Bourbon #AB744A
Tints of Bourbon #AB744A
RGB
CMYK
RGB Variations
Color information
#AB744A (or 0xAB744A) is known color: Bourbon. HEX triplet: AB, 74 and 4A. RGB value is (171,116,74). Sum of RGB (Red+Green+Blue) = 171+116+74=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB744A is #548BB5. Grayscale: #7F7F7F. Windows color (decimal): -5540790 or 4879531. OLE color: 4879531.
HSL color Cylindrical-coordinate representation of color #AB744A: hue angle of 25.98º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB744A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 74 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.33 |
| HSL | 25.98º | 0.4% | 0.48% | - |
| HSV(B) | 25.98º | 0.57% | 0.67% | - |
| XYZ | 24.28 | 21.64 | 9.38 | - |
| YUV | 127.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 74 | 0 | 0.32 | 0.57 | 0.33 | 25.98 | 0.4 | 0.48 |
| Hex | AB | 74 | 4A | 0 | 20 | 39 | 21 | 1A | 28 | 30 |
| Octal | 253 | 164 | 112 | 0 | 40 | 71 | 41 | 32 | 50 | 60 |
| Binary | 10101011 | 1110100 | 1001010 | 0 | 100000 | 111001 | 100001 | 11010 | 101000 | 110000 |
Color Harmonies of #AB744A
Complementary color
Monochromatic Colors of #AB744A
Black with #AB744A
Text Example
Text Example
White with #AB744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB744A; }
p { color: rgb(171,116,74); }
H1.HeaderClassName
{
color: #AB744A;
}
.AnyTagClassName
{
color: #AB744A;
}
</style>
background-color css
<style>
a { background-color: #AB744A; }
a { background-color: rgb(171,116,74); }
div.DivClassName
{
background-color: #AB744A;
}
.BgClassName
{
background-color: #AB744A;
}
</style>
border-color css
<style>
span { border-color: #AB744A; }
span { border-color: rgb(171,116,74); }
td.TdClassName
{
border-color: #AB744A;
}
.TagClassName
{
border-color: #AB744A;
}
</style>