Shades of Thatch #AC918B
Tints of Thatch #AC918B
RGB
CMYK
RGB Variations
Color information
#AC918B (or 0xAC918B) is known color: Thatch. HEX triplet: AC, 91 and 8B. RGB value is (172,145,139). Sum of RGB (Red+Green+Blue) = 172+145+139=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC918B is #536E74. Grayscale: #989898. Windows color (decimal): -5467765 or 9146796. OLE color: 9146796.
HSL color Cylindrical-coordinate representation of color #AC918B: hue angle of 10.91º degrees, saturation: 0.17, 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 #AC918B is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 139 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.33 |
| HSL | 10.91º | 0.17% | 0.61% | - |
| HSV(B) | 10.91º | 0.19% | 0.67% | - |
| XYZ | 31.8 | 30.89 | 28.71 | - |
| YUV | 152.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 139 | 0 | 0.16 | 0.19 | 0.33 | 10.91 | 0.17 | 0.61 |
| Hex | AC | 91 | 8B | 0 | 10 | 13 | 21 | B | 11 | 3D |
| Octal | 254 | 221 | 213 | 0 | 20 | 23 | 41 | 13 | 21 | 75 |
| Binary | 10101100 | 10010001 | 10001011 | 0 | 10000 | 10011 | 100001 | 1011 | 10001 | 111101 |
Color Harmonies of #AC918B
Complementary color
Monochromatic Colors of #AC918B
Black with #AC918B
Text Example
Text Example
White with #AC918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC918B; }
p { color: rgb(172,145,139); }
H1.HeaderClassName
{
color: #AC918B;
}
.AnyTagClassName
{
color: #AC918B;
}
</style>
background-color css
<style>
a { background-color: #AC918B; }
a { background-color: rgb(172,145,139); }
div.DivClassName
{
background-color: #AC918B;
}
.BgClassName
{
background-color: #AC918B;
}
</style>
border-color css
<style>
span { border-color: #AC918B; }
span { border-color: rgb(172,145,139); }
td.TdClassName
{
border-color: #AC918B;
}
.TagClassName
{
border-color: #AC918B;
}
</style>