Shades of Medium Wood #AF8861
Tints of Medium Wood #AF8861
RGB
CMYK
RGB Variations
Color information
#AF8861 (or 0xAF8861) is known color: Medium Wood. HEX triplet: AF, 88 and 61. RGB value is (175,136,97). Sum of RGB (Red+Green+Blue) = 175+136+97=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8861 is #50779E. Grayscale: #8F8F8F. Windows color (decimal): -5273503 or 6391983. OLE color: 6391983.
HSL color Cylindrical-coordinate representation of color #AF8861: hue angle of 30º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8861 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 97 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.31 |
| HSL | 30º | 0.33% | 0.53% | - |
| HSV(B) | 30º | 0.45% | 0.69% | - |
| XYZ | 28.64 | 27.59 | 15.12 | - |
| YUV | 143.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 97 | 0 | 0.22 | 0.45 | 0.31 | 30 | 0.33 | 0.53 |
| Hex | AF | 88 | 61 | 0 | 16 | 2D | 1F | 1E | 21 | 35 |
| Octal | 257 | 210 | 141 | 0 | 26 | 55 | 37 | 36 | 41 | 65 |
| Binary | 10101111 | 10001000 | 1100001 | 0 | 10110 | 101101 | 11111 | 11110 | 100001 | 110101 |
Color Harmonies of #AF8861
Complementary color
Monochromatic Colors of #AF8861
Black with #AF8861
Text Example
Text Example
White with #AF8861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8861; }
p { color: rgb(175,136,97); }
H1.HeaderClassName
{
color: #AF8861;
}
.AnyTagClassName
{
color: #AF8861;
}
</style>
background-color css
<style>
a { background-color: #AF8861; }
a { background-color: rgb(175,136,97); }
div.DivClassName
{
background-color: #AF8861;
}
.BgClassName
{
background-color: #AF8861;
}
</style>
border-color css
<style>
span { border-color: #AF8861; }
span { border-color: rgb(175,136,97); }
td.TdClassName
{
border-color: #AF8861;
}
.TagClassName
{
border-color: #AF8861;
}
</style>