Shades of Medium Wood #AF846A
Tints of Medium Wood #AF846A
RGB
CMYK
RGB Variations
Color information
#AF846A (or 0xAF846A) is known color: Medium Wood. HEX triplet: AF, 84 and 6A. RGB value is (175,132,106). Sum of RGB (Red+Green+Blue) = 175+132+106=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF846A is #507B95. Grayscale: #8E8E8E. Windows color (decimal): -5274518 or 6980783. OLE color: 6980783.
HSL color Cylindrical-coordinate representation of color #AF846A: hue angle of 22.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF846A is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 106 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.31 |
| HSL | 22.61º | 0.3% | 0.55% | - |
| HSV(B) | 22.61º | 0.39% | 0.69% | - |
| XYZ | 28.53 | 26.66 | 17.28 | - |
| YUV | 141.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 106 | 0 | 0.25 | 0.39 | 0.31 | 22.61 | 0.3 | 0.55 |
| Hex | AF | 84 | 6A | 0 | 19 | 27 | 1F | 17 | 1E | 37 |
| Octal | 257 | 204 | 152 | 0 | 31 | 47 | 37 | 27 | 36 | 67 |
| Binary | 10101111 | 10000100 | 1101010 | 0 | 11001 | 100111 | 11111 | 10111 | 11110 | 110111 |
Color Harmonies of #AF846A
Complementary color
Monochromatic Colors of #AF846A
Black with #AF846A
Text Example
Text Example
White with #AF846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF846A; }
p { color: rgb(175,132,106); }
H1.HeaderClassName
{
color: #AF846A;
}
.AnyTagClassName
{
color: #AF846A;
}
</style>
background-color css
<style>
a { background-color: #AF846A; }
a { background-color: rgb(175,132,106); }
div.DivClassName
{
background-color: #AF846A;
}
.BgClassName
{
background-color: #AF846A;
}
</style>
border-color css
<style>
span { border-color: #AF846A; }
span { border-color: rgb(175,132,106); }
td.TdClassName
{
border-color: #AF846A;
}
.TagClassName
{
border-color: #AF846A;
}
</style>