Shades of Bourbon #AF714A
Tints of Bourbon #AF714A
RGB
CMYK
RGB Variations
Color information
#AF714A (or 0xAF714A) is known color: Bourbon. HEX triplet: AF, 71 and 4A. RGB value is (175,113,74). Sum of RGB (Red+Green+Blue) = 175+113+74=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF714A is #508EB5. Grayscale: #7F7F7F. Windows color (decimal): -5279414 or 4878767. OLE color: 4878767.
HSL color Cylindrical-coordinate representation of color #AF714A: hue angle of 23.17º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF714A is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 74 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.31 |
| HSL | 23.17º | 0.41% | 0.49% | - |
| HSV(B) | 23.17º | 0.58% | 0.69% | - |
| XYZ | 24.82 | 21.42 | 9.3 | - |
| YUV | 127.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 74 | 0 | 0.35 | 0.58 | 0.31 | 23.17 | 0.41 | 0.49 |
| Hex | AF | 71 | 4A | 0 | 23 | 3A | 1F | 17 | 29 | 31 |
| Octal | 257 | 161 | 112 | 0 | 43 | 72 | 37 | 27 | 51 | 61 |
| Binary | 10101111 | 1110001 | 1001010 | 0 | 100011 | 111010 | 11111 | 10111 | 101001 | 110001 |
Color Harmonies of #AF714A
Complementary color
Monochromatic Colors of #AF714A
Black with #AF714A
Text Example
Text Example
White with #AF714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF714A; }
p { color: rgb(175,113,74); }
H1.HeaderClassName
{
color: #AF714A;
}
.AnyTagClassName
{
color: #AF714A;
}
</style>
background-color css
<style>
a { background-color: #AF714A; }
a { background-color: rgb(175,113,74); }
div.DivClassName
{
background-color: #AF714A;
}
.BgClassName
{
background-color: #AF714A;
}
</style>
border-color css
<style>
span { border-color: #AF714A; }
span { border-color: rgb(175,113,74); }
td.TdClassName
{
border-color: #AF714A;
}
.TagClassName
{
border-color: #AF714A;
}
</style>