Shades of Medium Wood #AF866C
Tints of Medium Wood #AF866C
RGB
CMYK
RGB Variations
Color information
#AF866C (or 0xAF866C) is known color: Medium Wood. HEX triplet: AF, 86 and 6C. RGB value is (175,134,108). Sum of RGB (Red+Green+Blue) = 175+134+108=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF866C is #507993. Grayscale: #8F8F8F. Windows color (decimal): -5274004 or 7112367. OLE color: 7112367.
HSL color Cylindrical-coordinate representation of color #AF866C: hue angle of 23.28º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF866C is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 108 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.31 |
| HSL | 23.28º | 0.3% | 0.55% | - |
| HSV(B) | 23.28º | 0.38% | 0.69% | - |
| XYZ | 28.91 | 27.25 | 17.92 | - |
| YUV | 143.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 108 | 0 | 0.23 | 0.38 | 0.31 | 23.28 | 0.3 | 0.55 |
| Hex | AF | 86 | 6C | 0 | 17 | 26 | 1F | 17 | 1E | 37 |
| Octal | 257 | 206 | 154 | 0 | 27 | 46 | 37 | 27 | 36 | 67 |
| Binary | 10101111 | 10000110 | 1101100 | 0 | 10111 | 100110 | 11111 | 10111 | 11110 | 110111 |
Color Harmonies of #AF866C
Complementary color
Monochromatic Colors of #AF866C
Black with #AF866C
Text Example
Text Example
White with #AF866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF866C; }
p { color: rgb(175,134,108); }
H1.HeaderClassName
{
color: #AF866C;
}
.AnyTagClassName
{
color: #AF866C;
}
</style>
background-color css
<style>
a { background-color: #AF866C; }
a { background-color: rgb(175,134,108); }
div.DivClassName
{
background-color: #AF866C;
}
.BgClassName
{
background-color: #AF866C;
}
</style>
border-color css
<style>
span { border-color: #AF866C; }
span { border-color: rgb(175,134,108); }
td.TdClassName
{
border-color: #AF866C;
}
.TagClassName
{
border-color: #AF866C;
}
</style>