Shades of Medium Wood #AF8562
Tints of Medium Wood #AF8562
RGB
CMYK
RGB Variations
Color information
#AF8562 (or 0xAF8562) is known color: Medium Wood. HEX triplet: AF, 85 and 62. RGB value is (175,133,98). Sum of RGB (Red+Green+Blue) = 175+133+98=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8562 is #507A9D. Grayscale: #8D8D8D. Windows color (decimal): -5274270 or 6456751. OLE color: 6456751.
HSL color Cylindrical-coordinate representation of color #AF8562: hue angle of 27.27º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF8562 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 98 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.31 |
| HSL | 27.27º | 0.32% | 0.54% | - |
| HSV(B) | 27.27º | 0.44% | 0.69% | - |
| XYZ | 28.27 | 26.77 | 15.23 | - |
| YUV | 141.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 98 | 0 | 0.24 | 0.44 | 0.31 | 27.27 | 0.32 | 0.54 |
| Hex | AF | 85 | 62 | 0 | 18 | 2C | 1F | 1B | 20 | 36 |
| Octal | 257 | 205 | 142 | 0 | 30 | 54 | 37 | 33 | 40 | 66 |
| Binary | 10101111 | 10000101 | 1100010 | 0 | 11000 | 101100 | 11111 | 11011 | 100000 | 110110 |
Color Harmonies of #AF8562
Complementary color
Monochromatic Colors of #AF8562
Black with #AF8562
Text Example
Text Example
White with #AF8562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8562; }
p { color: rgb(175,133,98); }
H1.HeaderClassName
{
color: #AF8562;
}
.AnyTagClassName
{
color: #AF8562;
}
</style>
background-color css
<style>
a { background-color: #AF8562; }
a { background-color: rgb(175,133,98); }
div.DivClassName
{
background-color: #AF8562;
}
.BgClassName
{
background-color: #AF8562;
}
</style>
border-color css
<style>
span { border-color: #AF8562; }
span { border-color: rgb(175,133,98); }
td.TdClassName
{
border-color: #AF8562;
}
.TagClassName
{
border-color: #AF8562;
}
</style>