Shades of Medium Wood #AF836C
Tints of Medium Wood #AF836C
RGB
CMYK
RGB Variations
Color information
#AF836C (or 0xAF836C) is known color: Medium Wood. HEX triplet: AF, 83 and 6C. RGB value is (175,131,108). Sum of RGB (Red+Green+Blue) = 175+131+108=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF836C is #507C93. Grayscale: #8D8D8D. Windows color (decimal): -5274772 or 7111599. OLE color: 7111599.
HSL color Cylindrical-coordinate representation of color #AF836C: hue angle of 20.6º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF836C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 108 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.31 |
| HSL | 20.6º | 0.3% | 0.55% | - |
| HSV(B) | 20.6º | 0.38% | 0.69% | - |
| XYZ | 28.5 | 26.43 | 17.79 | - |
| YUV | 141.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 108 | 0 | 0.25 | 0.38 | 0.31 | 20.6 | 0.3 | 0.55 |
| Hex | AF | 83 | 6C | 0 | 19 | 26 | 1F | 15 | 1E | 37 |
| Octal | 257 | 203 | 154 | 0 | 31 | 46 | 37 | 25 | 36 | 67 |
| Binary | 10101111 | 10000011 | 1101100 | 0 | 11001 | 100110 | 11111 | 10101 | 11110 | 110111 |
Color Harmonies of #AF836C
Complementary color
Monochromatic Colors of #AF836C
Black with #AF836C
Text Example
Text Example
White with #AF836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF836C; }
p { color: rgb(175,131,108); }
H1.HeaderClassName
{
color: #AF836C;
}
.AnyTagClassName
{
color: #AF836C;
}
</style>
background-color css
<style>
a { background-color: #AF836C; }
a { background-color: rgb(175,131,108); }
div.DivClassName
{
background-color: #AF836C;
}
.BgClassName
{
background-color: #AF836C;
}
</style>
border-color css
<style>
span { border-color: #AF836C; }
span { border-color: rgb(175,131,108); }
td.TdClassName
{
border-color: #AF836C;
}
.TagClassName
{
border-color: #AF836C;
}
</style>