Shades of Bourbon #AF6539
Tints of Bourbon #AF6539
RGB
CMYK
RGB Variations
Color information
#AF6539 (or 0xAF6539) is known color: Bourbon. HEX triplet: AF, 65 and 39. RGB value is (175,101,57). Sum of RGB (Red+Green+Blue) = 175+101+57=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6539 is #509AC6. Grayscale: #767676. Windows color (decimal): -5282503 or 3761583. OLE color: 3761583.
HSL color Cylindrical-coordinate representation of color #AF6539: hue angle of 22.37º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF6539 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 57 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.31 |
| HSL | 22.37º | 0.51% | 0.45% | - |
| HSV(B) | 22.37º | 0.67% | 0.69% | - |
| XYZ | 23.07 | 18.72 | 6.27 | - |
| YUV | 118.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 57 | 0 | 0.42 | 0.67 | 0.31 | 22.37 | 0.51 | 0.45 |
| Hex | AF | 65 | 39 | 0 | 2A | 43 | 1F | 16 | 33 | 2D |
| Octal | 257 | 145 | 71 | 0 | 52 | 103 | 37 | 26 | 63 | 55 |
| Binary | 10101111 | 1100101 | 111001 | 0 | 101010 | 1000011 | 11111 | 10110 | 110011 | 101101 |
Color Harmonies of #AF6539
Complementary color
Monochromatic Colors of #AF6539
Black with #AF6539
Text Example
Text Example
White with #AF6539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6539; }
p { color: rgb(175,101,57); }
H1.HeaderClassName
{
color: #AF6539;
}
.AnyTagClassName
{
color: #AF6539;
}
</style>
background-color css
<style>
a { background-color: #AF6539; }
a { background-color: rgb(175,101,57); }
div.DivClassName
{
background-color: #AF6539;
}
.BgClassName
{
background-color: #AF6539;
}
</style>
border-color css
<style>
span { border-color: #AF6539; }
span { border-color: rgb(175,101,57); }
td.TdClassName
{
border-color: #AF6539;
}
.TagClassName
{
border-color: #AF6539;
}
</style>