Shades of Thatch #AC9191
Tints of Thatch #AC9191
RGB
CMYK
RGB Variations
Color information
#AC9191 (or 0xAC9191) is known color: Thatch. HEX triplet: AC, 91 and 91. RGB value is (172,145,145). Sum of RGB (Red+Green+Blue) = 172+145+145=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9191 is #536E6E. Grayscale: #999999. Windows color (decimal): -5467759 or 9540012. OLE color: 9540012.
HSL color Cylindrical-coordinate representation of color #AC9191: hue angle of 0º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC9191 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 145 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.33 |
| HSL | 0º | 0.14% | 0.62% | - |
| HSV(B) | 0º | 0.16% | 0.67% | - |
| XYZ | 32.25 | 31.07 | 31.08 | - |
| YUV | 153.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 145 | 0 | 0.16 | 0.16 | 0.33 | 0 | 0.14 | 0.62 |
| Hex | AC | 91 | 91 | 0 | 10 | 10 | 21 | 0 | E | 3E |
| Octal | 254 | 221 | 221 | 0 | 20 | 20 | 41 | 0 | 16 | 76 |
| Binary | 10101100 | 10010001 | 10010001 | 0 | 10000 | 10000 | 100001 | 0 | 1110 | 111110 |
Color Harmonies of #AC9191
Complementary color
Monochromatic Colors of #AC9191
Black with #AC9191
Text Example
Text Example
White with #AC9191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9191; }
p { color: rgb(172,145,145); }
H1.HeaderClassName
{
color: #AC9191;
}
.AnyTagClassName
{
color: #AC9191;
}
</style>
background-color css
<style>
a { background-color: #AC9191; }
a { background-color: rgb(172,145,145); }
div.DivClassName
{
background-color: #AC9191;
}
.BgClassName
{
background-color: #AC9191;
}
</style>
border-color css
<style>
span { border-color: #AC9191; }
span { border-color: rgb(172,145,145); }
td.TdClassName
{
border-color: #AC9191;
}
.TagClassName
{
border-color: #AC9191;
}
</style>