Shades of Medium Wood #AC7F63
Tints of Medium Wood #AC7F63
RGB
CMYK
RGB Variations
Color information
#AC7F63 (or 0xAC7F63) is known color: Medium Wood. HEX triplet: AC, 7F and 63. RGB value is (172,127,99). Sum of RGB (Red+Green+Blue) = 172+127+99=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F63 is #53809C. Grayscale: #898989. Windows color (decimal): -5472413 or 6520748. OLE color: 6520748.
HSL color Cylindrical-coordinate representation of color #AC7F63: hue angle of 23.01º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC7F63 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 99 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.33 |
| HSL | 23.01º | 0.31% | 0.53% | - |
| HSV(B) | 23.01º | 0.42% | 0.67% | - |
| XYZ | 26.85 | 24.85 | 15.19 | - |
| YUV | 137.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 99 | 0 | 0.26 | 0.42 | 0.33 | 23.01 | 0.31 | 0.53 |
| Hex | AC | 7F | 63 | 0 | 1A | 2A | 21 | 17 | 1F | 35 |
| Octal | 254 | 177 | 143 | 0 | 32 | 52 | 41 | 27 | 37 | 65 |
| Binary | 10101100 | 1111111 | 1100011 | 0 | 11010 | 101010 | 100001 | 10111 | 11111 | 110101 |
Color Harmonies of #AC7F63
Complementary color
Monochromatic Colors of #AC7F63
Black with #AC7F63
Text Example
Text Example
White with #AC7F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F63; }
p { color: rgb(172,127,99); }
H1.HeaderClassName
{
color: #AC7F63;
}
.AnyTagClassName
{
color: #AC7F63;
}
</style>
background-color css
<style>
a { background-color: #AC7F63; }
a { background-color: rgb(172,127,99); }
div.DivClassName
{
background-color: #AC7F63;
}
.BgClassName
{
background-color: #AC7F63;
}
</style>
border-color css
<style>
span { border-color: #AC7F63; }
span { border-color: rgb(172,127,99); }
td.TdClassName
{
border-color: #AC7F63;
}
.TagClassName
{
border-color: #AC7F63;
}
</style>