Shades of Bourbon #AF693C
Tints of Bourbon #AF693C
RGB
CMYK
RGB Variations
Color information
#AF693C (or 0xAF693C) is known color: Bourbon. HEX triplet: AF, 69 and 3C. RGB value is (175,105,60). Sum of RGB (Red+Green+Blue) = 175+105+60=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF693C is #5096C3. Grayscale: #797979. Windows color (decimal): -5281476 or 3959215. OLE color: 3959215.
HSL color Cylindrical-coordinate representation of color #AF693C: hue angle of 23.48º 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 #AF693C is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 60 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.31 |
| HSL | 23.48º | 0.49% | 0.46% | - |
| HSV(B) | 23.48º | 0.66% | 0.69% | - |
| XYZ | 23.55 | 19.54 | 6.81 | - |
| YUV | 120.8 | 93.69 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 60 | 0 | 0.40 | 0.66 | 0.31 | 23.48 | 0.49 | 0.46 |
| Hex | AF | 69 | 3C | 0 | 28 | 42 | 1F | 17 | 31 | 2E |
| Octal | 257 | 151 | 74 | 0 | 50 | 102 | 37 | 27 | 61 | 56 |
| Binary | 10101111 | 1101001 | 111100 | 0 | 101000 | 1000010 | 11111 | 10111 | 110001 | 101110 |
Color Harmonies of #AF693C
Complementary color
Monochromatic Colors of #AF693C
Black with #AF693C
Text Example
Text Example
White with #AF693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF693C; }
p { color: rgb(175,105,60); }
H1.HeaderClassName
{
color: #AF693C;
}
.AnyTagClassName
{
color: #AF693C;
}
</style>
background-color css
<style>
a { background-color: #AF693C; }
a { background-color: rgb(175,105,60); }
div.DivClassName
{
background-color: #AF693C;
}
.BgClassName
{
background-color: #AF693C;
}
</style>
border-color css
<style>
span { border-color: #AF693C; }
span { border-color: rgb(175,105,60); }
td.TdClassName
{
border-color: #AF693C;
}
.TagClassName
{
border-color: #AF693C;
}
</style>