Shades of Bourbon #AF783F
Tints of Bourbon #AF783F
RGB
CMYK
RGB Variations
Color information
#AF783F (or 0xAF783F) is known color: Bourbon. HEX triplet: AF, 78 and 3F. RGB value is (175,120,63). Sum of RGB (Red+Green+Blue) = 175+120+63=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF783F is #5087C0. Grayscale: #828282. Windows color (decimal): -5277633 or 4159663. OLE color: 4159663.
HSL color Cylindrical-coordinate representation of color #AF783F: hue angle of 30.54º 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 #AF783F is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 63 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.31 |
| HSL | 30.54º | 0.47% | 0.47% | - |
| HSV(B) | 30.54º | 0.64% | 0.69% | - |
| XYZ | 25.29 | 22.91 | 7.79 | - |
| YUV | 129.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 63 | 0 | 0.31 | 0.64 | 0.31 | 30.54 | 0.47 | 0.47 |
| Hex | AF | 78 | 3F | 0 | 1F | 40 | 1F | 1F | 2F | 2F |
| Octal | 257 | 170 | 77 | 0 | 37 | 100 | 37 | 37 | 57 | 57 |
| Binary | 10101111 | 1111000 | 111111 | 0 | 11111 | 1000000 | 11111 | 11111 | 101111 | 101111 |
Color Harmonies of #AF783F
Complementary color
Monochromatic Colors of #AF783F
Black with #AF783F
Text Example
Text Example
White with #AF783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF783F; }
p { color: rgb(175,120,63); }
H1.HeaderClassName
{
color: #AF783F;
}
.AnyTagClassName
{
color: #AF783F;
}
</style>
background-color css
<style>
a { background-color: #AF783F; }
a { background-color: rgb(175,120,63); }
div.DivClassName
{
background-color: #AF783F;
}
.BgClassName
{
background-color: #AF783F;
}
</style>
border-color css
<style>
span { border-color: #AF783F; }
span { border-color: rgb(175,120,63); }
td.TdClassName
{
border-color: #AF783F;
}
.TagClassName
{
border-color: #AF783F;
}
</style>