Shades of Thatch #AC8D85
Tints of Thatch #AC8D85
RGB
CMYK
RGB Variations
Color information
#AC8D85 (or 0xAC8D85) is known color: Thatch. HEX triplet: AC, 8D and 85. RGB value is (172,141,133). Sum of RGB (Red+Green+Blue) = 172+141+133=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D85 is #53727A. Grayscale: #959595. Windows color (decimal): -5468795 or 8752556. OLE color: 8752556.
HSL color Cylindrical-coordinate representation of color #AC8D85: hue angle of 12.31º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC8D85 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 133 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.33 |
| HSL | 12.31º | 0.19% | 0.6% | - |
| HSV(B) | 12.31º | 0.23% | 0.67% | - |
| XYZ | 30.77 | 29.51 | 26.27 | - |
| YUV | 149.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 133 | 0 | 0.18 | 0.23 | 0.33 | 12.31 | 0.19 | 0.6 |
| Hex | AC | 8D | 85 | 0 | 12 | 17 | 21 | C | 13 | 3C |
| Octal | 254 | 215 | 205 | 0 | 22 | 27 | 41 | 14 | 23 | 74 |
| Binary | 10101100 | 10001101 | 10000101 | 0 | 10010 | 10111 | 100001 | 1100 | 10011 | 111100 |
Color Harmonies of #AC8D85
Complementary color
Monochromatic Colors of #AC8D85
Black with #AC8D85
Text Example
Text Example
White with #AC8D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D85; }
p { color: rgb(172,141,133); }
H1.HeaderClassName
{
color: #AC8D85;
}
.AnyTagClassName
{
color: #AC8D85;
}
</style>
background-color css
<style>
a { background-color: #AC8D85; }
a { background-color: rgb(172,141,133); }
div.DivClassName
{
background-color: #AC8D85;
}
.BgClassName
{
background-color: #AC8D85;
}
</style>
border-color css
<style>
span { border-color: #AC8D85; }
span { border-color: rgb(172,141,133); }
td.TdClassName
{
border-color: #AC8D85;
}
.TagClassName
{
border-color: #AC8D85;
}
</style>