Shades of Thatch #AB918D
Tints of Thatch #AB918D
RGB
CMYK
RGB Variations
Color information
#AB918D (or 0xAB918D) is known color: Thatch. HEX triplet: AB, 91 and 8D. RGB value is (171,145,141). Sum of RGB (Red+Green+Blue) = 171+145+141=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB918D is #546E72. Grayscale: #989898. Windows color (decimal): -5533299 or 9277867. OLE color: 9277867.
HSL color Cylindrical-coordinate representation of color #AB918D: hue angle of 8º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB918D is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 141 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.33 |
| HSL | 8º | 0.15% | 0.61% | - |
| HSV(B) | 8º | 0.18% | 0.67% | - |
| XYZ | 31.73 | 30.83 | 29.48 | - |
| YUV | 152.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 141 | 0 | 0.15 | 0.18 | 0.33 | 8 | 0.15 | 0.61 |
| Hex | AB | 91 | 8D | 0 | F | 12 | 21 | 8 | F | 3D |
| Octal | 253 | 221 | 215 | 0 | 17 | 22 | 41 | 10 | 17 | 75 |
| Binary | 10101011 | 10010001 | 10001101 | 0 | 1111 | 10010 | 100001 | 1000 | 1111 | 111101 |
Color Harmonies of #AB918D
Complementary color
Monochromatic Colors of #AB918D
Black with #AB918D
Text Example
Text Example
White with #AB918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB918D; }
p { color: rgb(171,145,141); }
H1.HeaderClassName
{
color: #AB918D;
}
.AnyTagClassName
{
color: #AB918D;
}
</style>
background-color css
<style>
a { background-color: #AB918D; }
a { background-color: rgb(171,145,141); }
div.DivClassName
{
background-color: #AB918D;
}
.BgClassName
{
background-color: #AB918D;
}
</style>
border-color css
<style>
span { border-color: #AB918D; }
span { border-color: rgb(171,145,141); }
td.TdClassName
{
border-color: #AB918D;
}
.TagClassName
{
border-color: #AB918D;
}
</style>