Shades of Medium Wood #AF7E64
Tints of Medium Wood #AF7E64
RGB
CMYK
RGB Variations
Color information
#AF7E64 (or 0xAF7E64) is known color: Medium Wood. HEX triplet: AF, 7E and 64. RGB value is (175,126,100). Sum of RGB (Red+Green+Blue) = 175+126+100=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E64 is #50819B. Grayscale: #898989. Windows color (decimal): -5276060 or 6586031. OLE color: 6586031.
HSL color Cylindrical-coordinate representation of color #AF7E64: hue angle of 20.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7E64 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 126 | 100 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.31 |
| HSL | 20.8º | 0.32% | 0.54% | - |
| HSV(B) | 20.8º | 0.43% | 0.69% | - |
| XYZ | 27.44 | 24.96 | 15.43 | - |
| YUV | 137.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 100 | 0 | 0.28 | 0.43 | 0.31 | 20.8 | 0.32 | 0.54 |
| Hex | AF | 7E | 64 | 0 | 1C | 2B | 1F | 15 | 20 | 36 |
| Octal | 257 | 176 | 144 | 0 | 34 | 53 | 37 | 25 | 40 | 66 |
| Binary | 10101111 | 1111110 | 1100100 | 0 | 11100 | 101011 | 11111 | 10101 | 100000 | 110110 |
Color Harmonies of #AF7E64
Complementary color
Monochromatic Colors of #AF7E64
Black with #AF7E64
Text Example
Text Example
White with #AF7E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7E64; }
p { color: rgb(175,126,100); }
H1.HeaderClassName
{
color: #AF7E64;
}
.AnyTagClassName
{
color: #AF7E64;
}
</style>
background-color css
<style>
a { background-color: #AF7E64; }
a { background-color: rgb(175,126,100); }
div.DivClassName
{
background-color: #AF7E64;
}
.BgClassName
{
background-color: #AF7E64;
}
</style>
border-color css
<style>
span { border-color: #AF7E64; }
span { border-color: rgb(175,126,100); }
td.TdClassName
{
border-color: #AF7E64;
}
.TagClassName
{
border-color: #AF7E64;
}
</style>