Shades of Thatch #AC9996
Tints of Thatch #AC9996
RGB
CMYK
RGB Variations
Color information
#AC9996 (or 0xAC9996) is known color: Thatch. HEX triplet: AC, 99 and 96. RGB value is (172,153,150). Sum of RGB (Red+Green+Blue) = 172+153+150=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9996 is #536669. Grayscale: #9E9E9E. Windows color (decimal): -5465706 or 9869740. OLE color: 9869740.
HSL color Cylindrical-coordinate representation of color #AC9996: hue angle of 8.18º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC9996 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 150 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.33 |
| HSL | 8.18º | 0.12% | 0.63% | - |
| HSV(B) | 8.18º | 0.13% | 0.67% | - |
| XYZ | 33.91 | 33.76 | 33.58 | - |
| YUV | 158.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 150 | 0 | 0.11 | 0.13 | 0.33 | 8.18 | 0.12 | 0.63 |
| Hex | AC | 99 | 96 | 0 | B | D | 21 | 8 | C | 3F |
| Octal | 254 | 231 | 226 | 0 | 13 | 15 | 41 | 10 | 14 | 77 |
| Binary | 10101100 | 10011001 | 10010110 | 0 | 1011 | 1101 | 100001 | 1000 | 1100 | 111111 |
Color Harmonies of #AC9996
Complementary color
Monochromatic Colors of #AC9996
Black with #AC9996
Text Example
Text Example
White with #AC9996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9996; }
p { color: rgb(172,153,150); }
H1.HeaderClassName
{
color: #AC9996;
}
.AnyTagClassName
{
color: #AC9996;
}
</style>
background-color css
<style>
a { background-color: #AC9996; }
a { background-color: rgb(172,153,150); }
div.DivClassName
{
background-color: #AC9996;
}
.BgClassName
{
background-color: #AC9996;
}
</style>
border-color css
<style>
span { border-color: #AC9996; }
span { border-color: rgb(172,153,150); }
td.TdClassName
{
border-color: #AC9996;
}
.TagClassName
{
border-color: #AC9996;
}
</style>