Shades of Medium Wood #AF8662
Tints of Medium Wood #AF8662
RGB
CMYK
RGB Variations
Color information
#AF8662 (or 0xAF8662) is known color: Medium Wood. HEX triplet: AF, 86 and 62. RGB value is (175,134,98). Sum of RGB (Red+Green+Blue) = 175+134+98=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8662 is #50799D. Grayscale: #8E8E8E. Windows color (decimal): -5274014 or 6457007. OLE color: 6457007.
HSL color Cylindrical-coordinate representation of color #AF8662: hue angle of 28.05º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF8662 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 98 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.31 |
| HSL | 28.05º | 0.32% | 0.54% | - |
| HSV(B) | 28.05º | 0.44% | 0.69% | - |
| XYZ | 28.41 | 27.05 | 15.28 | - |
| YUV | 142.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 98 | 0 | 0.23 | 0.44 | 0.31 | 28.05 | 0.32 | 0.54 |
| Hex | AF | 86 | 62 | 0 | 17 | 2C | 1F | 1C | 20 | 36 |
| Octal | 257 | 206 | 142 | 0 | 27 | 54 | 37 | 34 | 40 | 66 |
| Binary | 10101111 | 10000110 | 1100010 | 0 | 10111 | 101100 | 11111 | 11100 | 100000 | 110110 |
Color Harmonies of #AF8662
Complementary color
Monochromatic Colors of #AF8662
Black with #AF8662
Text Example
Text Example
White with #AF8662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8662; }
p { color: rgb(175,134,98); }
H1.HeaderClassName
{
color: #AF8662;
}
.AnyTagClassName
{
color: #AF8662;
}
</style>
background-color css
<style>
a { background-color: #AF8662; }
a { background-color: rgb(175,134,98); }
div.DivClassName
{
background-color: #AF8662;
}
.BgClassName
{
background-color: #AF8662;
}
</style>
border-color css
<style>
span { border-color: #AF8662; }
span { border-color: rgb(175,134,98); }
td.TdClassName
{
border-color: #AF8662;
}
.TagClassName
{
border-color: #AF8662;
}
</style>