Shades of Bourbon #AF7647
Tints of Bourbon #AF7647
RGB
CMYK
RGB Variations
Color information
#AF7647 (or 0xAF7647) is known color: Bourbon. HEX triplet: AF, 76 and 47. RGB value is (175,118,71). Sum of RGB (Red+Green+Blue) = 175+118+71=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7647 is #5089B8. Grayscale: #818181. Windows color (decimal): -5278137 or 4683439. OLE color: 4683439.
HSL color Cylindrical-coordinate representation of color #AF7647: hue angle of 27.12º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF7647 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 71 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.31 |
| HSL | 27.12º | 0.42% | 0.48% | - |
| HSV(B) | 27.12º | 0.59% | 0.69% | - |
| XYZ | 25.29 | 22.53 | 8.98 | - |
| YUV | 129.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 71 | 0 | 0.33 | 0.59 | 0.31 | 27.12 | 0.42 | 0.48 |
| Hex | AF | 76 | 47 | 0 | 21 | 3B | 1F | 1B | 2A | 30 |
| Octal | 257 | 166 | 107 | 0 | 41 | 73 | 37 | 33 | 52 | 60 |
| Binary | 10101111 | 1110110 | 1000111 | 0 | 100001 | 111011 | 11111 | 11011 | 101010 | 110000 |
Color Harmonies of #AF7647
Complementary color
Monochromatic Colors of #AF7647
Black with #AF7647
Text Example
Text Example
White with #AF7647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7647; }
p { color: rgb(175,118,71); }
H1.HeaderClassName
{
color: #AF7647;
}
.AnyTagClassName
{
color: #AF7647;
}
</style>
background-color css
<style>
a { background-color: #AF7647; }
a { background-color: rgb(175,118,71); }
div.DivClassName
{
background-color: #AF7647;
}
.BgClassName
{
background-color: #AF7647;
}
</style>
border-color css
<style>
span { border-color: #AF7647; }
span { border-color: rgb(175,118,71); }
td.TdClassName
{
border-color: #AF7647;
}
.TagClassName
{
border-color: #AF7647;
}
</style>