Shades of Bourbon #AF6C3A
Tints of Bourbon #AF6C3A
RGB
CMYK
RGB Variations
Color information
#AF6C3A (or 0xAF6C3A) is known color: Bourbon. HEX triplet: AF, 6C and 3A. RGB value is (175,108,58). Sum of RGB (Red+Green+Blue) = 175+108+58=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C3A is #5093C5. Grayscale: #7A7A7A. Windows color (decimal): -5280710 or 3828911. OLE color: 3828911.
HSL color Cylindrical-coordinate representation of color #AF6C3A: hue angle of 25.64º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF6C3A is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 58 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.31 |
| HSL | 25.64º | 0.5% | 0.46% | - |
| HSV(B) | 25.64º | 0.67% | 0.69% | - |
| XYZ | 23.81 | 20.14 | 6.64 | - |
| YUV | 122.33 | 91.7 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 58 | 0 | 0.38 | 0.67 | 0.31 | 25.64 | 0.5 | 0.46 |
| Hex | AF | 6C | 3A | 0 | 26 | 43 | 1F | 1A | 32 | 2E |
| Octal | 257 | 154 | 72 | 0 | 46 | 103 | 37 | 32 | 62 | 56 |
| Binary | 10101111 | 1101100 | 111010 | 0 | 100110 | 1000011 | 11111 | 11010 | 110010 | 101110 |
Color Harmonies of #AF6C3A
Complementary color
Monochromatic Colors of #AF6C3A
Black with #AF6C3A
Text Example
Text Example
White with #AF6C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C3A; }
p { color: rgb(175,108,58); }
H1.HeaderClassName
{
color: #AF6C3A;
}
.AnyTagClassName
{
color: #AF6C3A;
}
</style>
background-color css
<style>
a { background-color: #AF6C3A; }
a { background-color: rgb(175,108,58); }
div.DivClassName
{
background-color: #AF6C3A;
}
.BgClassName
{
background-color: #AF6C3A;
}
</style>
border-color css
<style>
span { border-color: #AF6C3A; }
span { border-color: rgb(175,108,58); }
td.TdClassName
{
border-color: #AF6C3A;
}
.TagClassName
{
border-color: #AF6C3A;
}
</style>