Shades of Thatch #AB8B87
Tints of Thatch #AB8B87
RGB
CMYK
RGB Variations
Color information
#AB8B87 (or 0xAB8B87) is known color: Thatch. HEX triplet: AB, 8B and 87. RGB value is (171,139,135). Sum of RGB (Red+Green+Blue) = 171+139+135=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B87 is #547478. Grayscale: #949494. Windows color (decimal): -5534841 or 8883115. OLE color: 8883115.
HSL color Cylindrical-coordinate representation of color #AB8B87: hue angle of 6.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB8B87 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 135 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.33 |
| HSL | 6.67º | 0.18% | 0.6% | - |
| HSV(B) | 6.67º | 0.21% | 0.67% | - |
| XYZ | 30.4 | 28.87 | 26.89 | - |
| YUV | 148.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 135 | 0 | 0.19 | 0.21 | 0.33 | 6.67 | 0.18 | 0.6 |
| Hex | AB | 8B | 87 | 0 | 13 | 15 | 21 | 7 | 12 | 3C |
| Octal | 253 | 213 | 207 | 0 | 23 | 25 | 41 | 7 | 22 | 74 |
| Binary | 10101011 | 10001011 | 10000111 | 0 | 10011 | 10101 | 100001 | 111 | 10010 | 111100 |
Color Harmonies of #AB8B87
Complementary color
Monochromatic Colors of #AB8B87
Black with #AB8B87
Text Example
Text Example
White with #AB8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B87; }
p { color: rgb(171,139,135); }
H1.HeaderClassName
{
color: #AB8B87;
}
.AnyTagClassName
{
color: #AB8B87;
}
</style>
background-color css
<style>
a { background-color: #AB8B87; }
a { background-color: rgb(171,139,135); }
div.DivClassName
{
background-color: #AB8B87;
}
.BgClassName
{
background-color: #AB8B87;
}
</style>
border-color css
<style>
span { border-color: #AB8B87; }
span { border-color: rgb(171,139,135); }
td.TdClassName
{
border-color: #AB8B87;
}
.TagClassName
{
border-color: #AB8B87;
}
</style>