Shades of Medium Wood #AF7E60
Tints of Medium Wood #AF7E60
RGB
CMYK
RGB Variations
Color information
#AF7E60 (or 0xAF7E60) is known color: Medium Wood. HEX triplet: AF, 7E and 60. RGB value is (175,126,96). Sum of RGB (Red+Green+Blue) = 175+126+96=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E60 is #50819F. Grayscale: #898989. Windows color (decimal): -5276064 or 6323887. OLE color: 6323887.
HSL color Cylindrical-coordinate representation of color #AF7E60: hue angle of 22.78º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7E60 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 126 | 96 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.31 |
| HSL | 22.78º | 0.33% | 0.53% | - |
| HSV(B) | 22.78º | 0.45% | 0.69% | - |
| XYZ | 27.25 | 24.88 | 14.43 | - |
| YUV | 137.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 96 | 0 | 0.28 | 0.45 | 0.31 | 22.78 | 0.33 | 0.53 |
| Hex | AF | 7E | 60 | 0 | 1C | 2D | 1F | 17 | 21 | 35 |
| Octal | 257 | 176 | 140 | 0 | 34 | 55 | 37 | 27 | 41 | 65 |
| Binary | 10101111 | 1111110 | 1100000 | 0 | 11100 | 101101 | 11111 | 10111 | 100001 | 110101 |
Color Harmonies of #AF7E60
Complementary color
Monochromatic Colors of #AF7E60
Black with #AF7E60
Text Example
Text Example
White with #AF7E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7E60; }
p { color: rgb(175,126,96); }
H1.HeaderClassName
{
color: #AF7E60;
}
.AnyTagClassName
{
color: #AF7E60;
}
</style>
background-color css
<style>
a { background-color: #AF7E60; }
a { background-color: rgb(175,126,96); }
div.DivClassName
{
background-color: #AF7E60;
}
.BgClassName
{
background-color: #AF7E60;
}
</style>
border-color css
<style>
span { border-color: #AF7E60; }
span { border-color: rgb(175,126,96); }
td.TdClassName
{
border-color: #AF7E60;
}
.TagClassName
{
border-color: #AF7E60;
}
</style>