Shades of Medium Wood #AF856F
Tints of Medium Wood #AF856F
RGB
CMYK
RGB Variations
Color information
#AF856F (or 0xAF856F) is known color: Medium Wood. HEX triplet: AF, 85 and 6F. RGB value is (175,133,111). Sum of RGB (Red+Green+Blue) = 175+133+111=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF856F is #507A90. Grayscale: #8F8F8F. Windows color (decimal): -5274257 or 7308719. OLE color: 7308719.
HSL color Cylindrical-coordinate representation of color #AF856F: hue angle of 20.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF856F is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 111 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.31 |
| HSL | 20.63º | 0.29% | 0.56% | - |
| HSV(B) | 20.63º | 0.37% | 0.69% | - |
| XYZ | 28.94 | 27.04 | 18.73 | - |
| YUV | 143.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 111 | 0 | 0.24 | 0.37 | 0.31 | 20.63 | 0.29 | 0.56 |
| Hex | AF | 85 | 6F | 0 | 18 | 25 | 1F | 15 | 1D | 38 |
| Octal | 257 | 205 | 157 | 0 | 30 | 45 | 37 | 25 | 35 | 70 |
| Binary | 10101111 | 10000101 | 1101111 | 0 | 11000 | 100101 | 11111 | 10101 | 11101 | 111000 |
Color Harmonies of #AF856F
Complementary color
Monochromatic Colors of #AF856F
Black with #AF856F
Text Example
Text Example
White with #AF856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF856F; }
p { color: rgb(175,133,111); }
H1.HeaderClassName
{
color: #AF856F;
}
.AnyTagClassName
{
color: #AF856F;
}
</style>
background-color css
<style>
a { background-color: #AF856F; }
a { background-color: rgb(175,133,111); }
div.DivClassName
{
background-color: #AF856F;
}
.BgClassName
{
background-color: #AF856F;
}
</style>
border-color css
<style>
span { border-color: #AF856F; }
span { border-color: rgb(175,133,111); }
td.TdClassName
{
border-color: #AF856F;
}
.TagClassName
{
border-color: #AF856F;
}
</style>