Shades of Bourbon #AF793E
Tints of Bourbon #AF793E
RGB
CMYK
RGB Variations
Color information
#AF793E (or 0xAF793E) is known color: Bourbon. HEX triplet: AF, 79 and 3E. RGB value is (175,121,62). Sum of RGB (Red+Green+Blue) = 175+121+62=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF793E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF793E is #5086C1. Grayscale: #828282. Windows color (decimal): -5277378 or 4094383. OLE color: 4094383.
HSL color Cylindrical-coordinate representation of color #AF793E: hue angle of 31.33º 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 #AF793E is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 62 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.31 |
| HSL | 31.33º | 0.48% | 0.46% | - |
| HSV(B) | 31.33º | 0.65% | 0.69% | - |
| XYZ | 25.39 | 23.14 | 7.69 | - |
| YUV | 130.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 62 | 0 | 0.31 | 0.65 | 0.31 | 31.33 | 0.48 | 0.46 |
| Hex | AF | 79 | 3E | 0 | 1F | 41 | 1F | 1F | 30 | 2E |
| Octal | 257 | 171 | 76 | 0 | 37 | 101 | 37 | 37 | 60 | 56 |
| Binary | 10101111 | 1111001 | 111110 | 0 | 11111 | 1000001 | 11111 | 11111 | 110000 | 101110 |
Color Harmonies of #AF793E
Complementary color
Monochromatic Colors of #AF793E
Black with #AF793E
Text Example
Text Example
White with #AF793E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF793E; }
p { color: rgb(175,121,62); }
H1.HeaderClassName
{
color: #AF793E;
}
.AnyTagClassName
{
color: #AF793E;
}
</style>
background-color css
<style>
a { background-color: #AF793E; }
a { background-color: rgb(175,121,62); }
div.DivClassName
{
background-color: #AF793E;
}
.BgClassName
{
background-color: #AF793E;
}
</style>
border-color css
<style>
span { border-color: #AF793E; }
span { border-color: rgb(175,121,62); }
td.TdClassName
{
border-color: #AF793E;
}
.TagClassName
{
border-color: #AF793E;
}
</style>