Shades of Thatch #AB9490
Tints of Thatch #AB9490
RGB
CMYK
RGB Variations
Color information
#AB9490 (or 0xAB9490) is known color: Thatch. HEX triplet: AB, 94 and 90. RGB value is (171,148,144). Sum of RGB (Red+Green+Blue) = 171+148+144=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9490 is #546B6F. Grayscale: #9A9A9A. Windows color (decimal): -5532528 or 9475243. OLE color: 9475243.
HSL color Cylindrical-coordinate representation of color #AB9490: hue angle of 8.89º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB9490 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 144 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.33 |
| HSL | 8.89º | 0.14% | 0.62% | - |
| HSV(B) | 8.89º | 0.16% | 0.67% | - |
| XYZ | 32.42 | 31.85 | 30.82 | - |
| YUV | 154.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 144 | 0 | 0.13 | 0.16 | 0.33 | 8.89 | 0.14 | 0.62 |
| Hex | AB | 94 | 90 | 0 | D | 10 | 21 | 9 | E | 3E |
| Octal | 253 | 224 | 220 | 0 | 15 | 20 | 41 | 11 | 16 | 76 |
| Binary | 10101011 | 10010100 | 10010000 | 0 | 1101 | 10000 | 100001 | 1001 | 1110 | 111110 |
Color Harmonies of #AB9490
Complementary color
Monochromatic Colors of #AB9490
Black with #AB9490
Text Example
Text Example
White with #AB9490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9490; }
p { color: rgb(171,148,144); }
H1.HeaderClassName
{
color: #AB9490;
}
.AnyTagClassName
{
color: #AB9490;
}
</style>
background-color css
<style>
a { background-color: #AB9490; }
a { background-color: rgb(171,148,144); }
div.DivClassName
{
background-color: #AB9490;
}
.BgClassName
{
background-color: #AB9490;
}
</style>
border-color css
<style>
span { border-color: #AB9490; }
span { border-color: rgb(171,148,144); }
td.TdClassName
{
border-color: #AB9490;
}
.TagClassName
{
border-color: #AB9490;
}
</style>