Shades of Thatch #AC968F
Tints of Thatch #AC968F
RGB
CMYK
RGB Variations
Color information
#AC968F (or 0xAC968F) is known color: Thatch. HEX triplet: AC, 96 and 8F. RGB value is (172,150,143). Sum of RGB (Red+Green+Blue) = 172+150+143=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC968F is #536970. Grayscale: #9B9B9B. Windows color (decimal): -5466481 or 9410220. OLE color: 9410220.
HSL color Cylindrical-coordinate representation of color #AC968F: hue angle of 14.48º 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 #AC968F is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 143 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.33 |
| HSL | 14.48º | 0.15% | 0.62% | - |
| HSV(B) | 14.48º | 0.17% | 0.67% | - |
| XYZ | 32.88 | 32.57 | 30.54 | - |
| YUV | 155.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 143 | 0 | 0.13 | 0.17 | 0.33 | 14.48 | 0.15 | 0.62 |
| Hex | AC | 96 | 8F | 0 | D | 11 | 21 | E | F | 3E |
| Octal | 254 | 226 | 217 | 0 | 15 | 21 | 41 | 16 | 17 | 76 |
| Binary | 10101100 | 10010110 | 10001111 | 0 | 1101 | 10001 | 100001 | 1110 | 1111 | 111110 |
Color Harmonies of #AC968F
Complementary color
Monochromatic Colors of #AC968F
Black with #AC968F
Text Example
Text Example
White with #AC968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC968F; }
p { color: rgb(172,150,143); }
H1.HeaderClassName
{
color: #AC968F;
}
.AnyTagClassName
{
color: #AC968F;
}
</style>
background-color css
<style>
a { background-color: #AC968F; }
a { background-color: rgb(172,150,143); }
div.DivClassName
{
background-color: #AC968F;
}
.BgClassName
{
background-color: #AC968F;
}
</style>
border-color css
<style>
span { border-color: #AC968F; }
span { border-color: rgb(172,150,143); }
td.TdClassName
{
border-color: #AC968F;
}
.TagClassName
{
border-color: #AC968F;
}
</style>