Shades of Bourbon #AB723F
Tints of Bourbon #AB723F
RGB
CMYK
RGB Variations
Color information
#AB723F (or 0xAB723F) is known color: Bourbon. HEX triplet: AB, 72 and 3F. RGB value is (171,114,63). Sum of RGB (Red+Green+Blue) = 171+114+63=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB723F is #548DC0. Grayscale: #7D7D7D. Windows color (decimal): -5541313 or 4158123. OLE color: 4158123.
HSL color Cylindrical-coordinate representation of color #AB723F: hue angle of 28.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB723F is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 63 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.33 |
| HSL | 28.33º | 0.46% | 0.46% | - |
| HSV(B) | 28.33º | 0.63% | 0.67% | - |
| XYZ | 23.71 | 21.05 | 7.52 | - |
| YUV | 125.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 63 | 0 | 0.33 | 0.63 | 0.33 | 28.33 | 0.46 | 0.46 |
| Hex | AB | 72 | 3F | 0 | 21 | 3F | 21 | 1C | 2E | 2E |
| Octal | 253 | 162 | 77 | 0 | 41 | 77 | 41 | 34 | 56 | 56 |
| Binary | 10101011 | 1110010 | 111111 | 0 | 100001 | 111111 | 100001 | 11100 | 101110 | 101110 |
Color Harmonies of #AB723F
Complementary color
Monochromatic Colors of #AB723F
Black with #AB723F
Text Example
Text Example
White with #AB723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB723F; }
p { color: rgb(171,114,63); }
H1.HeaderClassName
{
color: #AB723F;
}
.AnyTagClassName
{
color: #AB723F;
}
</style>
background-color css
<style>
a { background-color: #AB723F; }
a { background-color: rgb(171,114,63); }
div.DivClassName
{
background-color: #AB723F;
}
.BgClassName
{
background-color: #AB723F;
}
</style>
border-color css
<style>
span { border-color: #AB723F; }
span { border-color: rgb(171,114,63); }
td.TdClassName
{
border-color: #AB723F;
}
.TagClassName
{
border-color: #AB723F;
}
</style>