Shades of Bourbon #AF6B3F
Tints of Bourbon #AF6B3F
RGB
CMYK
RGB Variations
Color information
#AF6B3F (or 0xAF6B3F) is known color: Bourbon. HEX triplet: AF, 6B and 3F. RGB value is (175,107,63). Sum of RGB (Red+Green+Blue) = 175+107+63=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B3F is #5094C0. Grayscale: #7A7A7A. Windows color (decimal): -5280961 or 4156335. OLE color: 4156335.
HSL color Cylindrical-coordinate representation of color #AF6B3F: hue angle of 23.57º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF6B3F is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 63 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.31 |
| HSL | 23.57º | 0.47% | 0.47% | - |
| HSV(B) | 23.57º | 0.64% | 0.69% | - |
| XYZ | 23.83 | 19.99 | 7.3 | - |
| YUV | 122.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 63 | 0 | 0.39 | 0.64 | 0.31 | 23.57 | 0.47 | 0.47 |
| Hex | AF | 6B | 3F | 0 | 27 | 40 | 1F | 18 | 2F | 2F |
| Octal | 257 | 153 | 77 | 0 | 47 | 100 | 37 | 30 | 57 | 57 |
| Binary | 10101111 | 1101011 | 111111 | 0 | 100111 | 1000000 | 11111 | 11000 | 101111 | 101111 |
Color Harmonies of #AF6B3F
Complementary color
Monochromatic Colors of #AF6B3F
Black with #AF6B3F
Text Example
Text Example
White with #AF6B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B3F; }
p { color: rgb(175,107,63); }
H1.HeaderClassName
{
color: #AF6B3F;
}
.AnyTagClassName
{
color: #AF6B3F;
}
</style>
background-color css
<style>
a { background-color: #AF6B3F; }
a { background-color: rgb(175,107,63); }
div.DivClassName
{
background-color: #AF6B3F;
}
.BgClassName
{
background-color: #AF6B3F;
}
</style>
border-color css
<style>
span { border-color: #AF6B3F; }
span { border-color: rgb(175,107,63); }
td.TdClassName
{
border-color: #AF6B3F;
}
.TagClassName
{
border-color: #AF6B3F;
}
</style>