Shades of Medium Wood #AF7C60
Tints of Medium Wood #AF7C60
RGB
CMYK
RGB Variations
Color information
#AF7C60 (or 0xAF7C60) is known color: Medium Wood. HEX triplet: AF, 7C and 60. RGB value is (175,124,96). Sum of RGB (Red+Green+Blue) = 175+124+96=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C60 is #50839F. Grayscale: #888888. Windows color (decimal): -5276576 or 6323375. OLE color: 6323375.
HSL color Cylindrical-coordinate representation of color #AF7C60: hue angle of 21.27º 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 #AF7C60 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 96 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.31 |
| HSL | 21.27º | 0.33% | 0.53% | - |
| HSV(B) | 21.27º | 0.45% | 0.69% | - |
| XYZ | 27 | 24.37 | 14.35 | - |
| YUV | 136.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 96 | 0 | 0.29 | 0.45 | 0.31 | 21.27 | 0.33 | 0.53 |
| Hex | AF | 7C | 60 | 0 | 1D | 2D | 1F | 15 | 21 | 35 |
| Octal | 257 | 174 | 140 | 0 | 35 | 55 | 37 | 25 | 41 | 65 |
| Binary | 10101111 | 1111100 | 1100000 | 0 | 11101 | 101101 | 11111 | 10101 | 100001 | 110101 |
Color Harmonies of #AF7C60
Complementary color
Monochromatic Colors of #AF7C60
Black with #AF7C60
Text Example
Text Example
White with #AF7C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C60; }
p { color: rgb(175,124,96); }
H1.HeaderClassName
{
color: #AF7C60;
}
.AnyTagClassName
{
color: #AF7C60;
}
</style>
background-color css
<style>
a { background-color: #AF7C60; }
a { background-color: rgb(175,124,96); }
div.DivClassName
{
background-color: #AF7C60;
}
.BgClassName
{
background-color: #AF7C60;
}
</style>
border-color css
<style>
span { border-color: #AF7C60; }
span { border-color: rgb(175,124,96); }
td.TdClassName
{
border-color: #AF7C60;
}
.TagClassName
{
border-color: #AF7C60;
}
</style>