Shades of Thatch #AC918C
Tints of Thatch #AC918C
RGB
CMYK
RGB Variations
Color information
#AC918C (or 0xAC918C) is known color: Thatch. HEX triplet: AC, 91 and 8C. RGB value is (172,145,140). Sum of RGB (Red+Green+Blue) = 172+145+140=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC918C is #536E73. Grayscale: #989898. Windows color (decimal): -5467764 or 9212332. OLE color: 9212332.
HSL color Cylindrical-coordinate representation of color #AC918C: hue angle of 9.38º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC918C is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 140 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.33 |
| HSL | 9.38º | 0.16% | 0.61% | - |
| HSV(B) | 9.38º | 0.19% | 0.67% | - |
| XYZ | 31.87 | 30.91 | 29.1 | - |
| YUV | 152.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 140 | 0 | 0.16 | 0.19 | 0.33 | 9.38 | 0.16 | 0.61 |
| Hex | AC | 91 | 8C | 0 | 10 | 13 | 21 | 9 | 10 | 3D |
| Octal | 254 | 221 | 214 | 0 | 20 | 23 | 41 | 11 | 20 | 75 |
| Binary | 10101100 | 10010001 | 10001100 | 0 | 10000 | 10011 | 100001 | 1001 | 10000 | 111101 |
Color Harmonies of #AC918C
Complementary color
Monochromatic Colors of #AC918C
Black with #AC918C
Text Example
Text Example
White with #AC918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC918C; }
p { color: rgb(172,145,140); }
H1.HeaderClassName
{
color: #AC918C;
}
.AnyTagClassName
{
color: #AC918C;
}
</style>
background-color css
<style>
a { background-color: #AC918C; }
a { background-color: rgb(172,145,140); }
div.DivClassName
{
background-color: #AC918C;
}
.BgClassName
{
background-color: #AC918C;
}
</style>
border-color css
<style>
span { border-color: #AC918C; }
span { border-color: rgb(172,145,140); }
td.TdClassName
{
border-color: #AC918C;
}
.TagClassName
{
border-color: #AC918C;
}
</style>