Shades of Bourbon #AB754A
Tints of Bourbon #AB754A
RGB
CMYK
RGB Variations
Color information
#AB754A (or 0xAB754A) is known color: Bourbon. HEX triplet: AB, 75 and 4A. RGB value is (171,117,74). Sum of RGB (Red+Green+Blue) = 171+117+74=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB754A is #548AB5. Grayscale: #808080. Windows color (decimal): -5540534 or 4879787. OLE color: 4879787.
HSL color Cylindrical-coordinate representation of color #AB754A: hue angle of 26.6º 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 #AB754A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 74 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.33 |
| HSL | 26.6º | 0.4% | 0.48% | - |
| HSV(B) | 26.6º | 0.57% | 0.67% | - |
| XYZ | 24.39 | 21.87 | 9.42 | - |
| YUV | 128.24 | 97.39 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 74 | 0 | 0.32 | 0.57 | 0.33 | 26.6 | 0.4 | 0.48 |
| Hex | AB | 75 | 4A | 0 | 20 | 39 | 21 | 1B | 28 | 30 |
| Octal | 253 | 165 | 112 | 0 | 40 | 71 | 41 | 33 | 50 | 60 |
| Binary | 10101011 | 1110101 | 1001010 | 0 | 100000 | 111001 | 100001 | 11011 | 101000 | 110000 |
Color Harmonies of #AB754A
Complementary color
Monochromatic Colors of #AB754A
Black with #AB754A
Text Example
Text Example
White with #AB754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB754A; }
p { color: rgb(171,117,74); }
H1.HeaderClassName
{
color: #AB754A;
}
.AnyTagClassName
{
color: #AB754A;
}
</style>
background-color css
<style>
a { background-color: #AB754A; }
a { background-color: rgb(171,117,74); }
div.DivClassName
{
background-color: #AB754A;
}
.BgClassName
{
background-color: #AB754A;
}
</style>
border-color css
<style>
span { border-color: #AB754A; }
span { border-color: rgb(171,117,74); }
td.TdClassName
{
border-color: #AB754A;
}
.TagClassName
{
border-color: #AB754A;
}
</style>