Shades of Thatch #AC8E86
Tints of Thatch #AC8E86
RGB
CMYK
RGB Variations
Color information
#AC8E86 (or 0xAC8E86) is known color: Thatch. HEX triplet: AC, 8E and 86. RGB value is (172,142,134). Sum of RGB (Red+Green+Blue) = 172+142+134=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E86 is #537179. Grayscale: #969696. Windows color (decimal): -5468538 or 8818348. OLE color: 8818348.
HSL color Cylindrical-coordinate representation of color #AC8E86: hue angle of 12.63º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC8E86 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 142 | 134 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.33 |
| HSL | 12.63º | 0.19% | 0.6% | - |
| HSV(B) | 12.63º | 0.22% | 0.67% | - |
| XYZ | 30.99 | 29.84 | 26.68 | - |
| YUV | 150.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 134 | 0 | 0.17 | 0.22 | 0.33 | 12.63 | 0.19 | 0.6 |
| Hex | AC | 8E | 86 | 0 | 11 | 16 | 21 | D | 13 | 3C |
| Octal | 254 | 216 | 206 | 0 | 21 | 26 | 41 | 15 | 23 | 74 |
| Binary | 10101100 | 10001110 | 10000110 | 0 | 10001 | 10110 | 100001 | 1101 | 10011 | 111100 |
Color Harmonies of #AC8E86
Complementary color
Monochromatic Colors of #AC8E86
Black with #AC8E86
Text Example
Text Example
White with #AC8E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8E86; }
p { color: rgb(172,142,134); }
H1.HeaderClassName
{
color: #AC8E86;
}
.AnyTagClassName
{
color: #AC8E86;
}
</style>
background-color css
<style>
a { background-color: #AC8E86; }
a { background-color: rgb(172,142,134); }
div.DivClassName
{
background-color: #AC8E86;
}
.BgClassName
{
background-color: #AC8E86;
}
</style>
border-color css
<style>
span { border-color: #AC8E86; }
span { border-color: rgb(172,142,134); }
td.TdClassName
{
border-color: #AC8E86;
}
.TagClassName
{
border-color: #AC8E86;
}
</style>