Shades of Bourbon #AF6A3B
Tints of Bourbon #AF6A3B
RGB
CMYK
RGB Variations
Color information
#AF6A3B (or 0xAF6A3B) is known color: Bourbon. HEX triplet: AF, 6A and 3B. RGB value is (175,106,59). Sum of RGB (Red+Green+Blue) = 175+106+59=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A3B is #5095C4. Grayscale: #797979. Windows color (decimal): -5281221 or 3893935. OLE color: 3893935.
HSL color Cylindrical-coordinate representation of color #AF6A3B: hue angle of 24.31º degrees, saturation: 0.5, 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 #AF6A3B is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 59 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.31 |
| HSL | 24.31º | 0.5% | 0.46% | - |
| HSV(B) | 24.31º | 0.66% | 0.69% | - |
| XYZ | 23.62 | 19.74 | 6.7 | - |
| YUV | 121.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 59 | 0 | 0.39 | 0.66 | 0.31 | 24.31 | 0.5 | 0.46 |
| Hex | AF | 6A | 3B | 0 | 27 | 42 | 1F | 18 | 32 | 2E |
| Octal | 257 | 152 | 73 | 0 | 47 | 102 | 37 | 30 | 62 | 56 |
| Binary | 10101111 | 1101010 | 111011 | 0 | 100111 | 1000010 | 11111 | 11000 | 110010 | 101110 |
Color Harmonies of #AF6A3B
Complementary color
Monochromatic Colors of #AF6A3B
Black with #AF6A3B
Text Example
Text Example
White with #AF6A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A3B; }
p { color: rgb(175,106,59); }
H1.HeaderClassName
{
color: #AF6A3B;
}
.AnyTagClassName
{
color: #AF6A3B;
}
</style>
background-color css
<style>
a { background-color: #AF6A3B; }
a { background-color: rgb(175,106,59); }
div.DivClassName
{
background-color: #AF6A3B;
}
.BgClassName
{
background-color: #AF6A3B;
}
</style>
border-color css
<style>
span { border-color: #AF6A3B; }
span { border-color: rgb(175,106,59); }
td.TdClassName
{
border-color: #AF6A3B;
}
.TagClassName
{
border-color: #AF6A3B;
}
</style>