Shades of Bourbon #AB734A
Tints of Bourbon #AB734A
RGB
CMYK
RGB Variations
Color information
#AB734A (or 0xAB734A) is known color: Bourbon. HEX triplet: AB, 73 and 4A. RGB value is (171,115,74). Sum of RGB (Red+Green+Blue) = 171+115+74=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB734A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB734A is #548CB5. Grayscale: #7F7F7F. Windows color (decimal): -5541046 or 4879275. OLE color: 4879275.
HSL color Cylindrical-coordinate representation of color #AB734A: hue angle of 25.36º 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 #AB734A is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 74 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.33 |
| HSL | 25.36º | 0.4% | 0.48% | - |
| HSV(B) | 25.36º | 0.57% | 0.67% | - |
| XYZ | 24.16 | 21.41 | 9.34 | - |
| YUV | 127.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 74 | 0 | 0.33 | 0.57 | 0.33 | 25.36 | 0.4 | 0.48 |
| Hex | AB | 73 | 4A | 0 | 21 | 39 | 21 | 19 | 28 | 30 |
| Octal | 253 | 163 | 112 | 0 | 41 | 71 | 41 | 31 | 50 | 60 |
| Binary | 10101011 | 1110011 | 1001010 | 0 | 100001 | 111001 | 100001 | 11001 | 101000 | 110000 |
Color Harmonies of #AB734A
Complementary color
Monochromatic Colors of #AB734A
Black with #AB734A
Text Example
Text Example
White with #AB734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB734A; }
p { color: rgb(171,115,74); }
H1.HeaderClassName
{
color: #AB734A;
}
.AnyTagClassName
{
color: #AB734A;
}
</style>
background-color css
<style>
a { background-color: #AB734A; }
a { background-color: rgb(171,115,74); }
div.DivClassName
{
background-color: #AB734A;
}
.BgClassName
{
background-color: #AB734A;
}
</style>
border-color css
<style>
span { border-color: #AB734A; }
span { border-color: rgb(171,115,74); }
td.TdClassName
{
border-color: #AB734A;
}
.TagClassName
{
border-color: #AB734A;
}
</style>