Shades of Medium Wood #AC816A
Tints of Medium Wood #AC816A
RGB
CMYK
RGB Variations
Color information
#AC816A (or 0xAC816A) is known color: Medium Wood. HEX triplet: AC, 81 and 6A. RGB value is (172,129,106). Sum of RGB (Red+Green+Blue) = 172+129+106=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC816A is #537E95. Grayscale: #8B8B8B. Windows color (decimal): -5471894 or 6980012. OLE color: 6980012.
HSL color Cylindrical-coordinate representation of color #AC816A: hue angle of 20.91º 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 #AC816A is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 106 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.33 |
| HSL | 20.91º | 0.28% | 0.55% | - |
| HSV(B) | 20.91º | 0.38% | 0.67% | - |
| XYZ | 27.47 | 25.51 | 17.11 | - |
| YUV | 139.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 106 | 0 | 0.25 | 0.38 | 0.33 | 20.91 | 0.28 | 0.55 |
| Hex | AC | 81 | 6A | 0 | 19 | 26 | 21 | 15 | 1C | 37 |
| Octal | 254 | 201 | 152 | 0 | 31 | 46 | 41 | 25 | 34 | 67 |
| Binary | 10101100 | 10000001 | 1101010 | 0 | 11001 | 100110 | 100001 | 10101 | 11100 | 110111 |
Color Harmonies of #AC816A
Complementary color
Monochromatic Colors of #AC816A
Black with #AC816A
Text Example
Text Example
White with #AC816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC816A; }
p { color: rgb(172,129,106); }
H1.HeaderClassName
{
color: #AC816A;
}
.AnyTagClassName
{
color: #AC816A;
}
</style>
background-color css
<style>
a { background-color: #AC816A; }
a { background-color: rgb(172,129,106); }
div.DivClassName
{
background-color: #AC816A;
}
.BgClassName
{
background-color: #AC816A;
}
</style>
border-color css
<style>
span { border-color: #AC816A; }
span { border-color: rgb(172,129,106); }
td.TdClassName
{
border-color: #AC816A;
}
.TagClassName
{
border-color: #AC816A;
}
</style>