Shades of Medium Wood #AF846D
Tints of Medium Wood #AF846D
RGB
CMYK
RGB Variations
Color information
#AF846D (or 0xAF846D) is known color: Medium Wood. HEX triplet: AF, 84 and 6D. RGB value is (175,132,109). Sum of RGB (Red+Green+Blue) = 175+132+109=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF846D is #507B92. Grayscale: #8E8E8E. Windows color (decimal): -5274515 or 7177391. OLE color: 7177391.
HSL color Cylindrical-coordinate representation of color #AF846D: hue angle of 20.91º 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 #AF846D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 109 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.31 |
| HSL | 20.91º | 0.29% | 0.56% | - |
| HSV(B) | 20.91º | 0.38% | 0.69% | - |
| XYZ | 28.69 | 26.72 | 18.11 | - |
| YUV | 142.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 109 | 0 | 0.25 | 0.38 | 0.31 | 20.91 | 0.29 | 0.56 |
| Hex | AF | 84 | 6D | 0 | 19 | 26 | 1F | 15 | 1D | 38 |
| Octal | 257 | 204 | 155 | 0 | 31 | 46 | 37 | 25 | 35 | 70 |
| Binary | 10101111 | 10000100 | 1101101 | 0 | 11001 | 100110 | 11111 | 10101 | 11101 | 111000 |
Color Harmonies of #AF846D
Complementary color
Monochromatic Colors of #AF846D
Black with #AF846D
Text Example
Text Example
White with #AF846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF846D; }
p { color: rgb(175,132,109); }
H1.HeaderClassName
{
color: #AF846D;
}
.AnyTagClassName
{
color: #AF846D;
}
</style>
background-color css
<style>
a { background-color: #AF846D; }
a { background-color: rgb(175,132,109); }
div.DivClassName
{
background-color: #AF846D;
}
.BgClassName
{
background-color: #AF846D;
}
</style>
border-color css
<style>
span { border-color: #AF846D; }
span { border-color: rgb(175,132,109); }
td.TdClassName
{
border-color: #AF846D;
}
.TagClassName
{
border-color: #AF846D;
}
</style>