Shades of Medium Wood #AF7E6C
Tints of Medium Wood #AF7E6C
RGB
CMYK
RGB Variations
Color information
#AF7E6C (or 0xAF7E6C) is known color: Medium Wood. HEX triplet: AF, 7E and 6C. RGB value is (175,126,108). Sum of RGB (Red+Green+Blue) = 175+126+108=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E6C is #508193. Grayscale: #8A8A8A. Windows color (decimal): -5276052 or 7110319. OLE color: 7110319.
HSL color Cylindrical-coordinate representation of color #AF7E6C: hue angle of 16.12º 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 #AF7E6C is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 126 | 108 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.31 |
| HSL | 16.12º | 0.3% | 0.55% | - |
| HSV(B) | 16.12º | 0.38% | 0.69% | - |
| XYZ | 27.85 | 25.12 | 17.57 | - |
| YUV | 138.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 108 | 0 | 0.28 | 0.38 | 0.31 | 16.12 | 0.3 | 0.55 |
| Hex | AF | 7E | 6C | 0 | 1C | 26 | 1F | 10 | 1E | 37 |
| Octal | 257 | 176 | 154 | 0 | 34 | 46 | 37 | 20 | 36 | 67 |
| Binary | 10101111 | 1111110 | 1101100 | 0 | 11100 | 100110 | 11111 | 10000 | 11110 | 110111 |
Color Harmonies of #AF7E6C
Complementary color
Monochromatic Colors of #AF7E6C
Black with #AF7E6C
Text Example
Text Example
White with #AF7E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7E6C; }
p { color: rgb(175,126,108); }
H1.HeaderClassName
{
color: #AF7E6C;
}
.AnyTagClassName
{
color: #AF7E6C;
}
</style>
background-color css
<style>
a { background-color: #AF7E6C; }
a { background-color: rgb(175,126,108); }
div.DivClassName
{
background-color: #AF7E6C;
}
.BgClassName
{
background-color: #AF7E6C;
}
</style>
border-color css
<style>
span { border-color: #AF7E6C; }
span { border-color: rgb(175,126,108); }
td.TdClassName
{
border-color: #AF7E6C;
}
.TagClassName
{
border-color: #AF7E6C;
}
</style>