Shades of Medium Wood #AF7C68
Tints of Medium Wood #AF7C68
RGB
CMYK
RGB Variations
Color information
#AF7C68 (or 0xAF7C68) is known color: Medium Wood. HEX triplet: AF, 7C and 68. RGB value is (175,124,104). Sum of RGB (Red+Green+Blue) = 175+124+104=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C68 is #508397. Grayscale: #898989. Windows color (decimal): -5276568 or 6847663. OLE color: 6847663.
HSL color Cylindrical-coordinate representation of color #AF7C68: hue angle of 16.9º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF7C68 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 104 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.31 |
| HSL | 16.9º | 0.31% | 0.55% | - |
| HSV(B) | 16.9º | 0.41% | 0.69% | - |
| XYZ | 27.39 | 24.53 | 16.39 | - |
| YUV | 136.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 104 | 0 | 0.29 | 0.41 | 0.31 | 16.9 | 0.31 | 0.55 |
| Hex | AF | 7C | 68 | 0 | 1D | 29 | 1F | 11 | 1F | 37 |
| Octal | 257 | 174 | 150 | 0 | 35 | 51 | 37 | 21 | 37 | 67 |
| Binary | 10101111 | 1111100 | 1101000 | 0 | 11101 | 101001 | 11111 | 10001 | 11111 | 110111 |
Color Harmonies of #AF7C68
Complementary color
Monochromatic Colors of #AF7C68
Black with #AF7C68
Text Example
Text Example
White with #AF7C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C68; }
p { color: rgb(175,124,104); }
H1.HeaderClassName
{
color: #AF7C68;
}
.AnyTagClassName
{
color: #AF7C68;
}
</style>
background-color css
<style>
a { background-color: #AF7C68; }
a { background-color: rgb(175,124,104); }
div.DivClassName
{
background-color: #AF7C68;
}
.BgClassName
{
background-color: #AF7C68;
}
</style>
border-color css
<style>
span { border-color: #AF7C68; }
span { border-color: rgb(175,124,104); }
td.TdClassName
{
border-color: #AF7C68;
}
.TagClassName
{
border-color: #AF7C68;
}
</style>