Shades of Bourbon #AF6E3A
Tints of Bourbon #AF6E3A
RGB
CMYK
RGB Variations
Color information
#AF6E3A (or 0xAF6E3A) is known color: Bourbon. HEX triplet: AF, 6E and 3A. RGB value is (175,110,58). Sum of RGB (Red+Green+Blue) = 175+110+58=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E3A is #5091C5. Grayscale: #7B7B7B. Windows color (decimal): -5280198 or 3829423. OLE color: 3829423.
HSL color Cylindrical-coordinate representation of color #AF6E3A: hue angle of 26.67º 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 #AF6E3A is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 58 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.31 |
| HSL | 26.67º | 0.5% | 0.46% | - |
| HSV(B) | 26.67º | 0.67% | 0.69% | - |
| XYZ | 24.02 | 20.57 | 6.71 | - |
| YUV | 123.51 | 91.03 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 58 | 0 | 0.37 | 0.67 | 0.31 | 26.67 | 0.5 | 0.46 |
| Hex | AF | 6E | 3A | 0 | 25 | 43 | 1F | 1B | 32 | 2E |
| Octal | 257 | 156 | 72 | 0 | 45 | 103 | 37 | 33 | 62 | 56 |
| Binary | 10101111 | 1101110 | 111010 | 0 | 100101 | 1000011 | 11111 | 11011 | 110010 | 101110 |
Color Harmonies of #AF6E3A
Complementary color
Monochromatic Colors of #AF6E3A
Black with #AF6E3A
Text Example
Text Example
White with #AF6E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E3A; }
p { color: rgb(175,110,58); }
H1.HeaderClassName
{
color: #AF6E3A;
}
.AnyTagClassName
{
color: #AF6E3A;
}
</style>
background-color css
<style>
a { background-color: #AF6E3A; }
a { background-color: rgb(175,110,58); }
div.DivClassName
{
background-color: #AF6E3A;
}
.BgClassName
{
background-color: #AF6E3A;
}
</style>
border-color css
<style>
span { border-color: #AF6E3A; }
span { border-color: rgb(175,110,58); }
td.TdClassName
{
border-color: #AF6E3A;
}
.TagClassName
{
border-color: #AF6E3A;
}
</style>