Shades of Bourbon #AB663A
Tints of Bourbon #AB663A
RGB
CMYK
RGB Variations
Color information
#AB663A (or 0xAB663A) is known color: Bourbon. HEX triplet: AB, 66 and 3A. RGB value is (171,102,58). Sum of RGB (Red+Green+Blue) = 171+102+58=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB663A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB663A is #5499C5. Grayscale: #757575. Windows color (decimal): -5544390 or 3827371. OLE color: 3827371.
HSL color Cylindrical-coordinate representation of color #AB663A: hue angle of 23.36º 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 #AB663A is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 58 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.33 |
| HSL | 23.36º | 0.49% | 0.45% | - |
| HSV(B) | 23.36º | 0.66% | 0.67% | - |
| XYZ | 22.31 | 18.47 | 6.39 | - |
| YUV | 117.62 | 94.36 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 58 | 0 | 0.40 | 0.66 | 0.33 | 23.36 | 0.49 | 0.45 |
| Hex | AB | 66 | 3A | 0 | 28 | 42 | 21 | 17 | 31 | 2D |
| Octal | 253 | 146 | 72 | 0 | 50 | 102 | 41 | 27 | 61 | 55 |
| Binary | 10101011 | 1100110 | 111010 | 0 | 101000 | 1000010 | 100001 | 10111 | 110001 | 101101 |
Color Harmonies of #AB663A
Complementary color
Monochromatic Colors of #AB663A
Black with #AB663A
Text Example
Text Example
White with #AB663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB663A; }
p { color: rgb(171,102,58); }
H1.HeaderClassName
{
color: #AB663A;
}
.AnyTagClassName
{
color: #AB663A;
}
</style>
background-color css
<style>
a { background-color: #AB663A; }
a { background-color: rgb(171,102,58); }
div.DivClassName
{
background-color: #AB663A;
}
.BgClassName
{
background-color: #AB663A;
}
</style>
border-color css
<style>
span { border-color: #AB663A; }
span { border-color: rgb(171,102,58); }
td.TdClassName
{
border-color: #AB663A;
}
.TagClassName
{
border-color: #AB663A;
}
</style>