Shades of Thatch #AC8F88
Tints of Thatch #AC8F88
RGB
CMYK
RGB Variations
Color information
#AC8F88 (or 0xAC8F88) is known color: Thatch. HEX triplet: AC, 8F and 88. RGB value is (172,143,136). Sum of RGB (Red+Green+Blue) = 172+143+136=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F88 is #537077. Grayscale: #969696. Windows color (decimal): -5468280 or 8949676. OLE color: 8949676.
HSL color Cylindrical-coordinate representation of color #AC8F88: hue angle of 11.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC8F88 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 136 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.33 |
| HSL | 11.67º | 0.18% | 0.6% | - |
| HSV(B) | 11.67º | 0.21% | 0.67% | - |
| XYZ | 31.28 | 30.19 | 27.47 | - |
| YUV | 150.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 136 | 0 | 0.17 | 0.21 | 0.33 | 11.67 | 0.18 | 0.6 |
| Hex | AC | 8F | 88 | 0 | 11 | 15 | 21 | C | 12 | 3C |
| Octal | 254 | 217 | 210 | 0 | 21 | 25 | 41 | 14 | 22 | 74 |
| Binary | 10101100 | 10001111 | 10001000 | 0 | 10001 | 10101 | 100001 | 1100 | 10010 | 111100 |
Color Harmonies of #AC8F88
Complementary color
Monochromatic Colors of #AC8F88
Black with #AC8F88
Text Example
Text Example
White with #AC8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F88; }
p { color: rgb(172,143,136); }
H1.HeaderClassName
{
color: #AC8F88;
}
.AnyTagClassName
{
color: #AC8F88;
}
</style>
background-color css
<style>
a { background-color: #AC8F88; }
a { background-color: rgb(172,143,136); }
div.DivClassName
{
background-color: #AC8F88;
}
.BgClassName
{
background-color: #AC8F88;
}
</style>
border-color css
<style>
span { border-color: #AC8F88; }
span { border-color: rgb(172,143,136); }
td.TdClassName
{
border-color: #AC8F88;
}
.TagClassName
{
border-color: #AC8F88;
}
</style>