Shades of Bourbon #AF713B
Tints of Bourbon #AF713B
RGB
CMYK
RGB Variations
Color information
#AF713B (or 0xAF713B) is known color: Bourbon. HEX triplet: AF, 71 and 3B. RGB value is (175,113,59). Sum of RGB (Red+Green+Blue) = 175+113+59=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF713B is #508EC4. Grayscale: #7D7D7D. Windows color (decimal): -5279429 or 3895727. OLE color: 3895727.
HSL color Cylindrical-coordinate representation of color #AF713B: hue angle of 27.93º 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 #AF713B is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 59 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.31 |
| HSL | 27.93º | 0.5% | 0.46% | - |
| HSV(B) | 27.93º | 0.66% | 0.69% | - |
| XYZ | 24.37 | 21.24 | 6.95 | - |
| YUV | 125.38 | 90.54 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 59 | 0 | 0.35 | 0.66 | 0.31 | 27.93 | 0.5 | 0.46 |
| Hex | AF | 71 | 3B | 0 | 23 | 42 | 1F | 1C | 32 | 2E |
| Octal | 257 | 161 | 73 | 0 | 43 | 102 | 37 | 34 | 62 | 56 |
| Binary | 10101111 | 1110001 | 111011 | 0 | 100011 | 1000010 | 11111 | 11100 | 110010 | 101110 |
Color Harmonies of #AF713B
Complementary color
Monochromatic Colors of #AF713B
Black with #AF713B
Text Example
Text Example
White with #AF713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF713B; }
p { color: rgb(175,113,59); }
H1.HeaderClassName
{
color: #AF713B;
}
.AnyTagClassName
{
color: #AF713B;
}
</style>
background-color css
<style>
a { background-color: #AF713B; }
a { background-color: rgb(175,113,59); }
div.DivClassName
{
background-color: #AF713B;
}
.BgClassName
{
background-color: #AF713B;
}
</style>
border-color css
<style>
span { border-color: #AF713B; }
span { border-color: rgb(175,113,59); }
td.TdClassName
{
border-color: #AF713B;
}
.TagClassName
{
border-color: #AF713B;
}
</style>