Shades of Medium Wood #AC8067
Tints of Medium Wood #AC8067
RGB
CMYK
RGB Variations
Color information
#AC8067 (or 0xAC8067) is known color: Medium Wood. HEX triplet: AC, 80 and 67. RGB value is (172,128,103). Sum of RGB (Red+Green+Blue) = 172+128+103=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8067 is #537F98. Grayscale: #8A8A8A. Windows color (decimal): -5472153 or 6783148. OLE color: 6783148.
HSL color Cylindrical-coordinate representation of color #AC8067: hue angle of 21.74º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8067 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 103 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.33 |
| HSL | 21.74º | 0.29% | 0.54% | - |
| HSV(B) | 21.74º | 0.4% | 0.67% | - |
| XYZ | 27.18 | 25.19 | 16.26 | - |
| YUV | 138.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 103 | 0 | 0.26 | 0.40 | 0.33 | 21.74 | 0.29 | 0.54 |
| Hex | AC | 80 | 67 | 0 | 1A | 28 | 21 | 16 | 1D | 36 |
| Octal | 254 | 200 | 147 | 0 | 32 | 50 | 41 | 26 | 35 | 66 |
| Binary | 10101100 | 10000000 | 1100111 | 0 | 11010 | 101000 | 100001 | 10110 | 11101 | 110110 |
Color Harmonies of #AC8067
Complementary color
Monochromatic Colors of #AC8067
Black with #AC8067
Text Example
Text Example
White with #AC8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8067; }
p { color: rgb(172,128,103); }
H1.HeaderClassName
{
color: #AC8067;
}
.AnyTagClassName
{
color: #AC8067;
}
</style>
background-color css
<style>
a { background-color: #AC8067; }
a { background-color: rgb(172,128,103); }
div.DivClassName
{
background-color: #AC8067;
}
.BgClassName
{
background-color: #AC8067;
}
</style>
border-color css
<style>
span { border-color: #AC8067; }
span { border-color: rgb(172,128,103); }
td.TdClassName
{
border-color: #AC8067;
}
.TagClassName
{
border-color: #AC8067;
}
</style>