Shades of Bourbon #AF6E3C
Tints of Bourbon #AF6E3C
RGB
CMYK
RGB Variations
Color information
#AF6E3C (or 0xAF6E3C) is known color: Bourbon. HEX triplet: AF, 6E and 3C. RGB value is (175,110,60). Sum of RGB (Red+Green+Blue) = 175+110+60=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E3C is #5091C3. Grayscale: #7B7B7B. Windows color (decimal): -5280196 or 3960495. OLE color: 3960495.
HSL color Cylindrical-coordinate representation of color #AF6E3C: hue angle of 26.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF6E3C is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 60 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.31 |
| HSL | 26.09º | 0.49% | 0.46% | - |
| HSV(B) | 26.09º | 0.66% | 0.69% | - |
| XYZ | 24.07 | 20.59 | 6.98 | - |
| YUV | 123.74 | 92.03 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 60 | 0 | 0.37 | 0.66 | 0.31 | 26.09 | 0.49 | 0.46 |
| Hex | AF | 6E | 3C | 0 | 25 | 42 | 1F | 1A | 31 | 2E |
| Octal | 257 | 156 | 74 | 0 | 45 | 102 | 37 | 32 | 61 | 56 |
| Binary | 10101111 | 1101110 | 111100 | 0 | 100101 | 1000010 | 11111 | 11010 | 110001 | 101110 |
Color Harmonies of #AF6E3C
Complementary color
Monochromatic Colors of #AF6E3C
Black with #AF6E3C
Text Example
Text Example
White with #AF6E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E3C; }
p { color: rgb(175,110,60); }
H1.HeaderClassName
{
color: #AF6E3C;
}
.AnyTagClassName
{
color: #AF6E3C;
}
</style>
background-color css
<style>
a { background-color: #AF6E3C; }
a { background-color: rgb(175,110,60); }
div.DivClassName
{
background-color: #AF6E3C;
}
.BgClassName
{
background-color: #AF6E3C;
}
</style>
border-color css
<style>
span { border-color: #AF6E3C; }
span { border-color: rgb(175,110,60); }
td.TdClassName
{
border-color: #AF6E3C;
}
.TagClassName
{
border-color: #AF6E3C;
}
</style>