Shades of Bourbon #AF733F
Tints of Bourbon #AF733F
RGB
CMYK
RGB Variations
Color information
#AF733F (or 0xAF733F) is known color: Bourbon. HEX triplet: AF, 73 and 3F. RGB value is (175,115,63). Sum of RGB (Red+Green+Blue) = 175+115+63=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF733F is #508CC0. Grayscale: #7F7F7F. Windows color (decimal): -5278913 or 4158383. OLE color: 4158383.
HSL color Cylindrical-coordinate representation of color #AF733F: hue angle of 27.86º 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 #AF733F is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 63 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.31 |
| HSL | 27.86º | 0.47% | 0.47% | - |
| HSV(B) | 27.86º | 0.64% | 0.69% | - |
| XYZ | 24.71 | 21.73 | 7.6 | - |
| YUV | 127.01 | 91.88 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 63 | 0 | 0.34 | 0.64 | 0.31 | 27.86 | 0.47 | 0.47 |
| Hex | AF | 73 | 3F | 0 | 22 | 40 | 1F | 1C | 2F | 2F |
| Octal | 257 | 163 | 77 | 0 | 42 | 100 | 37 | 34 | 57 | 57 |
| Binary | 10101111 | 1110011 | 111111 | 0 | 100010 | 1000000 | 11111 | 11100 | 101111 | 101111 |
Color Harmonies of #AF733F
Complementary color
Monochromatic Colors of #AF733F
Black with #AF733F
Text Example
Text Example
White with #AF733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF733F; }
p { color: rgb(175,115,63); }
H1.HeaderClassName
{
color: #AF733F;
}
.AnyTagClassName
{
color: #AF733F;
}
</style>
background-color css
<style>
a { background-color: #AF733F; }
a { background-color: rgb(175,115,63); }
div.DivClassName
{
background-color: #AF733F;
}
.BgClassName
{
background-color: #AF733F;
}
</style>
border-color css
<style>
span { border-color: #AF733F; }
span { border-color: rgb(175,115,63); }
td.TdClassName
{
border-color: #AF733F;
}
.TagClassName
{
border-color: #AF733F;
}
</style>