Shades of Bourbon #A8663C
Tints of Bourbon #A8663C
RGB
CMYK
RGB Variations
Color information
#A8663C (or 0xA8663C) is known color: Bourbon. HEX triplet: A8, 66 and 3C. RGB value is (168,102,60). Sum of RGB (Red+Green+Blue) = 168+102+60=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8663C is #5799C3. Grayscale: #757575. Windows color (decimal): -5740996 or 3958440. OLE color: 3958440.
HSL color Cylindrical-coordinate representation of color #A8663C: hue angle of 23.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8663C is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 60 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.34 |
| HSL | 23.33º | 0.47% | 0.45% | - |
| HSV(B) | 23.33º | 0.64% | 0.66% | - |
| XYZ | 21.72 | 18.15 | 6.63 | - |
| YUV | 116.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 60 | 0 | 0.39 | 0.64 | 0.34 | 23.33 | 0.47 | 0.45 |
| Hex | A8 | 66 | 3C | 0 | 27 | 40 | 22 | 17 | 2F | 2D |
| Octal | 250 | 146 | 74 | 0 | 47 | 100 | 42 | 27 | 57 | 55 |
| Binary | 10101000 | 1100110 | 111100 | 0 | 100111 | 1000000 | 100010 | 10111 | 101111 | 101101 |
Color Harmonies of #A8663C
Complementary color
Monochromatic Colors of #A8663C
Black with #A8663C
Text Example
Text Example
White with #A8663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8663C; }
p { color: rgb(168,102,60); }
H1.HeaderClassName
{
color: #A8663C;
}
.AnyTagClassName
{
color: #A8663C;
}
</style>
background-color css
<style>
a { background-color: #A8663C; }
a { background-color: rgb(168,102,60); }
div.DivClassName
{
background-color: #A8663C;
}
.BgClassName
{
background-color: #A8663C;
}
</style>
border-color css
<style>
span { border-color: #A8663C; }
span { border-color: rgb(168,102,60); }
td.TdClassName
{
border-color: #A8663C;
}
.TagClassName
{
border-color: #A8663C;
}
</style>