Shades of Thatch #AB948F
Tints of Thatch #AB948F
RGB
CMYK
RGB Variations
Color information
#AB948F (or 0xAB948F) is known color: Thatch. HEX triplet: AB, 94 and 8F. RGB value is (171,148,143). Sum of RGB (Red+Green+Blue) = 171+148+143=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB948F is #546B70. Grayscale: #9A9A9A. Windows color (decimal): -5532529 or 9409707. OLE color: 9409707.
HSL color Cylindrical-coordinate representation of color #AB948F: hue angle of 10.71º 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 #AB948F is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 143 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.33 |
| HSL | 10.71º | 0.14% | 0.62% | - |
| HSV(B) | 10.71º | 0.16% | 0.67% | - |
| XYZ | 32.34 | 31.82 | 30.42 | - |
| YUV | 154.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 143 | 0 | 0.13 | 0.16 | 0.33 | 10.71 | 0.14 | 0.62 |
| Hex | AB | 94 | 8F | 0 | D | 10 | 21 | B | E | 3E |
| Octal | 253 | 224 | 217 | 0 | 15 | 20 | 41 | 13 | 16 | 76 |
| Binary | 10101011 | 10010100 | 10001111 | 0 | 1101 | 10000 | 100001 | 1011 | 1110 | 111110 |
Color Harmonies of #AB948F
Complementary color
Monochromatic Colors of #AB948F
Black with #AB948F
Text Example
Text Example
White with #AB948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB948F; }
p { color: rgb(171,148,143); }
H1.HeaderClassName
{
color: #AB948F;
}
.AnyTagClassName
{
color: #AB948F;
}
</style>
background-color css
<style>
a { background-color: #AB948F; }
a { background-color: rgb(171,148,143); }
div.DivClassName
{
background-color: #AB948F;
}
.BgClassName
{
background-color: #AB948F;
}
</style>
border-color css
<style>
span { border-color: #AB948F; }
span { border-color: rgb(171,148,143); }
td.TdClassName
{
border-color: #AB948F;
}
.TagClassName
{
border-color: #AB948F;
}
</style>