Shades of Bourbon #AF703D
Tints of Bourbon #AF703D
RGB
CMYK
RGB Variations
Color information
#AF703D (or 0xAF703D) is known color: Bourbon. HEX triplet: AF, 70 and 3D. RGB value is (175,112,61). Sum of RGB (Red+Green+Blue) = 175+112+61=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF703D is #508FC2. Grayscale: #7D7D7D. Windows color (decimal): -5279683 or 4026543. OLE color: 4026543.
HSL color Cylindrical-coordinate representation of color #AF703D: hue angle of 26.84º 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 #AF703D is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 61 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.31 |
| HSL | 26.84º | 0.48% | 0.46% | - |
| HSV(B) | 26.84º | 0.65% | 0.69% | - |
| XYZ | 24.32 | 21.04 | 7.19 | - |
| YUV | 125.02 | 91.87 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 61 | 0 | 0.36 | 0.65 | 0.31 | 26.84 | 0.48 | 0.46 |
| Hex | AF | 70 | 3D | 0 | 24 | 41 | 1F | 1B | 30 | 2E |
| Octal | 257 | 160 | 75 | 0 | 44 | 101 | 37 | 33 | 60 | 56 |
| Binary | 10101111 | 1110000 | 111101 | 0 | 100100 | 1000001 | 11111 | 11011 | 110000 | 101110 |
Color Harmonies of #AF703D
Complementary color
Monochromatic Colors of #AF703D
Black with #AF703D
Text Example
Text Example
White with #AF703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF703D; }
p { color: rgb(175,112,61); }
H1.HeaderClassName
{
color: #AF703D;
}
.AnyTagClassName
{
color: #AF703D;
}
</style>
background-color css
<style>
a { background-color: #AF703D; }
a { background-color: rgb(175,112,61); }
div.DivClassName
{
background-color: #AF703D;
}
.BgClassName
{
background-color: #AF703D;
}
</style>
border-color css
<style>
span { border-color: #AF703D; }
span { border-color: rgb(175,112,61); }
td.TdClassName
{
border-color: #AF703D;
}
.TagClassName
{
border-color: #AF703D;
}
</style>