Shades of Medium Wood #AF7C6A
Tints of Medium Wood #AF7C6A
RGB
CMYK
RGB Variations
Color information
#AF7C6A (or 0xAF7C6A) is known color: Medium Wood. HEX triplet: AF, 7C and 6A. RGB value is (175,124,106). Sum of RGB (Red+Green+Blue) = 175+124+106=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C6A is #508395. Grayscale: #898989. Windows color (decimal): -5276566 or 6978735. OLE color: 6978735.
HSL color Cylindrical-coordinate representation of color #AF7C6A: hue angle of 15.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF7C6A is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 106 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.31 |
| HSL | 15.65º | 0.3% | 0.55% | - |
| HSV(B) | 15.65º | 0.39% | 0.69% | - |
| XYZ | 27.49 | 24.57 | 16.93 | - |
| YUV | 137.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 106 | 0 | 0.29 | 0.39 | 0.31 | 15.65 | 0.3 | 0.55 |
| Hex | AF | 7C | 6A | 0 | 1D | 27 | 1F | 10 | 1E | 37 |
| Octal | 257 | 174 | 152 | 0 | 35 | 47 | 37 | 20 | 36 | 67 |
| Binary | 10101111 | 1111100 | 1101010 | 0 | 11101 | 100111 | 11111 | 10000 | 11110 | 110111 |
Color Harmonies of #AF7C6A
Complementary color
Monochromatic Colors of #AF7C6A
Black with #AF7C6A
Text Example
Text Example
White with #AF7C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C6A; }
p { color: rgb(175,124,106); }
H1.HeaderClassName
{
color: #AF7C6A;
}
.AnyTagClassName
{
color: #AF7C6A;
}
</style>
background-color css
<style>
a { background-color: #AF7C6A; }
a { background-color: rgb(175,124,106); }
div.DivClassName
{
background-color: #AF7C6A;
}
.BgClassName
{
background-color: #AF7C6A;
}
</style>
border-color css
<style>
span { border-color: #AF7C6A; }
span { border-color: rgb(175,124,106); }
td.TdClassName
{
border-color: #AF7C6A;
}
.TagClassName
{
border-color: #AF7C6A;
}
</style>