Shades of Thatch #AB938E
Tints of Thatch #AB938E
RGB
CMYK
RGB Variations
Color information
#AB938E (or 0xAB938E) is known color: Thatch. HEX triplet: AB, 93 and 8E. RGB value is (171,147,142). Sum of RGB (Red+Green+Blue) = 171+147+142=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB938E is #546C71. Grayscale: #999999. Windows color (decimal): -5532786 or 9343915. OLE color: 9343915.
HSL color Cylindrical-coordinate representation of color #AB938E: hue angle of 10.34º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB938E is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 142 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.33 |
| HSL | 10.34º | 0.15% | 0.61% | - |
| HSV(B) | 10.34º | 0.17% | 0.67% | - |
| XYZ | 32.11 | 31.48 | 29.97 | - |
| YUV | 153.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 142 | 0 | 0.14 | 0.17 | 0.33 | 10.34 | 0.15 | 0.61 |
| Hex | AB | 93 | 8E | 0 | E | 11 | 21 | A | F | 3D |
| Octal | 253 | 223 | 216 | 0 | 16 | 21 | 41 | 12 | 17 | 75 |
| Binary | 10101011 | 10010011 | 10001110 | 0 | 1110 | 10001 | 100001 | 1010 | 1111 | 111101 |
Color Harmonies of #AB938E
Complementary color
Monochromatic Colors of #AB938E
Black with #AB938E
Text Example
Text Example
White with #AB938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB938E; }
p { color: rgb(171,147,142); }
H1.HeaderClassName
{
color: #AB938E;
}
.AnyTagClassName
{
color: #AB938E;
}
</style>
background-color css
<style>
a { background-color: #AB938E; }
a { background-color: rgb(171,147,142); }
div.DivClassName
{
background-color: #AB938E;
}
.BgClassName
{
background-color: #AB938E;
}
</style>
border-color css
<style>
span { border-color: #AB938E; }
span { border-color: rgb(171,147,142); }
td.TdClassName
{
border-color: #AB938E;
}
.TagClassName
{
border-color: #AB938E;
}
</style>