Shades of Medium Wood #AF7C69
Tints of Medium Wood #AF7C69
RGB
CMYK
RGB Variations
Color information
#AF7C69 (or 0xAF7C69) is known color: Medium Wood. HEX triplet: AF, 7C and 69. RGB value is (175,124,105). Sum of RGB (Red+Green+Blue) = 175+124+105=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C69 is #508396. Grayscale: #898989. Windows color (decimal): -5276567 or 6913199. OLE color: 6913199.
HSL color Cylindrical-coordinate representation of color #AF7C69: hue angle of 16.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF7C69 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 105 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.31 |
| HSL | 16.29º | 0.3% | 0.55% | - |
| HSV(B) | 16.29º | 0.4% | 0.69% | - |
| XYZ | 27.44 | 24.55 | 16.66 | - |
| YUV | 137.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 105 | 0 | 0.29 | 0.40 | 0.31 | 16.29 | 0.3 | 0.55 |
| Hex | AF | 7C | 69 | 0 | 1D | 28 | 1F | 10 | 1E | 37 |
| Octal | 257 | 174 | 151 | 0 | 35 | 50 | 37 | 20 | 36 | 67 |
| Binary | 10101111 | 1111100 | 1101001 | 0 | 11101 | 101000 | 11111 | 10000 | 11110 | 110111 |
Color Harmonies of #AF7C69
Complementary color
Monochromatic Colors of #AF7C69
Black with #AF7C69
Text Example
Text Example
White with #AF7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C69; }
p { color: rgb(175,124,105); }
H1.HeaderClassName
{
color: #AF7C69;
}
.AnyTagClassName
{
color: #AF7C69;
}
</style>
background-color css
<style>
a { background-color: #AF7C69; }
a { background-color: rgb(175,124,105); }
div.DivClassName
{
background-color: #AF7C69;
}
.BgClassName
{
background-color: #AF7C69;
}
</style>
border-color css
<style>
span { border-color: #AF7C69; }
span { border-color: rgb(175,124,105); }
td.TdClassName
{
border-color: #AF7C69;
}
.TagClassName
{
border-color: #AF7C69;
}
</style>