Shades of Thatch #AB8B88
Tints of Thatch #AB8B88
RGB
CMYK
RGB Variations
Color information
#AB8B88 (or 0xAB8B88) is known color: Thatch. HEX triplet: AB, 8B and 88. RGB value is (171,139,136). Sum of RGB (Red+Green+Blue) = 171+139+136=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B88 is #547477. Grayscale: #949494. Windows color (decimal): -5534840 or 8948651. OLE color: 8948651.
HSL color Cylindrical-coordinate representation of color #AB8B88: hue angle of 5.14º 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 #AB8B88 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 136 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.33 |
| HSL | 5.14º | 0.17% | 0.6% | - |
| HSV(B) | 5.14º | 0.2% | 0.67% | - |
| XYZ | 30.47 | 28.9 | 27.26 | - |
| YUV | 148.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 136 | 0 | 0.19 | 0.20 | 0.33 | 5.14 | 0.17 | 0.6 |
| Hex | AB | 8B | 88 | 0 | 13 | 14 | 21 | 5 | 11 | 3C |
| Octal | 253 | 213 | 210 | 0 | 23 | 24 | 41 | 5 | 21 | 74 |
| Binary | 10101011 | 10001011 | 10001000 | 0 | 10011 | 10100 | 100001 | 101 | 10001 | 111100 |
Color Harmonies of #AB8B88
Complementary color
Monochromatic Colors of #AB8B88
Black with #AB8B88
Text Example
Text Example
White with #AB8B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B88; }
p { color: rgb(171,139,136); }
H1.HeaderClassName
{
color: #AB8B88;
}
.AnyTagClassName
{
color: #AB8B88;
}
</style>
background-color css
<style>
a { background-color: #AB8B88; }
a { background-color: rgb(171,139,136); }
div.DivClassName
{
background-color: #AB8B88;
}
.BgClassName
{
background-color: #AB8B88;
}
</style>
border-color css
<style>
span { border-color: #AB8B88; }
span { border-color: rgb(171,139,136); }
td.TdClassName
{
border-color: #AB8B88;
}
.TagClassName
{
border-color: #AB8B88;
}
</style>