Shades of Bourbon #AB693D
Tints of Bourbon #AB693D
RGB
CMYK
RGB Variations
Color information
#AB693D (or 0xAB693D) is known color: Bourbon. HEX triplet: AB, 69 and 3D. RGB value is (171,105,61). Sum of RGB (Red+Green+Blue) = 171+105+61=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB693D is #5496C2. Grayscale: #777777. Windows color (decimal): -5543619 or 4024747. OLE color: 4024747.
HSL color Cylindrical-coordinate representation of color #AB693D: hue angle of 24º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB693D is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 61 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.33 |
| HSL | 24º | 0.47% | 0.45% | - |
| HSV(B) | 24º | 0.64% | 0.67% | - |
| XYZ | 22.69 | 19.1 | 6.91 | - |
| YUV | 119.72 | 94.87 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 61 | 0 | 0.39 | 0.64 | 0.33 | 24 | 0.47 | 0.45 |
| Hex | AB | 69 | 3D | 0 | 27 | 40 | 21 | 18 | 2F | 2D |
| Octal | 253 | 151 | 75 | 0 | 47 | 100 | 41 | 30 | 57 | 55 |
| Binary | 10101011 | 1101001 | 111101 | 0 | 100111 | 1000000 | 100001 | 11000 | 101111 | 101101 |
Color Harmonies of #AB693D
Complementary color
Monochromatic Colors of #AB693D
Black with #AB693D
Text Example
Text Example
White with #AB693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB693D; }
p { color: rgb(171,105,61); }
H1.HeaderClassName
{
color: #AB693D;
}
.AnyTagClassName
{
color: #AB693D;
}
</style>
background-color css
<style>
a { background-color: #AB693D; }
a { background-color: rgb(171,105,61); }
div.DivClassName
{
background-color: #AB693D;
}
.BgClassName
{
background-color: #AB693D;
}
</style>
border-color css
<style>
span { border-color: #AB693D; }
span { border-color: rgb(171,105,61); }
td.TdClassName
{
border-color: #AB693D;
}
.TagClassName
{
border-color: #AB693D;
}
</style>