Shades of Thatch #AC8F89
Tints of Thatch #AC8F89
RGB
CMYK
RGB Variations
Color information
#AC8F89 (or 0xAC8F89) is known color: Thatch. HEX triplet: AC, 8F and 89. RGB value is (172,143,137). Sum of RGB (Red+Green+Blue) = 172+143+137=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F89 is #537076. Grayscale: #979797. Windows color (decimal): -5468279 or 9015212. OLE color: 9015212.
HSL color Cylindrical-coordinate representation of color #AC8F89: hue angle of 10.29º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8F89 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 137 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.33 |
| HSL | 10.29º | 0.17% | 0.61% | - |
| HSV(B) | 10.29º | 0.2% | 0.67% | - |
| XYZ | 31.35 | 30.22 | 27.85 | - |
| YUV | 150.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 137 | 0 | 0.17 | 0.20 | 0.33 | 10.29 | 0.17 | 0.61 |
| Hex | AC | 8F | 89 | 0 | 11 | 14 | 21 | A | 11 | 3D |
| Octal | 254 | 217 | 211 | 0 | 21 | 24 | 41 | 12 | 21 | 75 |
| Binary | 10101100 | 10001111 | 10001001 | 0 | 10001 | 10100 | 100001 | 1010 | 10001 | 111101 |
Color Harmonies of #AC8F89
Complementary color
Monochromatic Colors of #AC8F89
Black with #AC8F89
Text Example
Text Example
White with #AC8F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F89; }
p { color: rgb(172,143,137); }
H1.HeaderClassName
{
color: #AC8F89;
}
.AnyTagClassName
{
color: #AC8F89;
}
</style>
background-color css
<style>
a { background-color: #AC8F89; }
a { background-color: rgb(172,143,137); }
div.DivClassName
{
background-color: #AC8F89;
}
.BgClassName
{
background-color: #AC8F89;
}
</style>
border-color css
<style>
span { border-color: #AC8F89; }
span { border-color: rgb(172,143,137); }
td.TdClassName
{
border-color: #AC8F89;
}
.TagClassName
{
border-color: #AC8F89;
}
</style>