Shades of Bourbon #AF673F
Tints of Bourbon #AF673F
RGB
CMYK
RGB Variations
Color information
#AF673F (or 0xAF673F) is known color: Bourbon. HEX triplet: AF, 67 and 3F. RGB value is (175,103,63). Sum of RGB (Red+Green+Blue) = 175+103+63=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF673F is #5098C0. Grayscale: #787878. Windows color (decimal): -5281985 or 4155311. OLE color: 4155311.
HSL color Cylindrical-coordinate representation of color #AF673F: hue angle of 21.43º 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 #AF673F is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 63 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.31 |
| HSL | 21.43º | 0.47% | 0.47% | - |
| HSV(B) | 21.43º | 0.64% | 0.69% | - |
| XYZ | 23.43 | 19.17 | 7.17 | - |
| YUV | 119.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 63 | 0 | 0.41 | 0.64 | 0.31 | 21.43 | 0.47 | 0.47 |
| Hex | AF | 67 | 3F | 0 | 29 | 40 | 1F | 15 | 2F | 2F |
| Octal | 257 | 147 | 77 | 0 | 51 | 100 | 37 | 25 | 57 | 57 |
| Binary | 10101111 | 1100111 | 111111 | 0 | 101001 | 1000000 | 11111 | 10101 | 101111 | 101111 |
Color Harmonies of #AF673F
Complementary color
Monochromatic Colors of #AF673F
Black with #AF673F
Text Example
Text Example
White with #AF673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF673F; }
p { color: rgb(175,103,63); }
H1.HeaderClassName
{
color: #AF673F;
}
.AnyTagClassName
{
color: #AF673F;
}
</style>
background-color css
<style>
a { background-color: #AF673F; }
a { background-color: rgb(175,103,63); }
div.DivClassName
{
background-color: #AF673F;
}
.BgClassName
{
background-color: #AF673F;
}
</style>
border-color css
<style>
span { border-color: #AF673F; }
span { border-color: rgb(175,103,63); }
td.TdClassName
{
border-color: #AF673F;
}
.TagClassName
{
border-color: #AF673F;
}
</style>