Shades of Bourbon #AB703A
Tints of Bourbon #AB703A
RGB
CMYK
RGB Variations
Color information
#AB703A (or 0xAB703A) is known color: Bourbon. HEX triplet: AB, 70 and 3A. RGB value is (171,112,58). Sum of RGB (Red+Green+Blue) = 171+112+58=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB703A is #548FC5. Grayscale: #7B7B7B. Windows color (decimal): -5541830 or 3829931. OLE color: 3829931.
HSL color Cylindrical-coordinate representation of color #AB703A: hue angle of 28.67º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB703A is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 58 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.33 |
| HSL | 28.67º | 0.49% | 0.45% | - |
| HSV(B) | 28.67º | 0.66% | 0.67% | - |
| XYZ | 23.35 | 20.55 | 6.74 | - |
| YUV | 123.49 | 91.05 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 58 | 0 | 0.35 | 0.66 | 0.33 | 28.67 | 0.49 | 0.45 |
| Hex | AB | 70 | 3A | 0 | 23 | 42 | 21 | 1D | 31 | 2D |
| Octal | 253 | 160 | 72 | 0 | 43 | 102 | 41 | 35 | 61 | 55 |
| Binary | 10101011 | 1110000 | 111010 | 0 | 100011 | 1000010 | 100001 | 11101 | 110001 | 101101 |
Color Harmonies of #AB703A
Complementary color
Monochromatic Colors of #AB703A
Black with #AB703A
Text Example
Text Example
White with #AB703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB703A; }
p { color: rgb(171,112,58); }
H1.HeaderClassName
{
color: #AB703A;
}
.AnyTagClassName
{
color: #AB703A;
}
</style>
background-color css
<style>
a { background-color: #AB703A; }
a { background-color: rgb(171,112,58); }
div.DivClassName
{
background-color: #AB703A;
}
.BgClassName
{
background-color: #AB703A;
}
</style>
border-color css
<style>
span { border-color: #AB703A; }
span { border-color: rgb(171,112,58); }
td.TdClassName
{
border-color: #AB703A;
}
.TagClassName
{
border-color: #AB703A;
}
</style>