Shades of Thatch #AB8E8A
Tints of Thatch #AB8E8A
RGB
CMYK
RGB Variations
Color information
#AB8E8A (or 0xAB8E8A) is known color: Thatch. HEX triplet: AB, 8E and 8A. RGB value is (171,142,138). Sum of RGB (Red+Green+Blue) = 171+142+138=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8E8A is #547175. Grayscale: #969696. Windows color (decimal): -5534070 or 9080491. OLE color: 9080491.
HSL color Cylindrical-coordinate representation of color #AB8E8A: hue angle of 7.27º 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 #AB8E8A is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 138 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.33 |
| HSL | 7.27º | 0.16% | 0.61% | - |
| HSV(B) | 7.27º | 0.19% | 0.67% | - |
| XYZ | 31.06 | 29.84 | 28.17 | - |
| YUV | 150.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 138 | 0 | 0.17 | 0.19 | 0.33 | 7.27 | 0.16 | 0.61 |
| Hex | AB | 8E | 8A | 0 | 11 | 13 | 21 | 7 | 10 | 3D |
| Octal | 253 | 216 | 212 | 0 | 21 | 23 | 41 | 7 | 20 | 75 |
| Binary | 10101011 | 10001110 | 10001010 | 0 | 10001 | 10011 | 100001 | 111 | 10000 | 111101 |
Color Harmonies of #AB8E8A
Complementary color
Monochromatic Colors of #AB8E8A
Black with #AB8E8A
Text Example
Text Example
White with #AB8E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E8A; }
p { color: rgb(171,142,138); }
H1.HeaderClassName
{
color: #AB8E8A;
}
.AnyTagClassName
{
color: #AB8E8A;
}
</style>
background-color css
<style>
a { background-color: #AB8E8A; }
a { background-color: rgb(171,142,138); }
div.DivClassName
{
background-color: #AB8E8A;
}
.BgClassName
{
background-color: #AB8E8A;
}
</style>
border-color css
<style>
span { border-color: #AB8E8A; }
span { border-color: rgb(171,142,138); }
td.TdClassName
{
border-color: #AB8E8A;
}
.TagClassName
{
border-color: #AB8E8A;
}
</style>