Shades of Thatch #AC948D
Tints of Thatch #AC948D
RGB
CMYK
RGB Variations
Color information
#AC948D (or 0xAC948D) is known color: Thatch. HEX triplet: AC, 94 and 8D. RGB value is (172,148,141). Sum of RGB (Red+Green+Blue) = 172+148+141=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC948D is #536B72. Grayscale: #9A9A9A. Windows color (decimal): -5466995 or 9278636. OLE color: 9278636.
HSL color Cylindrical-coordinate representation of color #AC948D: hue angle of 13.55º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC948D is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 141 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.33 |
| HSL | 13.55º | 0.16% | 0.61% | - |
| HSV(B) | 13.55º | 0.18% | 0.67% | - |
| XYZ | 32.41 | 31.87 | 29.64 | - |
| YUV | 154.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 141 | 0 | 0.14 | 0.18 | 0.33 | 13.55 | 0.16 | 0.61 |
| Hex | AC | 94 | 8D | 0 | E | 12 | 21 | E | 10 | 3D |
| Octal | 254 | 224 | 215 | 0 | 16 | 22 | 41 | 16 | 20 | 75 |
| Binary | 10101100 | 10010100 | 10001101 | 0 | 1110 | 10010 | 100001 | 1110 | 10000 | 111101 |
Color Harmonies of #AC948D
Complementary color
Monochromatic Colors of #AC948D
Black with #AC948D
Text Example
Text Example
White with #AC948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC948D; }
p { color: rgb(172,148,141); }
H1.HeaderClassName
{
color: #AC948D;
}
.AnyTagClassName
{
color: #AC948D;
}
</style>
background-color css
<style>
a { background-color: #AC948D; }
a { background-color: rgb(172,148,141); }
div.DivClassName
{
background-color: #AC948D;
}
.BgClassName
{
background-color: #AC948D;
}
</style>
border-color css
<style>
span { border-color: #AC948D; }
span { border-color: rgb(172,148,141); }
td.TdClassName
{
border-color: #AC948D;
}
.TagClassName
{
border-color: #AC948D;
}
</style>