Shades of Bourbon #AF6D3F
Tints of Bourbon #AF6D3F
RGB
CMYK
RGB Variations
Color information
#AF6D3F (or 0xAF6D3F) is known color: Bourbon. HEX triplet: AF, 6D and 3F. RGB value is (175,109,63). Sum of RGB (Red+Green+Blue) = 175+109+63=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D3F is #5092C0. Grayscale: #7B7B7B. Windows color (decimal): -5280449 or 4156847. OLE color: 4156847.
HSL color Cylindrical-coordinate representation of color #AF6D3F: hue angle of 24.64º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF6D3F is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 63 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.31 |
| HSL | 24.64º | 0.47% | 0.47% | - |
| HSV(B) | 24.64º | 0.64% | 0.69% | - |
| XYZ | 24.05 | 20.41 | 7.37 | - |
| YUV | 123.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 63 | 0 | 0.38 | 0.64 | 0.31 | 24.64 | 0.47 | 0.47 |
| Hex | AF | 6D | 3F | 0 | 26 | 40 | 1F | 19 | 2F | 2F |
| Octal | 257 | 155 | 77 | 0 | 46 | 100 | 37 | 31 | 57 | 57 |
| Binary | 10101111 | 1101101 | 111111 | 0 | 100110 | 1000000 | 11111 | 11001 | 101111 | 101111 |
Color Harmonies of #AF6D3F
Complementary color
Monochromatic Colors of #AF6D3F
Black with #AF6D3F
Text Example
Text Example
White with #AF6D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D3F; }
p { color: rgb(175,109,63); }
H1.HeaderClassName
{
color: #AF6D3F;
}
.AnyTagClassName
{
color: #AF6D3F;
}
</style>
background-color css
<style>
a { background-color: #AF6D3F; }
a { background-color: rgb(175,109,63); }
div.DivClassName
{
background-color: #AF6D3F;
}
.BgClassName
{
background-color: #AF6D3F;
}
</style>
border-color css
<style>
span { border-color: #AF6D3F; }
span { border-color: rgb(175,109,63); }
td.TdClassName
{
border-color: #AF6D3F;
}
.TagClassName
{
border-color: #AF6D3F;
}
</style>