Shades of Bourbon #AF6E47
Tints of Bourbon #AF6E47
RGB
CMYK
RGB Variations
Color information
#AF6E47 (or 0xAF6E47) is known color: Bourbon. HEX triplet: AF, 6E and 47. RGB value is (175,110,71). Sum of RGB (Red+Green+Blue) = 175+110+71=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E47 is #5091B8. Grayscale: #7D7D7D. Windows color (decimal): -5280185 or 4681391. OLE color: 4681391.
HSL color Cylindrical-coordinate representation of color #AF6E47: hue angle of 22.5º 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 #AF6E47 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 71 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.31 |
| HSL | 22.5º | 0.42% | 0.48% | - |
| HSV(B) | 22.5º | 0.59% | 0.69% | - |
| XYZ | 24.39 | 20.72 | 8.68 | - |
| YUV | 124.99 | 97.53 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 71 | 0 | 0.37 | 0.59 | 0.31 | 22.5 | 0.42 | 0.48 |
| Hex | AF | 6E | 47 | 0 | 25 | 3B | 1F | 16 | 2A | 30 |
| Octal | 257 | 156 | 107 | 0 | 45 | 73 | 37 | 26 | 52 | 60 |
| Binary | 10101111 | 1101110 | 1000111 | 0 | 100101 | 111011 | 11111 | 10110 | 101010 | 110000 |
Color Harmonies of #AF6E47
Complementary color
Monochromatic Colors of #AF6E47
Black with #AF6E47
Text Example
Text Example
White with #AF6E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E47; }
p { color: rgb(175,110,71); }
H1.HeaderClassName
{
color: #AF6E47;
}
.AnyTagClassName
{
color: #AF6E47;
}
</style>
background-color css
<style>
a { background-color: #AF6E47; }
a { background-color: rgb(175,110,71); }
div.DivClassName
{
background-color: #AF6E47;
}
.BgClassName
{
background-color: #AF6E47;
}
</style>
border-color css
<style>
span { border-color: #AF6E47; }
span { border-color: rgb(175,110,71); }
td.TdClassName
{
border-color: #AF6E47;
}
.TagClassName
{
border-color: #AF6E47;
}
</style>