Shades of Bourbon #AF773E
Tints of Bourbon #AF773E
RGB
CMYK
RGB Variations
Color information
#AF773E (or 0xAF773E) is known color: Bourbon. HEX triplet: AF, 77 and 3E. RGB value is (175,119,62). Sum of RGB (Red+Green+Blue) = 175+119+62=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF773E is #5088C1. Grayscale: #818181. Windows color (decimal): -5277890 or 4093871. OLE color: 4093871.
HSL color Cylindrical-coordinate representation of color #AF773E: hue angle of 30.27º 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 #AF773E is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 62 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.31 |
| HSL | 30.27º | 0.48% | 0.46% | - |
| HSV(B) | 30.27º | 0.65% | 0.69% | - |
| XYZ | 25.15 | 22.66 | 7.61 | - |
| YUV | 129.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 62 | 0 | 0.32 | 0.65 | 0.31 | 30.27 | 0.48 | 0.46 |
| Hex | AF | 77 | 3E | 0 | 20 | 41 | 1F | 1E | 30 | 2E |
| Octal | 257 | 167 | 76 | 0 | 40 | 101 | 37 | 36 | 60 | 56 |
| Binary | 10101111 | 1110111 | 111110 | 0 | 100000 | 1000001 | 11111 | 11110 | 110000 | 101110 |
Color Harmonies of #AF773E
Complementary color
Monochromatic Colors of #AF773E
Black with #AF773E
Text Example
Text Example
White with #AF773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF773E; }
p { color: rgb(175,119,62); }
H1.HeaderClassName
{
color: #AF773E;
}
.AnyTagClassName
{
color: #AF773E;
}
</style>
background-color css
<style>
a { background-color: #AF773E; }
a { background-color: rgb(175,119,62); }
div.DivClassName
{
background-color: #AF773E;
}
.BgClassName
{
background-color: #AF773E;
}
</style>
border-color css
<style>
span { border-color: #AF773E; }
span { border-color: rgb(175,119,62); }
td.TdClassName
{
border-color: #AF773E;
}
.TagClassName
{
border-color: #AF773E;
}
</style>