Shades of Bourbon #AF673E
Tints of Bourbon #AF673E
RGB
CMYK
RGB Variations
Color information
#AF673E (or 0xAF673E) is known color: Bourbon. HEX triplet: AF, 67 and 3E. RGB value is (175,103,62). Sum of RGB (Red+Green+Blue) = 175+103+62=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF673E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF673E is #5098C1. Grayscale: #787878. Windows color (decimal): -5281986 or 4089775. OLE color: 4089775.
HSL color Cylindrical-coordinate representation of color #AF673E: hue angle of 21.77º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF673E is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 62 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.31 |
| HSL | 21.77º | 0.48% | 0.46% | - |
| HSV(B) | 21.77º | 0.65% | 0.69% | - |
| XYZ | 23.4 | 19.16 | 7.02 | - |
| YUV | 119.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 62 | 0 | 0.41 | 0.65 | 0.31 | 21.77 | 0.48 | 0.46 |
| Hex | AF | 67 | 3E | 0 | 29 | 41 | 1F | 16 | 30 | 2E |
| Octal | 257 | 147 | 76 | 0 | 51 | 101 | 37 | 26 | 60 | 56 |
| Binary | 10101111 | 1100111 | 111110 | 0 | 101001 | 1000001 | 11111 | 10110 | 110000 | 101110 |
Color Harmonies of #AF673E
Complementary color
Monochromatic Colors of #AF673E
Black with #AF673E
Text Example
Text Example
White with #AF673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF673E; }
p { color: rgb(175,103,62); }
H1.HeaderClassName
{
color: #AF673E;
}
.AnyTagClassName
{
color: #AF673E;
}
</style>
background-color css
<style>
a { background-color: #AF673E; }
a { background-color: rgb(175,103,62); }
div.DivClassName
{
background-color: #AF673E;
}
.BgClassName
{
background-color: #AF673E;
}
</style>
border-color css
<style>
span { border-color: #AF673E; }
span { border-color: rgb(175,103,62); }
td.TdClassName
{
border-color: #AF673E;
}
.TagClassName
{
border-color: #AF673E;
}
</style>