Shades of Thatch #AB9593
Tints of Thatch #AB9593
RGB
CMYK
RGB Variations
Color information
#AB9593 (or 0xAB9593) is known color: Thatch. HEX triplet: AB, 95 and 93. RGB value is (171,149,147). Sum of RGB (Red+Green+Blue) = 171+149+147=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9593 is #546A6C. Grayscale: #9B9B9B. Windows color (decimal): -5532269 or 9672107. OLE color: 9672107.
HSL color Cylindrical-coordinate representation of color #AB9593: hue angle of 5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB9593 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 147 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.33 |
| HSL | 5º | 0.13% | 0.62% | - |
| HSV(B) | 5º | 0.14% | 0.67% | - |
| XYZ | 32.81 | 32.26 | 32.1 | - |
| YUV | 155.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 147 | 0 | 0.13 | 0.14 | 0.33 | 5 | 0.13 | 0.62 |
| Hex | AB | 95 | 93 | 0 | D | E | 21 | 5 | C | 3E |
| Octal | 253 | 225 | 223 | 0 | 15 | 16 | 41 | 5 | 14 | 76 |
| Binary | 10101011 | 10010101 | 10010011 | 0 | 1101 | 1110 | 100001 | 101 | 1100 | 111110 |
Color Harmonies of #AB9593
Complementary color
Monochromatic Colors of #AB9593
Black with #AB9593
Text Example
Text Example
White with #AB9593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9593; }
p { color: rgb(171,149,147); }
H1.HeaderClassName
{
color: #AB9593;
}
.AnyTagClassName
{
color: #AB9593;
}
</style>
background-color css
<style>
a { background-color: #AB9593; }
a { background-color: rgb(171,149,147); }
div.DivClassName
{
background-color: #AB9593;
}
.BgClassName
{
background-color: #AB9593;
}
</style>
border-color css
<style>
span { border-color: #AB9593; }
span { border-color: rgb(171,149,147); }
td.TdClassName
{
border-color: #AB9593;
}
.TagClassName
{
border-color: #AB9593;
}
</style>