Shades of Medium Wood #AF806D
Tints of Medium Wood #AF806D
RGB
CMYK
RGB Variations
Color information
#AF806D (or 0xAF806D) is known color: Medium Wood. HEX triplet: AF, 80 and 6D. RGB value is (175,128,109). Sum of RGB (Red+Green+Blue) = 175+128+109=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF806D is #507F92. Grayscale: #8C8C8C. Windows color (decimal): -5275539 or 7176367. OLE color: 7176367.
HSL color Cylindrical-coordinate representation of color #AF806D: hue angle of 17.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF806D is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 109 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.31 |
| HSL | 17.27º | 0.29% | 0.56% | - |
| HSV(B) | 17.27º | 0.38% | 0.69% | - |
| XYZ | 28.16 | 25.66 | 17.94 | - |
| YUV | 139.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 109 | 0 | 0.27 | 0.38 | 0.31 | 17.27 | 0.29 | 0.56 |
| Hex | AF | 80 | 6D | 0 | 1B | 26 | 1F | 11 | 1D | 38 |
| Octal | 257 | 200 | 155 | 0 | 33 | 46 | 37 | 21 | 35 | 70 |
| Binary | 10101111 | 10000000 | 1101101 | 0 | 11011 | 100110 | 11111 | 10001 | 11101 | 111000 |
Color Harmonies of #AF806D
Complementary color
Monochromatic Colors of #AF806D
Black with #AF806D
Text Example
Text Example
White with #AF806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF806D; }
p { color: rgb(175,128,109); }
H1.HeaderClassName
{
color: #AF806D;
}
.AnyTagClassName
{
color: #AF806D;
}
</style>
background-color css
<style>
a { background-color: #AF806D; }
a { background-color: rgb(175,128,109); }
div.DivClassName
{
background-color: #AF806D;
}
.BgClassName
{
background-color: #AF806D;
}
</style>
border-color css
<style>
span { border-color: #AF806D; }
span { border-color: rgb(175,128,109); }
td.TdClassName
{
border-color: #AF806D;
}
.TagClassName
{
border-color: #AF806D;
}
</style>