Shades of Bourbon #AF6D3C
Tints of Bourbon #AF6D3C
RGB
CMYK
RGB Variations
Color information
#AF6D3C (or 0xAF6D3C) is known color: Bourbon. HEX triplet: AF, 6D and 3C. RGB value is (175,109,60). Sum of RGB (Red+Green+Blue) = 175+109+60=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D3C is #5092C3. Grayscale: #7B7B7B. Windows color (decimal): -5280452 or 3960239. OLE color: 3960239.
HSL color Cylindrical-coordinate representation of color #AF6D3C: hue angle of 25.57º 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 #AF6D3C is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 60 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.31 |
| HSL | 25.57º | 0.49% | 0.46% | - |
| HSV(B) | 25.57º | 0.66% | 0.69% | - |
| XYZ | 23.96 | 20.38 | 6.95 | - |
| YUV | 123.15 | 92.37 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 60 | 0 | 0.38 | 0.66 | 0.31 | 25.57 | 0.49 | 0.46 |
| Hex | AF | 6D | 3C | 0 | 26 | 42 | 1F | 1A | 31 | 2E |
| Octal | 257 | 155 | 74 | 0 | 46 | 102 | 37 | 32 | 61 | 56 |
| Binary | 10101111 | 1101101 | 111100 | 0 | 100110 | 1000010 | 11111 | 11010 | 110001 | 101110 |
Color Harmonies of #AF6D3C
Complementary color
Monochromatic Colors of #AF6D3C
Black with #AF6D3C
Text Example
Text Example
White with #AF6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D3C; }
p { color: rgb(175,109,60); }
H1.HeaderClassName
{
color: #AF6D3C;
}
.AnyTagClassName
{
color: #AF6D3C;
}
</style>
background-color css
<style>
a { background-color: #AF6D3C; }
a { background-color: rgb(175,109,60); }
div.DivClassName
{
background-color: #AF6D3C;
}
.BgClassName
{
background-color: #AF6D3C;
}
</style>
border-color css
<style>
span { border-color: #AF6D3C; }
span { border-color: rgb(175,109,60); }
td.TdClassName
{
border-color: #AF6D3C;
}
.TagClassName
{
border-color: #AF6D3C;
}
</style>