Shades of Medium Wood #AF7F5D
Tints of Medium Wood #AF7F5D
RGB
CMYK
RGB Variations
Color information
#AF7F5D (or 0xAF7F5D) is known color: Medium Wood. HEX triplet: AF, 7F and 5D. RGB value is (175,127,93). Sum of RGB (Red+Green+Blue) = 175+127+93=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F5D is #5080A2. Grayscale: #898989. Windows color (decimal): -5275811 or 6127535. OLE color: 6127535.
HSL color Cylindrical-coordinate representation of color #AF7F5D: hue angle of 24.88º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF7F5D is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 93 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.31 |
| HSL | 24.88º | 0.34% | 0.53% | - |
| HSV(B) | 24.88º | 0.47% | 0.69% | - |
| XYZ | 27.24 | 25.08 | 13.76 | - |
| YUV | 137.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 93 | 0 | 0.27 | 0.47 | 0.31 | 24.88 | 0.34 | 0.53 |
| Hex | AF | 7F | 5D | 0 | 1B | 2F | 1F | 19 | 22 | 35 |
| Octal | 257 | 177 | 135 | 0 | 33 | 57 | 37 | 31 | 42 | 65 |
| Binary | 10101111 | 1111111 | 1011101 | 0 | 11011 | 101111 | 11111 | 11001 | 100010 | 110101 |
Color Harmonies of #AF7F5D
Complementary color
Monochromatic Colors of #AF7F5D
Black with #AF7F5D
Text Example
Text Example
White with #AF7F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F5D; }
p { color: rgb(175,127,93); }
H1.HeaderClassName
{
color: #AF7F5D;
}
.AnyTagClassName
{
color: #AF7F5D;
}
</style>
background-color css
<style>
a { background-color: #AF7F5D; }
a { background-color: rgb(175,127,93); }
div.DivClassName
{
background-color: #AF7F5D;
}
.BgClassName
{
background-color: #AF7F5D;
}
</style>
border-color css
<style>
span { border-color: #AF7F5D; }
span { border-color: rgb(175,127,93); }
td.TdClassName
{
border-color: #AF7F5D;
}
.TagClassName
{
border-color: #AF7F5D;
}
</style>