Shades of Bourbon #AB653B
Tints of Bourbon #AB653B
RGB
CMYK
RGB Variations
Color information
#AB653B (or 0xAB653B) is known color: Bourbon. HEX triplet: AB, 65 and 3B. RGB value is (171,101,59). Sum of RGB (Red+Green+Blue) = 171+101+59=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB653B is #549AC4. Grayscale: #757575. Windows color (decimal): -5544645 or 3892651. OLE color: 3892651.
HSL color Cylindrical-coordinate representation of color #AB653B: hue angle of 22.5º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB653B is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 59 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.33 |
| HSL | 22.5º | 0.49% | 0.45% | - |
| HSV(B) | 22.5º | 0.65% | 0.67% | - |
| XYZ | 22.24 | 18.28 | 6.49 | - |
| YUV | 117.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 59 | 0 | 0.41 | 0.65 | 0.33 | 22.5 | 0.49 | 0.45 |
| Hex | AB | 65 | 3B | 0 | 29 | 41 | 21 | 16 | 31 | 2D |
| Octal | 253 | 145 | 73 | 0 | 51 | 101 | 41 | 26 | 61 | 55 |
| Binary | 10101011 | 1100101 | 111011 | 0 | 101001 | 1000001 | 100001 | 10110 | 110001 | 101101 |
Color Harmonies of #AB653B
Complementary color
Monochromatic Colors of #AB653B
Black with #AB653B
Text Example
Text Example
White with #AB653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB653B; }
p { color: rgb(171,101,59); }
H1.HeaderClassName
{
color: #AB653B;
}
.AnyTagClassName
{
color: #AB653B;
}
</style>
background-color css
<style>
a { background-color: #AB653B; }
a { background-color: rgb(171,101,59); }
div.DivClassName
{
background-color: #AB653B;
}
.BgClassName
{
background-color: #AB653B;
}
</style>
border-color css
<style>
span { border-color: #AB653B; }
span { border-color: rgb(171,101,59); }
td.TdClassName
{
border-color: #AB653B;
}
.TagClassName
{
border-color: #AB653B;
}
</style>