Shades of Thatch #AB9994
Tints of Thatch #AB9994
RGB
CMYK
RGB Variations
Color information
#AB9994 (or 0xAB9994) is known color: Thatch. HEX triplet: AB, 99 and 94. RGB value is (171,153,148). Sum of RGB (Red+Green+Blue) = 171+153+148=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9994 is #54666B. Grayscale: #9D9D9D. Windows color (decimal): -5531244 or 9738667. OLE color: 9738667.
HSL color Cylindrical-coordinate representation of color #AB9994: hue angle of 13.04º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB9994 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 148 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.33 |
| HSL | 13.04º | 0.12% | 0.63% | - |
| HSV(B) | 13.04º | 0.13% | 0.67% | - |
| XYZ | 33.53 | 33.58 | 32.73 | - |
| YUV | 157.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 148 | 0 | 0.11 | 0.13 | 0.33 | 13.04 | 0.12 | 0.63 |
| Hex | AB | 99 | 94 | 0 | B | D | 21 | D | C | 3F |
| Octal | 253 | 231 | 224 | 0 | 13 | 15 | 41 | 15 | 14 | 77 |
| Binary | 10101011 | 10011001 | 10010100 | 0 | 1011 | 1101 | 100001 | 1101 | 1100 | 111111 |
Color Harmonies of #AB9994
Complementary color
Monochromatic Colors of #AB9994
Black with #AB9994
Text Example
Text Example
White with #AB9994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9994; }
p { color: rgb(171,153,148); }
H1.HeaderClassName
{
color: #AB9994;
}
.AnyTagClassName
{
color: #AB9994;
}
</style>
background-color css
<style>
a { background-color: #AB9994; }
a { background-color: rgb(171,153,148); }
div.DivClassName
{
background-color: #AB9994;
}
.BgClassName
{
background-color: #AB9994;
}
</style>
border-color css
<style>
span { border-color: #AB9994; }
span { border-color: rgb(171,153,148); }
td.TdClassName
{
border-color: #AB9994;
}
.TagClassName
{
border-color: #AB9994;
}
</style>