Shades of Bourbon #AF773F
Tints of Bourbon #AF773F
RGB
CMYK
RGB Variations
Color information
#AF773F (or 0xAF773F) is known color: Bourbon. HEX triplet: AF, 77 and 3F. RGB value is (175,119,63). Sum of RGB (Red+Green+Blue) = 175+119+63=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF773F is #5088C0. Grayscale: #818181. Windows color (decimal): -5277889 or 4159407. OLE color: 4159407.
HSL color Cylindrical-coordinate representation of color #AF773F: hue angle of 30º 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 #AF773F is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 63 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.31 |
| HSL | 30º | 0.47% | 0.47% | - |
| HSV(B) | 30º | 0.64% | 0.69% | - |
| XYZ | 25.17 | 22.67 | 7.75 | - |
| YUV | 129.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 63 | 0 | 0.32 | 0.64 | 0.31 | 30 | 0.47 | 0.47 |
| Hex | AF | 77 | 3F | 0 | 20 | 40 | 1F | 1E | 2F | 2F |
| Octal | 257 | 167 | 77 | 0 | 40 | 100 | 37 | 36 | 57 | 57 |
| Binary | 10101111 | 1110111 | 111111 | 0 | 100000 | 1000000 | 11111 | 11110 | 101111 | 101111 |
Color Harmonies of #AF773F
Complementary color
Monochromatic Colors of #AF773F
Black with #AF773F
Text Example
Text Example
White with #AF773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF773F; }
p { color: rgb(175,119,63); }
H1.HeaderClassName
{
color: #AF773F;
}
.AnyTagClassName
{
color: #AF773F;
}
</style>
background-color css
<style>
a { background-color: #AF773F; }
a { background-color: rgb(175,119,63); }
div.DivClassName
{
background-color: #AF773F;
}
.BgClassName
{
background-color: #AF773F;
}
</style>
border-color css
<style>
span { border-color: #AF773F; }
span { border-color: rgb(175,119,63); }
td.TdClassName
{
border-color: #AF773F;
}
.TagClassName
{
border-color: #AF773F;
}
</style>