Shades of Bourbon #AF6C3F
Tints of Bourbon #AF6C3F
RGB
CMYK
RGB Variations
Color information
#AF6C3F (or 0xAF6C3F) is known color: Bourbon. HEX triplet: AF, 6C and 3F. RGB value is (175,108,63). Sum of RGB (Red+Green+Blue) = 175+108+63=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C3F is #5093C0. Grayscale: #7B7B7B. Windows color (decimal): -5280705 or 4156591. OLE color: 4156591.
HSL color Cylindrical-coordinate representation of color #AF6C3F: hue angle of 24.11º 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 #AF6C3F is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 63 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.31 |
| HSL | 24.11º | 0.47% | 0.47% | - |
| HSV(B) | 24.11º | 0.64% | 0.69% | - |
| XYZ | 23.94 | 20.2 | 7.34 | - |
| YUV | 122.9 | 94.2 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 63 | 0 | 0.38 | 0.64 | 0.31 | 24.11 | 0.47 | 0.47 |
| Hex | AF | 6C | 3F | 0 | 26 | 40 | 1F | 18 | 2F | 2F |
| Octal | 257 | 154 | 77 | 0 | 46 | 100 | 37 | 30 | 57 | 57 |
| Binary | 10101111 | 1101100 | 111111 | 0 | 100110 | 1000000 | 11111 | 11000 | 101111 | 101111 |
Color Harmonies of #AF6C3F
Complementary color
Monochromatic Colors of #AF6C3F
Black with #AF6C3F
Text Example
Text Example
White with #AF6C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C3F; }
p { color: rgb(175,108,63); }
H1.HeaderClassName
{
color: #AF6C3F;
}
.AnyTagClassName
{
color: #AF6C3F;
}
</style>
background-color css
<style>
a { background-color: #AF6C3F; }
a { background-color: rgb(175,108,63); }
div.DivClassName
{
background-color: #AF6C3F;
}
.BgClassName
{
background-color: #AF6C3F;
}
</style>
border-color css
<style>
span { border-color: #AF6C3F; }
span { border-color: rgb(175,108,63); }
td.TdClassName
{
border-color: #AF6C3F;
}
.TagClassName
{
border-color: #AF6C3F;
}
</style>