Shades of Thatch #AB938D
Tints of Thatch #AB938D
RGB
CMYK
RGB Variations
Color information
#AB938D (or 0xAB938D) is known color: Thatch. HEX triplet: AB, 93 and 8D. RGB value is (171,147,141). Sum of RGB (Red+Green+Blue) = 171+147+141=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB938D is #546C72. Grayscale: #999999. Windows color (decimal): -5532787 or 9278379. OLE color: 9278379.
HSL color Cylindrical-coordinate representation of color #AB938D: hue angle of 12º 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 #AB938D is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 141 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.33 |
| HSL | 12º | 0.15% | 0.61% | - |
| HSV(B) | 12º | 0.18% | 0.67% | - |
| XYZ | 32.04 | 31.45 | 29.58 | - |
| YUV | 153.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 141 | 0 | 0.14 | 0.18 | 0.33 | 12 | 0.15 | 0.61 |
| Hex | AB | 93 | 8D | 0 | E | 12 | 21 | C | F | 3D |
| Octal | 253 | 223 | 215 | 0 | 16 | 22 | 41 | 14 | 17 | 75 |
| Binary | 10101011 | 10010011 | 10001101 | 0 | 1110 | 10010 | 100001 | 1100 | 1111 | 111101 |
Color Harmonies of #AB938D
Complementary color
Monochromatic Colors of #AB938D
Black with #AB938D
Text Example
Text Example
White with #AB938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB938D; }
p { color: rgb(171,147,141); }
H1.HeaderClassName
{
color: #AB938D;
}
.AnyTagClassName
{
color: #AB938D;
}
</style>
background-color css
<style>
a { background-color: #AB938D; }
a { background-color: rgb(171,147,141); }
div.DivClassName
{
background-color: #AB938D;
}
.BgClassName
{
background-color: #AB938D;
}
</style>
border-color css
<style>
span { border-color: #AB938D; }
span { border-color: rgb(171,147,141); }
td.TdClassName
{
border-color: #AB938D;
}
.TagClassName
{
border-color: #AB938D;
}
</style>