Shades of Bourbon #AF6637
Tints of Bourbon #AF6637
RGB
CMYK
RGB Variations
Color information
#AF6637 (or 0xAF6637) is known color: Bourbon. HEX triplet: AF, 66 and 37. RGB value is (175,102,55). Sum of RGB (Red+Green+Blue) = 175+102+55=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6637 is #5099C8. Grayscale: #767676. Windows color (decimal): -5282249 or 3630767. OLE color: 3630767.
HSL color Cylindrical-coordinate representation of color #AF6637: hue angle of 23.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF6637 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 55 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.31 |
| HSL | 23.5º | 0.52% | 0.45% | - |
| HSV(B) | 23.5º | 0.69% | 0.69% | - |
| XYZ | 23.12 | 18.89 | 6.04 | - |
| YUV | 118.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 55 | 0 | 0.42 | 0.69 | 0.31 | 23.5 | 0.52 | 0.45 |
| Hex | AF | 66 | 37 | 0 | 2A | 45 | 1F | 18 | 34 | 2D |
| Octal | 257 | 146 | 67 | 0 | 52 | 105 | 37 | 30 | 64 | 55 |
| Binary | 10101111 | 1100110 | 110111 | 0 | 101010 | 1000101 | 11111 | 11000 | 110100 | 101101 |
Color Harmonies of #AF6637
Complementary color
Monochromatic Colors of #AF6637
Black with #AF6637
Text Example
Text Example
White with #AF6637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6637; }
p { color: rgb(175,102,55); }
H1.HeaderClassName
{
color: #AF6637;
}
.AnyTagClassName
{
color: #AF6637;
}
</style>
background-color css
<style>
a { background-color: #AF6637; }
a { background-color: rgb(175,102,55); }
div.DivClassName
{
background-color: #AF6637;
}
.BgClassName
{
background-color: #AF6637;
}
</style>
border-color css
<style>
span { border-color: #AF6637; }
span { border-color: rgb(175,102,55); }
td.TdClassName
{
border-color: #AF6637;
}
.TagClassName
{
border-color: #AF6637;
}
</style>