Shades of Medium Wood #AF8765
Tints of Medium Wood #AF8765
RGB
CMYK
RGB Variations
Color information
#AF8765 (or 0xAF8765) is known color: Medium Wood. HEX triplet: AF, 87 and 65. RGB value is (175,135,101). Sum of RGB (Red+Green+Blue) = 175+135+101=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8765 is #50789A. Grayscale: #8F8F8F. Windows color (decimal): -5273755 or 6653871. OLE color: 6653871.
HSL color Cylindrical-coordinate representation of color #AF8765: hue angle of 27.57º 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 #AF8765 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 101 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.31 |
| HSL | 27.57º | 0.32% | 0.54% | - |
| HSV(B) | 27.57º | 0.42% | 0.69% | - |
| XYZ | 28.69 | 27.38 | 16.08 | - |
| YUV | 143.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 101 | 0 | 0.23 | 0.42 | 0.31 | 27.57 | 0.32 | 0.54 |
| Hex | AF | 87 | 65 | 0 | 17 | 2A | 1F | 1C | 20 | 36 |
| Octal | 257 | 207 | 145 | 0 | 27 | 52 | 37 | 34 | 40 | 66 |
| Binary | 10101111 | 10000111 | 1100101 | 0 | 10111 | 101010 | 11111 | 11100 | 100000 | 110110 |
Color Harmonies of #AF8765
Complementary color
Monochromatic Colors of #AF8765
Black with #AF8765
Text Example
Text Example
White with #AF8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8765; }
p { color: rgb(175,135,101); }
H1.HeaderClassName
{
color: #AF8765;
}
.AnyTagClassName
{
color: #AF8765;
}
</style>
background-color css
<style>
a { background-color: #AF8765; }
a { background-color: rgb(175,135,101); }
div.DivClassName
{
background-color: #AF8765;
}
.BgClassName
{
background-color: #AF8765;
}
</style>
border-color css
<style>
span { border-color: #AF8765; }
span { border-color: rgb(175,135,101); }
td.TdClassName
{
border-color: #AF8765;
}
.TagClassName
{
border-color: #AF8765;
}
</style>