Shades of Bourbon #AF723D
Tints of Bourbon #AF723D
RGB
CMYK
RGB Variations
Color information
#AF723D (or 0xAF723D) is known color: Bourbon. HEX triplet: AF, 72 and 3D. RGB value is (175,114,61). Sum of RGB (Red+Green+Blue) = 175+114+61=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF723D is #508DC2. Grayscale: #7E7E7E. Windows color (decimal): -5279171 or 4027055. OLE color: 4027055.
HSL color Cylindrical-coordinate representation of color #AF723D: hue angle of 27.89º 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 #AF723D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 61 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.31 |
| HSL | 27.89º | 0.48% | 0.46% | - |
| HSV(B) | 27.89º | 0.65% | 0.69% | - |
| XYZ | 24.54 | 21.49 | 7.27 | - |
| YUV | 126.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 61 | 0 | 0.35 | 0.65 | 0.31 | 27.89 | 0.48 | 0.46 |
| Hex | AF | 72 | 3D | 0 | 23 | 41 | 1F | 1C | 30 | 2E |
| Octal | 257 | 162 | 75 | 0 | 43 | 101 | 37 | 34 | 60 | 56 |
| Binary | 10101111 | 1110010 | 111101 | 0 | 100011 | 1000001 | 11111 | 11100 | 110000 | 101110 |
Color Harmonies of #AF723D
Complementary color
Monochromatic Colors of #AF723D
Black with #AF723D
Text Example
Text Example
White with #AF723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF723D; }
p { color: rgb(175,114,61); }
H1.HeaderClassName
{
color: #AF723D;
}
.AnyTagClassName
{
color: #AF723D;
}
</style>
background-color css
<style>
a { background-color: #AF723D; }
a { background-color: rgb(175,114,61); }
div.DivClassName
{
background-color: #AF723D;
}
.BgClassName
{
background-color: #AF723D;
}
</style>
border-color css
<style>
span { border-color: #AF723D; }
span { border-color: rgb(175,114,61); }
td.TdClassName
{
border-color: #AF723D;
}
.TagClassName
{
border-color: #AF723D;
}
</style>