Shades of Thatch #AC8887
Tints of Thatch #AC8887
RGB
CMYK
RGB Variations
Color information
#AC8887 (or 0xAC8887) is known color: Thatch. HEX triplet: AC, 88 and 87. RGB value is (172,136,135). Sum of RGB (Red+Green+Blue) = 172+136+135=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8887 is #537778. Grayscale: #929292. Windows color (decimal): -5470073 or 8882348. OLE color: 8882348.
HSL color Cylindrical-coordinate representation of color #AC8887: hue angle of 1.62º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC8887 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 135 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.33 |
| HSL | 1.62º | 0.18% | 0.6% | - |
| HSV(B) | 1.62º | 0.22% | 0.67% | - |
| XYZ | 30.19 | 28.13 | 26.76 | - |
| YUV | 146.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 135 | 0 | 0.21 | 0.22 | 0.33 | 1.62 | 0.18 | 0.6 |
| Hex | AC | 88 | 87 | 0 | 15 | 16 | 21 | 2 | 12 | 3C |
| Octal | 254 | 210 | 207 | 0 | 25 | 26 | 41 | 2 | 22 | 74 |
| Binary | 10101100 | 10001000 | 10000111 | 0 | 10101 | 10110 | 100001 | 10 | 10010 | 111100 |
Color Harmonies of #AC8887
Complementary color
Monochromatic Colors of #AC8887
Black with #AC8887
Text Example
Text Example
White with #AC8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8887; }
p { color: rgb(172,136,135); }
H1.HeaderClassName
{
color: #AC8887;
}
.AnyTagClassName
{
color: #AC8887;
}
</style>
background-color css
<style>
a { background-color: #AC8887; }
a { background-color: rgb(172,136,135); }
div.DivClassName
{
background-color: #AC8887;
}
.BgClassName
{
background-color: #AC8887;
}
</style>
border-color css
<style>
span { border-color: #AC8887; }
span { border-color: rgb(172,136,135); }
td.TdClassName
{
border-color: #AC8887;
}
.TagClassName
{
border-color: #AC8887;
}
</style>