Shades of Bourbon #AF663E
Tints of Bourbon #AF663E
RGB
CMYK
RGB Variations
Color information
#AF663E (or 0xAF663E) is known color: Bourbon. HEX triplet: AF, 66 and 3E. RGB value is (175,102,62). Sum of RGB (Red+Green+Blue) = 175+102+62=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF663E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF663E is #5099C1. Grayscale: #777777. Windows color (decimal): -5282242 or 4089519. OLE color: 4089519.
HSL color Cylindrical-coordinate representation of color #AF663E: hue angle of 21.24º 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 #AF663E is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 62 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.31 |
| HSL | 21.24º | 0.48% | 0.46% | - |
| HSV(B) | 21.24º | 0.65% | 0.69% | - |
| XYZ | 23.3 | 18.96 | 6.99 | - |
| YUV | 119.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 62 | 0 | 0.42 | 0.65 | 0.31 | 21.24 | 0.48 | 0.46 |
| Hex | AF | 66 | 3E | 0 | 2A | 41 | 1F | 15 | 30 | 2E |
| Octal | 257 | 146 | 76 | 0 | 52 | 101 | 37 | 25 | 60 | 56 |
| Binary | 10101111 | 1100110 | 111110 | 0 | 101010 | 1000001 | 11111 | 10101 | 110000 | 101110 |
Color Harmonies of #AF663E
Complementary color
Monochromatic Colors of #AF663E
Black with #AF663E
Text Example
Text Example
White with #AF663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF663E; }
p { color: rgb(175,102,62); }
H1.HeaderClassName
{
color: #AF663E;
}
.AnyTagClassName
{
color: #AF663E;
}
</style>
background-color css
<style>
a { background-color: #AF663E; }
a { background-color: rgb(175,102,62); }
div.DivClassName
{
background-color: #AF663E;
}
.BgClassName
{
background-color: #AF663E;
}
</style>
border-color css
<style>
span { border-color: #AF663E; }
span { border-color: rgb(175,102,62); }
td.TdClassName
{
border-color: #AF663E;
}
.TagClassName
{
border-color: #AF663E;
}
</style>