Shades of Thatch #AB9590
Tints of Thatch #AB9590
RGB
CMYK
RGB Variations
Color information
#AB9590 (or 0xAB9590) is known color: Thatch. HEX triplet: AB, 95 and 90. RGB value is (171,149,144). Sum of RGB (Red+Green+Blue) = 171+149+144=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9590 is #546A6F. Grayscale: #9B9B9B. Windows color (decimal): -5532272 or 9475499. OLE color: 9475499.
HSL color Cylindrical-coordinate representation of color #AB9590: hue angle of 11.11º 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 #AB9590 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 144 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.33 |
| HSL | 11.11º | 0.14% | 0.62% | - |
| HSV(B) | 11.11º | 0.16% | 0.67% | - |
| XYZ | 32.58 | 32.17 | 30.88 | - |
| YUV | 155.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 144 | 0 | 0.13 | 0.16 | 0.33 | 11.11 | 0.14 | 0.62 |
| Hex | AB | 95 | 90 | 0 | D | 10 | 21 | B | E | 3E |
| Octal | 253 | 225 | 220 | 0 | 15 | 20 | 41 | 13 | 16 | 76 |
| Binary | 10101011 | 10010101 | 10010000 | 0 | 1101 | 10000 | 100001 | 1011 | 1110 | 111110 |
Color Harmonies of #AB9590
Complementary color
Monochromatic Colors of #AB9590
Black with #AB9590
Text Example
Text Example
White with #AB9590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9590; }
p { color: rgb(171,149,144); }
H1.HeaderClassName
{
color: #AB9590;
}
.AnyTagClassName
{
color: #AB9590;
}
</style>
background-color css
<style>
a { background-color: #AB9590; }
a { background-color: rgb(171,149,144); }
div.DivClassName
{
background-color: #AB9590;
}
.BgClassName
{
background-color: #AB9590;
}
</style>
border-color css
<style>
span { border-color: #AB9590; }
span { border-color: rgb(171,149,144); }
td.TdClassName
{
border-color: #AB9590;
}
.TagClassName
{
border-color: #AB9590;
}
</style>