Shades of Bourbon #AF773D
Tints of Bourbon #AF773D
RGB
CMYK
RGB Variations
Color information
#AF773D (or 0xAF773D) is known color: Bourbon. HEX triplet: AF, 77 and 3D. RGB value is (175,119,61). Sum of RGB (Red+Green+Blue) = 175+119+61=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF773D is #5088C2. Grayscale: #818181. Windows color (decimal): -5277891 or 4028335. OLE color: 4028335.
HSL color Cylindrical-coordinate representation of color #AF773D: hue angle of 30.53º 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 #AF773D is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 61 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.31 |
| HSL | 30.53º | 0.48% | 0.46% | - |
| HSV(B) | 30.53º | 0.65% | 0.69% | - |
| XYZ | 25.12 | 22.64 | 7.46 | - |
| YUV | 129.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 61 | 0 | 0.32 | 0.65 | 0.31 | 30.53 | 0.48 | 0.46 |
| Hex | AF | 77 | 3D | 0 | 20 | 41 | 1F | 1F | 30 | 2E |
| Octal | 257 | 167 | 75 | 0 | 40 | 101 | 37 | 37 | 60 | 56 |
| Binary | 10101111 | 1110111 | 111101 | 0 | 100000 | 1000001 | 11111 | 11111 | 110000 | 101110 |
Color Harmonies of #AF773D
Complementary color
Monochromatic Colors of #AF773D
Black with #AF773D
Text Example
Text Example
White with #AF773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF773D; }
p { color: rgb(175,119,61); }
H1.HeaderClassName
{
color: #AF773D;
}
.AnyTagClassName
{
color: #AF773D;
}
</style>
background-color css
<style>
a { background-color: #AF773D; }
a { background-color: rgb(175,119,61); }
div.DivClassName
{
background-color: #AF773D;
}
.BgClassName
{
background-color: #AF773D;
}
</style>
border-color css
<style>
span { border-color: #AF773D; }
span { border-color: rgb(175,119,61); }
td.TdClassName
{
border-color: #AF773D;
}
.TagClassName
{
border-color: #AF773D;
}
</style>