Shades of Bourbon #AF703B
Tints of Bourbon #AF703B
RGB
CMYK
RGB Variations
Color information
#AF703B (or 0xAF703B) is known color: Bourbon. HEX triplet: AF, 70 and 3B. RGB value is (175,112,59). Sum of RGB (Red+Green+Blue) = 175+112+59=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF703B is #508FC4. Grayscale: #7D7D7D. Windows color (decimal): -5279685 or 3895471. OLE color: 3895471.
HSL color Cylindrical-coordinate representation of color #AF703B: hue angle of 27.41º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF703B is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 59 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.31 |
| HSL | 27.41º | 0.5% | 0.46% | - |
| HSV(B) | 27.41º | 0.66% | 0.69% | - |
| XYZ | 24.26 | 21.02 | 6.92 | - |
| YUV | 124.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 59 | 0 | 0.36 | 0.66 | 0.31 | 27.41 | 0.5 | 0.46 |
| Hex | AF | 70 | 3B | 0 | 24 | 42 | 1F | 1B | 32 | 2E |
| Octal | 257 | 160 | 73 | 0 | 44 | 102 | 37 | 33 | 62 | 56 |
| Binary | 10101111 | 1110000 | 111011 | 0 | 100100 | 1000010 | 11111 | 11011 | 110010 | 101110 |
Color Harmonies of #AF703B
Complementary color
Monochromatic Colors of #AF703B
Black with #AF703B
Text Example
Text Example
White with #AF703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF703B; }
p { color: rgb(175,112,59); }
H1.HeaderClassName
{
color: #AF703B;
}
.AnyTagClassName
{
color: #AF703B;
}
</style>
background-color css
<style>
a { background-color: #AF703B; }
a { background-color: rgb(175,112,59); }
div.DivClassName
{
background-color: #AF703B;
}
.BgClassName
{
background-color: #AF703B;
}
</style>
border-color css
<style>
span { border-color: #AF703B; }
span { border-color: rgb(175,112,59); }
td.TdClassName
{
border-color: #AF703B;
}
.TagClassName
{
border-color: #AF703B;
}
</style>