Shades of Thatch #AC918A
Tints of Thatch #AC918A
RGB
CMYK
RGB Variations
Color information
#AC918A (or 0xAC918A) is known color: Thatch. HEX triplet: AC, 91 and 8A. RGB value is (172,145,138). Sum of RGB (Red+Green+Blue) = 172+145+138=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC918A is #536E75. Grayscale: #989898. Windows color (decimal): -5467766 or 9081260. OLE color: 9081260.
HSL color Cylindrical-coordinate representation of color #AC918A: hue angle of 12.35º 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 #AC918A is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 138 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.33 |
| HSL | 12.35º | 0.17% | 0.61% | - |
| HSV(B) | 12.35º | 0.2% | 0.67% | - |
| XYZ | 31.73 | 30.86 | 28.33 | - |
| YUV | 152.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 138 | 0 | 0.16 | 0.20 | 0.33 | 12.35 | 0.17 | 0.61 |
| Hex | AC | 91 | 8A | 0 | 10 | 14 | 21 | C | 11 | 3D |
| Octal | 254 | 221 | 212 | 0 | 20 | 24 | 41 | 14 | 21 | 75 |
| Binary | 10101100 | 10010001 | 10001010 | 0 | 10000 | 10100 | 100001 | 1100 | 10001 | 111101 |
Color Harmonies of #AC918A
Complementary color
Monochromatic Colors of #AC918A
Black with #AC918A
Text Example
Text Example
White with #AC918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC918A; }
p { color: rgb(172,145,138); }
H1.HeaderClassName
{
color: #AC918A;
}
.AnyTagClassName
{
color: #AC918A;
}
</style>
background-color css
<style>
a { background-color: #AC918A; }
a { background-color: rgb(172,145,138); }
div.DivClassName
{
background-color: #AC918A;
}
.BgClassName
{
background-color: #AC918A;
}
</style>
border-color css
<style>
span { border-color: #AC918A; }
span { border-color: rgb(172,145,138); }
td.TdClassName
{
border-color: #AC918A;
}
.TagClassName
{
border-color: #AC918A;
}
</style>