Shades of Thatch #AC918D
Tints of Thatch #AC918D
RGB
CMYK
RGB Variations
Color information
#AC918D (or 0xAC918D) is known color: Thatch. HEX triplet: AC, 91 and 8D. RGB value is (172,145,141). Sum of RGB (Red+Green+Blue) = 172+145+141=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC918D is #536E72. Grayscale: #989898. Windows color (decimal): -5467763 or 9277868. OLE color: 9277868.
HSL color Cylindrical-coordinate representation of color #AC918D: hue angle of 7.74º 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 #AC918D is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 141 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.33 |
| HSL | 7.74º | 0.16% | 0.61% | - |
| HSV(B) | 7.74º | 0.18% | 0.67% | - |
| XYZ | 31.95 | 30.94 | 29.49 | - |
| YUV | 152.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 141 | 0 | 0.16 | 0.18 | 0.33 | 7.74 | 0.16 | 0.61 |
| Hex | AC | 91 | 8D | 0 | 10 | 12 | 21 | 8 | 10 | 3D |
| Octal | 254 | 221 | 215 | 0 | 20 | 22 | 41 | 10 | 20 | 75 |
| Binary | 10101100 | 10010001 | 10001101 | 0 | 10000 | 10010 | 100001 | 1000 | 10000 | 111101 |
Color Harmonies of #AC918D
Complementary color
Monochromatic Colors of #AC918D
Black with #AC918D
Text Example
Text Example
White with #AC918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC918D; }
p { color: rgb(172,145,141); }
H1.HeaderClassName
{
color: #AC918D;
}
.AnyTagClassName
{
color: #AC918D;
}
</style>
background-color css
<style>
a { background-color: #AC918D; }
a { background-color: rgb(172,145,141); }
div.DivClassName
{
background-color: #AC918D;
}
.BgClassName
{
background-color: #AC918D;
}
</style>
border-color css
<style>
span { border-color: #AC918D; }
span { border-color: rgb(172,145,141); }
td.TdClassName
{
border-color: #AC918D;
}
.TagClassName
{
border-color: #AC918D;
}
</style>