Shades of Medium Wood #AC8765
Tints of Medium Wood #AC8765
RGB
CMYK
RGB Variations
Color information
#AC8765 (or 0xAC8765) is known color: Medium Wood. HEX triplet: AC, 87 and 65. RGB value is (172,135,101). Sum of RGB (Red+Green+Blue) = 172+135+101=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8765 is #53789A. Grayscale: #8E8E8E. Windows color (decimal): -5470363 or 6653868. OLE color: 6653868.
HSL color Cylindrical-coordinate representation of color #AC8765: hue angle of 28.73º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC8765 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 101 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.33 |
| HSL | 28.73º | 0.3% | 0.54% | - |
| HSV(B) | 28.73º | 0.41% | 0.67% | - |
| XYZ | 28.03 | 27.04 | 16.05 | - |
| YUV | 142.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 101 | 0 | 0.22 | 0.41 | 0.33 | 28.73 | 0.3 | 0.54 |
| Hex | AC | 87 | 65 | 0 | 16 | 29 | 21 | 1D | 1E | 36 |
| Octal | 254 | 207 | 145 | 0 | 26 | 51 | 41 | 35 | 36 | 66 |
| Binary | 10101100 | 10000111 | 1100101 | 0 | 10110 | 101001 | 100001 | 11101 | 11110 | 110110 |
Color Harmonies of #AC8765
Complementary color
Monochromatic Colors of #AC8765
Black with #AC8765
Text Example
Text Example
White with #AC8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8765; }
p { color: rgb(172,135,101); }
H1.HeaderClassName
{
color: #AC8765;
}
.AnyTagClassName
{
color: #AC8765;
}
</style>
background-color css
<style>
a { background-color: #AC8765; }
a { background-color: rgb(172,135,101); }
div.DivClassName
{
background-color: #AC8765;
}
.BgClassName
{
background-color: #AC8765;
}
</style>
border-color css
<style>
span { border-color: #AC8765; }
span { border-color: rgb(172,135,101); }
td.TdClassName
{
border-color: #AC8765;
}
.TagClassName
{
border-color: #AC8765;
}
</style>