Shades of Thatch #AC8F8E
Tints of Thatch #AC8F8E
RGB
CMYK
RGB Variations
Color information
#AC8F8E (or 0xAC8F8E) is known color: Thatch. HEX triplet: AC, 8F and 8E. RGB value is (172,143,142). Sum of RGB (Red+Green+Blue) = 172+143+142=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F8E is #537071. Grayscale: #979797. Windows color (decimal): -5468274 or 9342892. OLE color: 9342892.
HSL color Cylindrical-coordinate representation of color #AC8F8E: hue angle of 2º 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 #AC8F8E is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 142 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.33 |
| HSL | 2º | 0.15% | 0.62% | - |
| HSV(B) | 2º | 0.17% | 0.67% | - |
| XYZ | 31.72 | 30.37 | 29.78 | - |
| YUV | 151.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 142 | 0 | 0.17 | 0.17 | 0.33 | 2 | 0.15 | 0.62 |
| Hex | AC | 8F | 8E | 0 | 11 | 11 | 21 | 2 | F | 3E |
| Octal | 254 | 217 | 216 | 0 | 21 | 21 | 41 | 2 | 17 | 76 |
| Binary | 10101100 | 10001111 | 10001110 | 0 | 10001 | 10001 | 100001 | 10 | 1111 | 111110 |
Color Harmonies of #AC8F8E
Complementary color
Monochromatic Colors of #AC8F8E
Black with #AC8F8E
Text Example
Text Example
White with #AC8F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F8E; }
p { color: rgb(172,143,142); }
H1.HeaderClassName
{
color: #AC8F8E;
}
.AnyTagClassName
{
color: #AC8F8E;
}
</style>
background-color css
<style>
a { background-color: #AC8F8E; }
a { background-color: rgb(172,143,142); }
div.DivClassName
{
background-color: #AC8F8E;
}
.BgClassName
{
background-color: #AC8F8E;
}
</style>
border-color css
<style>
span { border-color: #AC8F8E; }
span { border-color: rgb(172,143,142); }
td.TdClassName
{
border-color: #AC8F8E;
}
.TagClassName
{
border-color: #AC8F8E;
}
</style>