Shades of Medium Wood #AF7863
Tints of Medium Wood #AF7863
RGB
CMYK
RGB Variations
Color information
#AF7863 (or 0xAF7863) is known color: Medium Wood. HEX triplet: AF, 78 and 63. RGB value is (175,120,99). Sum of RGB (Red+Green+Blue) = 175+120+99=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7863 is #50879C. Grayscale: #868686. Windows color (decimal): -5277597 or 6518959. OLE color: 6518959.
HSL color Cylindrical-coordinate representation of color #AF7863: hue angle of 16.58º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7863 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 99 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.31 |
| HSL | 16.58º | 0.32% | 0.54% | - |
| HSV(B) | 16.58º | 0.43% | 0.69% | - |
| XYZ | 26.65 | 23.45 | 14.93 | - |
| YUV | 134.05 | 108.22 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 99 | 0 | 0.31 | 0.43 | 0.31 | 16.58 | 0.32 | 0.54 |
| Hex | AF | 78 | 63 | 0 | 1F | 2B | 1F | 11 | 20 | 36 |
| Octal | 257 | 170 | 143 | 0 | 37 | 53 | 37 | 21 | 40 | 66 |
| Binary | 10101111 | 1111000 | 1100011 | 0 | 11111 | 101011 | 11111 | 10001 | 100000 | 110110 |
Color Harmonies of #AF7863
Complementary color
Monochromatic Colors of #AF7863
Black with #AF7863
Text Example
Text Example
White with #AF7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7863; }
p { color: rgb(175,120,99); }
H1.HeaderClassName
{
color: #AF7863;
}
.AnyTagClassName
{
color: #AF7863;
}
</style>
background-color css
<style>
a { background-color: #AF7863; }
a { background-color: rgb(175,120,99); }
div.DivClassName
{
background-color: #AF7863;
}
.BgClassName
{
background-color: #AF7863;
}
</style>
border-color css
<style>
span { border-color: #AF7863; }
span { border-color: rgb(175,120,99); }
td.TdClassName
{
border-color: #AF7863;
}
.TagClassName
{
border-color: #AF7863;
}
</style>