Shades of Thatch #AB8F87
Tints of Thatch #AB8F87
RGB
CMYK
RGB Variations
Color information
#AB8F87 (or 0xAB8F87) is known color: Thatch. HEX triplet: AB, 8F and 87. RGB value is (171,143,135). Sum of RGB (Red+Green+Blue) = 171+143+135=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F87 is #547078. Grayscale: #969696. Windows color (decimal): -5533817 or 8884139. OLE color: 8884139.
HSL color Cylindrical-coordinate representation of color #AB8F87: hue angle of 13.33º 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 #AB8F87 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 135 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.33 |
| HSL | 13.33º | 0.18% | 0.6% | - |
| HSV(B) | 13.33º | 0.21% | 0.67% | - |
| XYZ | 30.99 | 30.05 | 27.09 | - |
| YUV | 150.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 135 | 0 | 0.16 | 0.21 | 0.33 | 13.33 | 0.18 | 0.6 |
| Hex | AB | 8F | 87 | 0 | 10 | 15 | 21 | D | 12 | 3C |
| Octal | 253 | 217 | 207 | 0 | 20 | 25 | 41 | 15 | 22 | 74 |
| Binary | 10101011 | 10001111 | 10000111 | 0 | 10000 | 10101 | 100001 | 1101 | 10010 | 111100 |
Color Harmonies of #AB8F87
Complementary color
Monochromatic Colors of #AB8F87
Black with #AB8F87
Text Example
Text Example
White with #AB8F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F87; }
p { color: rgb(171,143,135); }
H1.HeaderClassName
{
color: #AB8F87;
}
.AnyTagClassName
{
color: #AB8F87;
}
</style>
background-color css
<style>
a { background-color: #AB8F87; }
a { background-color: rgb(171,143,135); }
div.DivClassName
{
background-color: #AB8F87;
}
.BgClassName
{
background-color: #AB8F87;
}
</style>
border-color css
<style>
span { border-color: #AB8F87; }
span { border-color: rgb(171,143,135); }
td.TdClassName
{
border-color: #AB8F87;
}
.TagClassName
{
border-color: #AB8F87;
}
</style>