Shades of Medium Wood #AF8860
Tints of Medium Wood #AF8860
RGB
CMYK
RGB Variations
Color information
#AF8860 (or 0xAF8860) is known color: Medium Wood. HEX triplet: AF, 88 and 60. RGB value is (175,136,96). Sum of RGB (Red+Green+Blue) = 175+136+96=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8860 is #50779F. Grayscale: #8F8F8F. Windows color (decimal): -5273504 or 6326447. OLE color: 6326447.
HSL color Cylindrical-coordinate representation of color #AF8860: hue angle of 30.38º 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 #AF8860 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 96 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.31 |
| HSL | 30.38º | 0.33% | 0.53% | - |
| HSV(B) | 30.38º | 0.45% | 0.69% | - |
| XYZ | 28.59 | 27.57 | 14.88 | - |
| YUV | 143.1 | 101.42 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 96 | 0 | 0.22 | 0.45 | 0.31 | 30.38 | 0.33 | 0.53 |
| Hex | AF | 88 | 60 | 0 | 16 | 2D | 1F | 1E | 21 | 35 |
| Octal | 257 | 210 | 140 | 0 | 26 | 55 | 37 | 36 | 41 | 65 |
| Binary | 10101111 | 10001000 | 1100000 | 0 | 10110 | 101101 | 11111 | 11110 | 100001 | 110101 |
Color Harmonies of #AF8860
Complementary color
Monochromatic Colors of #AF8860
Black with #AF8860
Text Example
Text Example
White with #AF8860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8860; }
p { color: rgb(175,136,96); }
H1.HeaderClassName
{
color: #AF8860;
}
.AnyTagClassName
{
color: #AF8860;
}
</style>
background-color css
<style>
a { background-color: #AF8860; }
a { background-color: rgb(175,136,96); }
div.DivClassName
{
background-color: #AF8860;
}
.BgClassName
{
background-color: #AF8860;
}
</style>
border-color css
<style>
span { border-color: #AF8860; }
span { border-color: rgb(175,136,96); }
td.TdClassName
{
border-color: #AF8860;
}
.TagClassName
{
border-color: #AF8860;
}
</style>