Shades of Medium Wood #AC8267
Tints of Medium Wood #AC8267
RGB
CMYK
RGB Variations
Color information
#AC8267 (or 0xAC8267) is known color: Medium Wood. HEX triplet: AC, 82 and 67. RGB value is (172,130,103). Sum of RGB (Red+Green+Blue) = 172+130+103=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8267 is #537D98. Grayscale: #8B8B8B. Windows color (decimal): -5471641 or 6783660. OLE color: 6783660.
HSL color Cylindrical-coordinate representation of color #AC8267: hue angle of 23.48º 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 #AC8267 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 103 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.33 |
| HSL | 23.48º | 0.29% | 0.54% | - |
| HSV(B) | 23.48º | 0.4% | 0.67% | - |
| XYZ | 27.44 | 25.72 | 16.35 | - |
| YUV | 139.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 103 | 0 | 0.24 | 0.40 | 0.33 | 23.48 | 0.29 | 0.54 |
| Hex | AC | 82 | 67 | 0 | 18 | 28 | 21 | 17 | 1D | 36 |
| Octal | 254 | 202 | 147 | 0 | 30 | 50 | 41 | 27 | 35 | 66 |
| Binary | 10101100 | 10000010 | 1100111 | 0 | 11000 | 101000 | 100001 | 10111 | 11101 | 110110 |
Color Harmonies of #AC8267
Complementary color
Monochromatic Colors of #AC8267
Black with #AC8267
Text Example
Text Example
White with #AC8267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8267; }
p { color: rgb(172,130,103); }
H1.HeaderClassName
{
color: #AC8267;
}
.AnyTagClassName
{
color: #AC8267;
}
</style>
background-color css
<style>
a { background-color: #AC8267; }
a { background-color: rgb(172,130,103); }
div.DivClassName
{
background-color: #AC8267;
}
.BgClassName
{
background-color: #AC8267;
}
</style>
border-color css
<style>
span { border-color: #AC8267; }
span { border-color: rgb(172,130,103); }
td.TdClassName
{
border-color: #AC8267;
}
.TagClassName
{
border-color: #AC8267;
}
</style>