Shades of Bourbon #AB663B
Tints of Bourbon #AB663B
RGB
CMYK
RGB Variations
Color information
#AB663B (or 0xAB663B) is known color: Bourbon. HEX triplet: AB, 66 and 3B. RGB value is (171,102,59). Sum of RGB (Red+Green+Blue) = 171+102+59=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB663B is #5499C4. Grayscale: #757575. Windows color (decimal): -5544389 or 3892907. OLE color: 3892907.
HSL color Cylindrical-coordinate representation of color #AB663B: hue angle of 23.04º 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 #AB663B is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 59 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.33 |
| HSL | 23.04º | 0.49% | 0.45% | - |
| HSV(B) | 23.04º | 0.65% | 0.67% | - |
| XYZ | 22.34 | 18.48 | 6.53 | - |
| YUV | 117.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 59 | 0 | 0.40 | 0.65 | 0.33 | 23.04 | 0.49 | 0.45 |
| Hex | AB | 66 | 3B | 0 | 28 | 41 | 21 | 17 | 31 | 2D |
| Octal | 253 | 146 | 73 | 0 | 50 | 101 | 41 | 27 | 61 | 55 |
| Binary | 10101011 | 1100110 | 111011 | 0 | 101000 | 1000001 | 100001 | 10111 | 110001 | 101101 |
Color Harmonies of #AB663B
Complementary color
Monochromatic Colors of #AB663B
Black with #AB663B
Text Example
Text Example
White with #AB663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB663B; }
p { color: rgb(171,102,59); }
H1.HeaderClassName
{
color: #AB663B;
}
.AnyTagClassName
{
color: #AB663B;
}
</style>
background-color css
<style>
a { background-color: #AB663B; }
a { background-color: rgb(171,102,59); }
div.DivClassName
{
background-color: #AB663B;
}
.BgClassName
{
background-color: #AB663B;
}
</style>
border-color css
<style>
span { border-color: #AB663B; }
span { border-color: rgb(171,102,59); }
td.TdClassName
{
border-color: #AB663B;
}
.TagClassName
{
border-color: #AB663B;
}
</style>