Shades of Medium Wood #AF8565
Tints of Medium Wood #AF8565
RGB
CMYK
RGB Variations
Color information
#AF8565 (or 0xAF8565) is known color: Medium Wood. HEX triplet: AF, 85 and 65. RGB value is (175,133,101). Sum of RGB (Red+Green+Blue) = 175+133+101=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8565 is #507A9A. Grayscale: #8E8E8E. Windows color (decimal): -5274267 or 6653359. OLE color: 6653359.
HSL color Cylindrical-coordinate representation of color #AF8565: hue angle of 25.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8565 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 101 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.31 |
| HSL | 25.95º | 0.32% | 0.54% | - |
| HSV(B) | 25.95º | 0.42% | 0.69% | - |
| XYZ | 28.42 | 26.83 | 15.99 | - |
| YUV | 141.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 101 | 0 | 0.24 | 0.42 | 0.31 | 25.95 | 0.32 | 0.54 |
| Hex | AF | 85 | 65 | 0 | 18 | 2A | 1F | 1A | 20 | 36 |
| Octal | 257 | 205 | 145 | 0 | 30 | 52 | 37 | 32 | 40 | 66 |
| Binary | 10101111 | 10000101 | 1100101 | 0 | 11000 | 101010 | 11111 | 11010 | 100000 | 110110 |
Color Harmonies of #AF8565
Complementary color
Monochromatic Colors of #AF8565
Black with #AF8565
Text Example
Text Example
White with #AF8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8565; }
p { color: rgb(175,133,101); }
H1.HeaderClassName
{
color: #AF8565;
}
.AnyTagClassName
{
color: #AF8565;
}
</style>
background-color css
<style>
a { background-color: #AF8565; }
a { background-color: rgb(175,133,101); }
div.DivClassName
{
background-color: #AF8565;
}
.BgClassName
{
background-color: #AF8565;
}
</style>
border-color css
<style>
span { border-color: #AF8565; }
span { border-color: rgb(175,133,101); }
td.TdClassName
{
border-color: #AF8565;
}
.TagClassName
{
border-color: #AF8565;
}
</style>