Shades of Thatch #AB9390
Tints of Thatch #AB9390
RGB
CMYK
RGB Variations
Color information
#AB9390 (or 0xAB9390) is known color: Thatch. HEX triplet: AB, 93 and 90. RGB value is (171,147,144). Sum of RGB (Red+Green+Blue) = 171+147+144=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9390 is #546C6F. Grayscale: #999999. Windows color (decimal): -5532784 or 9474987. OLE color: 9474987.
HSL color Cylindrical-coordinate representation of color #AB9390: hue angle of 6.67º 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 #AB9390 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 144 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.33 |
| HSL | 6.67º | 0.14% | 0.62% | - |
| HSV(B) | 6.67º | 0.16% | 0.67% | - |
| XYZ | 32.26 | 31.54 | 30.77 | - |
| YUV | 153.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 144 | 0 | 0.14 | 0.16 | 0.33 | 6.67 | 0.14 | 0.62 |
| Hex | AB | 93 | 90 | 0 | E | 10 | 21 | 7 | E | 3E |
| Octal | 253 | 223 | 220 | 0 | 16 | 20 | 41 | 7 | 16 | 76 |
| Binary | 10101011 | 10010011 | 10010000 | 0 | 1110 | 10000 | 100001 | 111 | 1110 | 111110 |
Color Harmonies of #AB9390
Complementary color
Monochromatic Colors of #AB9390
Black with #AB9390
Text Example
Text Example
White with #AB9390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9390; }
p { color: rgb(171,147,144); }
H1.HeaderClassName
{
color: #AB9390;
}
.AnyTagClassName
{
color: #AB9390;
}
</style>
background-color css
<style>
a { background-color: #AB9390; }
a { background-color: rgb(171,147,144); }
div.DivClassName
{
background-color: #AB9390;
}
.BgClassName
{
background-color: #AB9390;
}
</style>
border-color css
<style>
span { border-color: #AB9390; }
span { border-color: rgb(171,147,144); }
td.TdClassName
{
border-color: #AB9390;
}
.TagClassName
{
border-color: #AB9390;
}
</style>