Shades of Bourbon #AB7742
Tints of Bourbon #AB7742
RGB
CMYK
RGB Variations
Color information
#AB7742 (or 0xAB7742) is known color: Bourbon. HEX triplet: AB, 77 and 42. RGB value is (171,119,66). Sum of RGB (Red+Green+Blue) = 171+119+66=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7742 is #5488BD. Grayscale: #808080. Windows color (decimal): -5540030 or 4356011. OLE color: 4356011.
HSL color Cylindrical-coordinate representation of color #AB7742: hue angle of 30.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB7742 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 66 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.33 |
| HSL | 30.29º | 0.44% | 0.46% | - |
| HSV(B) | 30.29º | 0.61% | 0.67% | - |
| XYZ | 24.37 | 22.24 | 8.16 | - |
| YUV | 128.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 66 | 0 | 0.30 | 0.61 | 0.33 | 30.29 | 0.44 | 0.46 |
| Hex | AB | 77 | 42 | 0 | 1E | 3D | 21 | 1E | 2C | 2E |
| Octal | 253 | 167 | 102 | 0 | 36 | 75 | 41 | 36 | 54 | 56 |
| Binary | 10101011 | 1110111 | 1000010 | 0 | 11110 | 111101 | 100001 | 11110 | 101100 | 101110 |
Color Harmonies of #AB7742
Complementary color
Monochromatic Colors of #AB7742
Black with #AB7742
Text Example
Text Example
White with #AB7742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7742; }
p { color: rgb(171,119,66); }
H1.HeaderClassName
{
color: #AB7742;
}
.AnyTagClassName
{
color: #AB7742;
}
</style>
background-color css
<style>
a { background-color: #AB7742; }
a { background-color: rgb(171,119,66); }
div.DivClassName
{
background-color: #AB7742;
}
.BgClassName
{
background-color: #AB7742;
}
</style>
border-color css
<style>
span { border-color: #AB7742; }
span { border-color: rgb(171,119,66); }
td.TdClassName
{
border-color: #AB7742;
}
.TagClassName
{
border-color: #AB7742;
}
</style>