Shades of Bourbon #AF723C
Tints of Bourbon #AF723C
RGB
CMYK
RGB Variations
Color information
#AF723C (or 0xAF723C) is known color: Bourbon. HEX triplet: AF, 72 and 3C. RGB value is (175,114,60). Sum of RGB (Red+Green+Blue) = 175+114+60=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF723C is #508DC3. Grayscale: #7E7E7E. Windows color (decimal): -5279172 or 3961519. OLE color: 3961519.
HSL color Cylindrical-coordinate representation of color #AF723C: hue angle of 28.17º degrees, saturation: 0.49, 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 #AF723C is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 60 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.31 |
| HSL | 28.17º | 0.49% | 0.46% | - |
| HSV(B) | 28.17º | 0.66% | 0.69% | - |
| XYZ | 24.51 | 21.47 | 7.13 | - |
| YUV | 126.08 | 90.71 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 60 | 0 | 0.35 | 0.66 | 0.31 | 28.17 | 0.49 | 0.46 |
| Hex | AF | 72 | 3C | 0 | 23 | 42 | 1F | 1C | 31 | 2E |
| Octal | 257 | 162 | 74 | 0 | 43 | 102 | 37 | 34 | 61 | 56 |
| Binary | 10101111 | 1110010 | 111100 | 0 | 100011 | 1000010 | 11111 | 11100 | 110001 | 101110 |
Color Harmonies of #AF723C
Complementary color
Monochromatic Colors of #AF723C
Black with #AF723C
Text Example
Text Example
White with #AF723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF723C; }
p { color: rgb(175,114,60); }
H1.HeaderClassName
{
color: #AF723C;
}
.AnyTagClassName
{
color: #AF723C;
}
</style>
background-color css
<style>
a { background-color: #AF723C; }
a { background-color: rgb(175,114,60); }
div.DivClassName
{
background-color: #AF723C;
}
.BgClassName
{
background-color: #AF723C;
}
</style>
border-color css
<style>
span { border-color: #AF723C; }
span { border-color: rgb(175,114,60); }
td.TdClassName
{
border-color: #AF723C;
}
.TagClassName
{
border-color: #AF723C;
}
</style>