Shades of Medium Wood #AC8364
Tints of Medium Wood #AC8364
RGB
CMYK
RGB Variations
Color information
#AC8364 (or 0xAC8364) is known color: Medium Wood. HEX triplet: AC, 83 and 64. RGB value is (172,131,100). Sum of RGB (Red+Green+Blue) = 172+131+100=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8364 is #537C9B. Grayscale: #8B8B8B. Windows color (decimal): -5471388 or 6587308. OLE color: 6587308.
HSL color Cylindrical-coordinate representation of color #AC8364: hue angle of 25.83º degrees, saturation: 0.3, 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 #AC8364 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 100 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.33 |
| HSL | 25.83º | 0.3% | 0.53% | - |
| HSV(B) | 25.83º | 0.42% | 0.67% | - |
| XYZ | 27.43 | 25.92 | 15.61 | - |
| YUV | 139.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 100 | 0 | 0.24 | 0.42 | 0.33 | 25.83 | 0.3 | 0.53 |
| Hex | AC | 83 | 64 | 0 | 18 | 2A | 21 | 1A | 1E | 35 |
| Octal | 254 | 203 | 144 | 0 | 30 | 52 | 41 | 32 | 36 | 65 |
| Binary | 10101100 | 10000011 | 1100100 | 0 | 11000 | 101010 | 100001 | 11010 | 11110 | 110101 |
Color Harmonies of #AC8364
Complementary color
Monochromatic Colors of #AC8364
Black with #AC8364
Text Example
Text Example
White with #AC8364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8364; }
p { color: rgb(172,131,100); }
H1.HeaderClassName
{
color: #AC8364;
}
.AnyTagClassName
{
color: #AC8364;
}
</style>
background-color css
<style>
a { background-color: #AC8364; }
a { background-color: rgb(172,131,100); }
div.DivClassName
{
background-color: #AC8364;
}
.BgClassName
{
background-color: #AC8364;
}
</style>
border-color css
<style>
span { border-color: #AC8364; }
span { border-color: rgb(172,131,100); }
td.TdClassName
{
border-color: #AC8364;
}
.TagClassName
{
border-color: #AC8364;
}
</style>