Shades of Bourbon #AB724A
Tints of Bourbon #AB724A
RGB
CMYK
RGB Variations
Color information
#AB724A (or 0xAB724A) is known color: Bourbon. HEX triplet: AB, 72 and 4A. RGB value is (171,114,74). Sum of RGB (Red+Green+Blue) = 171+114+74=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB724A is #548DB5. Grayscale: #7E7E7E. Windows color (decimal): -5541302 or 4879019. OLE color: 4879019.
HSL color Cylindrical-coordinate representation of color #AB724A: hue angle of 24.74º 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 #AB724A is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 74 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.33 |
| HSL | 24.74º | 0.4% | 0.48% | - |
| HSV(B) | 24.74º | 0.57% | 0.67% | - |
| XYZ | 24.05 | 21.19 | 9.3 | - |
| YUV | 126.48 | 98.38 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 74 | 0 | 0.33 | 0.57 | 0.33 | 24.74 | 0.4 | 0.48 |
| Hex | AB | 72 | 4A | 0 | 21 | 39 | 21 | 19 | 28 | 30 |
| Octal | 253 | 162 | 112 | 0 | 41 | 71 | 41 | 31 | 50 | 60 |
| Binary | 10101011 | 1110010 | 1001010 | 0 | 100001 | 111001 | 100001 | 11001 | 101000 | 110000 |
Color Harmonies of #AB724A
Complementary color
Monochromatic Colors of #AB724A
Black with #AB724A
Text Example
Text Example
White with #AB724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB724A; }
p { color: rgb(171,114,74); }
H1.HeaderClassName
{
color: #AB724A;
}
.AnyTagClassName
{
color: #AB724A;
}
</style>
background-color css
<style>
a { background-color: #AB724A; }
a { background-color: rgb(171,114,74); }
div.DivClassName
{
background-color: #AB724A;
}
.BgClassName
{
background-color: #AB724A;
}
</style>
border-color css
<style>
span { border-color: #AB724A; }
span { border-color: rgb(171,114,74); }
td.TdClassName
{
border-color: #AB724A;
}
.TagClassName
{
border-color: #AB724A;
}
</style>