Shades of Bourbon #AF6C47
Tints of Bourbon #AF6C47
RGB
CMYK
RGB Variations
Color information
#AF6C47 (or 0xAF6C47) is known color: Bourbon. HEX triplet: AF, 6C and 47. RGB value is (175,108,71). Sum of RGB (Red+Green+Blue) = 175+108+71=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C47 is #5093B8. Grayscale: #7C7C7C. Windows color (decimal): -5280697 or 4680879. OLE color: 4680879.
HSL color Cylindrical-coordinate representation of color #AF6C47: hue angle of 21.35º 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 #AF6C47 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 71 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.31 |
| HSL | 21.35º | 0.42% | 0.48% | - |
| HSV(B) | 21.35º | 0.59% | 0.69% | - |
| XYZ | 24.18 | 20.29 | 8.6 | - |
| YUV | 123.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 71 | 0 | 0.38 | 0.59 | 0.31 | 21.35 | 0.42 | 0.48 |
| Hex | AF | 6C | 47 | 0 | 26 | 3B | 1F | 15 | 2A | 30 |
| Octal | 257 | 154 | 107 | 0 | 46 | 73 | 37 | 25 | 52 | 60 |
| Binary | 10101111 | 1101100 | 1000111 | 0 | 100110 | 111011 | 11111 | 10101 | 101010 | 110000 |
Color Harmonies of #AF6C47
Complementary color
Monochromatic Colors of #AF6C47
Black with #AF6C47
Text Example
Text Example
White with #AF6C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C47; }
p { color: rgb(175,108,71); }
H1.HeaderClassName
{
color: #AF6C47;
}
.AnyTagClassName
{
color: #AF6C47;
}
</style>
background-color css
<style>
a { background-color: #AF6C47; }
a { background-color: rgb(175,108,71); }
div.DivClassName
{
background-color: #AF6C47;
}
.BgClassName
{
background-color: #AF6C47;
}
</style>
border-color css
<style>
span { border-color: #AF6C47; }
span { border-color: rgb(175,108,71); }
td.TdClassName
{
border-color: #AF6C47;
}
.TagClassName
{
border-color: #AF6C47;
}
</style>