Shades of Bourbon #AF6B3C
Tints of Bourbon #AF6B3C
RGB
CMYK
RGB Variations
Color information
#AF6B3C (or 0xAF6B3C) is known color: Bourbon. HEX triplet: AF, 6B and 3C. RGB value is (175,107,60). Sum of RGB (Red+Green+Blue) = 175+107+60=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B3C is #5094C3. Grayscale: #7A7A7A. Windows color (decimal): -5280964 or 3959727. OLE color: 3959727.
HSL color Cylindrical-coordinate representation of color #AF6B3C: hue angle of 24.52º degrees, saturation: 0.49, 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 #AF6B3C is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 60 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.31 |
| HSL | 24.52º | 0.49% | 0.46% | - |
| HSV(B) | 24.52º | 0.66% | 0.69% | - |
| XYZ | 23.75 | 19.96 | 6.87 | - |
| YUV | 121.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 60 | 0 | 0.39 | 0.66 | 0.31 | 24.52 | 0.49 | 0.46 |
| Hex | AF | 6B | 3C | 0 | 27 | 42 | 1F | 19 | 31 | 2E |
| Octal | 257 | 153 | 74 | 0 | 47 | 102 | 37 | 31 | 61 | 56 |
| Binary | 10101111 | 1101011 | 111100 | 0 | 100111 | 1000010 | 11111 | 11001 | 110001 | 101110 |
Color Harmonies of #AF6B3C
Complementary color
Monochromatic Colors of #AF6B3C
Black with #AF6B3C
Text Example
Text Example
White with #AF6B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B3C; }
p { color: rgb(175,107,60); }
H1.HeaderClassName
{
color: #AF6B3C;
}
.AnyTagClassName
{
color: #AF6B3C;
}
</style>
background-color css
<style>
a { background-color: #AF6B3C; }
a { background-color: rgb(175,107,60); }
div.DivClassName
{
background-color: #AF6B3C;
}
.BgClassName
{
background-color: #AF6B3C;
}
</style>
border-color css
<style>
span { border-color: #AF6B3C; }
span { border-color: rgb(175,107,60); }
td.TdClassName
{
border-color: #AF6B3C;
}
.TagClassName
{
border-color: #AF6B3C;
}
</style>