Shades of Medium Wood #AF7D6B
Tints of Medium Wood #AF7D6B
RGB
CMYK
RGB Variations
Color information
#AF7D6B (or 0xAF7D6B) is known color: Medium Wood. HEX triplet: AF, 7D and 6B. RGB value is (175,125,107). Sum of RGB (Red+Green+Blue) = 175+125+107=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D6B is #508294. Grayscale: #8A8A8A. Windows color (decimal): -5276309 or 7044527. OLE color: 7044527.
HSL color Cylindrical-coordinate representation of color #AF7D6B: hue angle of 15.88º 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 #AF7D6B is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 107 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.31 |
| HSL | 15.88º | 0.3% | 0.55% | - |
| HSV(B) | 15.88º | 0.39% | 0.69% | - |
| XYZ | 27.67 | 24.84 | 17.25 | - |
| YUV | 137.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 107 | 0 | 0.29 | 0.39 | 0.31 | 15.88 | 0.3 | 0.55 |
| Hex | AF | 7D | 6B | 0 | 1D | 27 | 1F | 10 | 1E | 37 |
| Octal | 257 | 175 | 153 | 0 | 35 | 47 | 37 | 20 | 36 | 67 |
| Binary | 10101111 | 1111101 | 1101011 | 0 | 11101 | 100111 | 11111 | 10000 | 11110 | 110111 |
Color Harmonies of #AF7D6B
Complementary color
Monochromatic Colors of #AF7D6B
Black with #AF7D6B
Text Example
Text Example
White with #AF7D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D6B; }
p { color: rgb(175,125,107); }
H1.HeaderClassName
{
color: #AF7D6B;
}
.AnyTagClassName
{
color: #AF7D6B;
}
</style>
background-color css
<style>
a { background-color: #AF7D6B; }
a { background-color: rgb(175,125,107); }
div.DivClassName
{
background-color: #AF7D6B;
}
.BgClassName
{
background-color: #AF7D6B;
}
</style>
border-color css
<style>
span { border-color: #AF7D6B; }
span { border-color: rgb(175,125,107); }
td.TdClassName
{
border-color: #AF7D6B;
}
.TagClassName
{
border-color: #AF7D6B;
}
</style>