Shades of Thatch #AB8F88
Tints of Thatch #AB8F88
RGB
CMYK
RGB Variations
Color information
#AB8F88 (or 0xAB8F88) is known color: Thatch. HEX triplet: AB, 8F and 88. RGB value is (171,143,136). Sum of RGB (Red+Green+Blue) = 171+143+136=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F88 is #547077. Grayscale: #969696. Windows color (decimal): -5533816 or 8949675. OLE color: 8949675.
HSL color Cylindrical-coordinate representation of color #AB8F88: hue angle of 12º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB8F88 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 136 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.33 |
| HSL | 12º | 0.17% | 0.6% | - |
| HSV(B) | 12º | 0.2% | 0.67% | - |
| XYZ | 31.06 | 30.08 | 27.46 | - |
| YUV | 150.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 136 | 0 | 0.16 | 0.20 | 0.33 | 12 | 0.17 | 0.6 |
| Hex | AB | 8F | 88 | 0 | 10 | 14 | 21 | C | 11 | 3C |
| Octal | 253 | 217 | 210 | 0 | 20 | 24 | 41 | 14 | 21 | 74 |
| Binary | 10101011 | 10001111 | 10001000 | 0 | 10000 | 10100 | 100001 | 1100 | 10001 | 111100 |
Color Harmonies of #AB8F88
Complementary color
Monochromatic Colors of #AB8F88
Black with #AB8F88
Text Example
Text Example
White with #AB8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F88; }
p { color: rgb(171,143,136); }
H1.HeaderClassName
{
color: #AB8F88;
}
.AnyTagClassName
{
color: #AB8F88;
}
</style>
background-color css
<style>
a { background-color: #AB8F88; }
a { background-color: rgb(171,143,136); }
div.DivClassName
{
background-color: #AB8F88;
}
.BgClassName
{
background-color: #AB8F88;
}
</style>
border-color css
<style>
span { border-color: #AB8F88; }
span { border-color: rgb(171,143,136); }
td.TdClassName
{
border-color: #AB8F88;
}
.TagClassName
{
border-color: #AB8F88;
}
</style>