Shades of Thatch #AC958E
Tints of Thatch #AC958E
RGB
CMYK
RGB Variations
Color information
#AC958E (or 0xAC958E) is known color: Thatch. HEX triplet: AC, 95 and 8E. RGB value is (172,149,142). Sum of RGB (Red+Green+Blue) = 172+149+142=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC958E is #536A71. Grayscale: #9B9B9B. Windows color (decimal): -5466738 or 9344428. OLE color: 9344428.
HSL color Cylindrical-coordinate representation of color #AC958E: hue angle of 14º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC958E is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 142 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.33 |
| HSL | 14º | 0.15% | 0.62% | - |
| HSV(B) | 14º | 0.17% | 0.67% | - |
| XYZ | 32.64 | 32.22 | 30.09 | - |
| YUV | 155.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 142 | 0 | 0.13 | 0.17 | 0.33 | 14 | 0.15 | 0.62 |
| Hex | AC | 95 | 8E | 0 | D | 11 | 21 | E | F | 3E |
| Octal | 254 | 225 | 216 | 0 | 15 | 21 | 41 | 16 | 17 | 76 |
| Binary | 10101100 | 10010101 | 10001110 | 0 | 1101 | 10001 | 100001 | 1110 | 1111 | 111110 |
Color Harmonies of #AC958E
Complementary color
Monochromatic Colors of #AC958E
Black with #AC958E
Text Example
Text Example
White with #AC958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC958E; }
p { color: rgb(172,149,142); }
H1.HeaderClassName
{
color: #AC958E;
}
.AnyTagClassName
{
color: #AC958E;
}
</style>
background-color css
<style>
a { background-color: #AC958E; }
a { background-color: rgb(172,149,142); }
div.DivClassName
{
background-color: #AC958E;
}
.BgClassName
{
background-color: #AC958E;
}
</style>
border-color css
<style>
span { border-color: #AC958E; }
span { border-color: rgb(172,149,142); }
td.TdClassName
{
border-color: #AC958E;
}
.TagClassName
{
border-color: #AC958E;
}
</style>