Shades of Medium Wood #AC846A
Tints of Medium Wood #AC846A
RGB
CMYK
RGB Variations
Color information
#AC846A (or 0xAC846A) is known color: Medium Wood. HEX triplet: AC, 84 and 6A. RGB value is (172,132,106). Sum of RGB (Red+Green+Blue) = 172+132+106=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC846A is #537B95. Grayscale: #8D8D8D. Windows color (decimal): -5471126 or 6980780. OLE color: 6980780.
HSL color Cylindrical-coordinate representation of color #AC846A: hue angle of 23.64º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC846A is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 106 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.33 |
| HSL | 23.64º | 0.28% | 0.55% | - |
| HSV(B) | 23.64º | 0.38% | 0.67% | - |
| XYZ | 27.87 | 26.31 | 17.25 | - |
| YUV | 141 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 106 | 0 | 0.23 | 0.38 | 0.33 | 23.64 | 0.28 | 0.55 |
| Hex | AC | 84 | 6A | 0 | 17 | 26 | 21 | 18 | 1C | 37 |
| Octal | 254 | 204 | 152 | 0 | 27 | 46 | 41 | 30 | 34 | 67 |
| Binary | 10101100 | 10000100 | 1101010 | 0 | 10111 | 100110 | 100001 | 11000 | 11100 | 110111 |
Color Harmonies of #AC846A
Complementary color
Monochromatic Colors of #AC846A
Black with #AC846A
Text Example
Text Example
White with #AC846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC846A; }
p { color: rgb(172,132,106); }
H1.HeaderClassName
{
color: #AC846A;
}
.AnyTagClassName
{
color: #AC846A;
}
</style>
background-color css
<style>
a { background-color: #AC846A; }
a { background-color: rgb(172,132,106); }
div.DivClassName
{
background-color: #AC846A;
}
.BgClassName
{
background-color: #AC846A;
}
</style>
border-color css
<style>
span { border-color: #AC846A; }
span { border-color: rgb(172,132,106); }
td.TdClassName
{
border-color: #AC846A;
}
.TagClassName
{
border-color: #AC846A;
}
</style>