Shades of Medium Wood #AF7963
Tints of Medium Wood #AF7963
RGB
CMYK
RGB Variations
Color information
#AF7963 (or 0xAF7963) is known color: Medium Wood. HEX triplet: AF, 79 and 63. RGB value is (175,121,99). Sum of RGB (Red+Green+Blue) = 175+121+99=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7963 is #50869C. Grayscale: #868686. Windows color (decimal): -5277341 or 6519215. OLE color: 6519215.
HSL color Cylindrical-coordinate representation of color #AF7963: hue angle of 17.37º 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 #AF7963 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 99 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.31 |
| HSL | 17.37º | 0.32% | 0.54% | - |
| HSV(B) | 17.37º | 0.43% | 0.69% | - |
| XYZ | 26.77 | 23.69 | 14.97 | - |
| YUV | 134.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 99 | 0 | 0.31 | 0.43 | 0.31 | 17.37 | 0.32 | 0.54 |
| Hex | AF | 79 | 63 | 0 | 1F | 2B | 1F | 11 | 20 | 36 |
| Octal | 257 | 171 | 143 | 0 | 37 | 53 | 37 | 21 | 40 | 66 |
| Binary | 10101111 | 1111001 | 1100011 | 0 | 11111 | 101011 | 11111 | 10001 | 100000 | 110110 |
Color Harmonies of #AF7963
Complementary color
Monochromatic Colors of #AF7963
Black with #AF7963
Text Example
Text Example
White with #AF7963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7963; }
p { color: rgb(175,121,99); }
H1.HeaderClassName
{
color: #AF7963;
}
.AnyTagClassName
{
color: #AF7963;
}
</style>
background-color css
<style>
a { background-color: #AF7963; }
a { background-color: rgb(175,121,99); }
div.DivClassName
{
background-color: #AF7963;
}
.BgClassName
{
background-color: #AF7963;
}
</style>
border-color css
<style>
span { border-color: #AF7963; }
span { border-color: rgb(175,121,99); }
td.TdClassName
{
border-color: #AF7963;
}
.TagClassName
{
border-color: #AF7963;
}
</style>