Shades of Thatch #AB948D
Tints of Thatch #AB948D
RGB
CMYK
RGB Variations
Color information
#AB948D (or 0xAB948D) is known color: Thatch. HEX triplet: AB, 94 and 8D. RGB value is (171,148,141). Sum of RGB (Red+Green+Blue) = 171+148+141=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB948D is #546B72. Grayscale: #9A9A9A. Windows color (decimal): -5532531 or 9278635. OLE color: 9278635.
HSL color Cylindrical-coordinate representation of color #AB948D: hue angle of 14º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB948D is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 141 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.33 |
| HSL | 14º | 0.15% | 0.61% | - |
| HSV(B) | 14º | 0.18% | 0.67% | - |
| XYZ | 32.19 | 31.76 | 29.63 | - |
| YUV | 154.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 141 | 0 | 0.13 | 0.18 | 0.33 | 14 | 0.15 | 0.61 |
| Hex | AB | 94 | 8D | 0 | D | 12 | 21 | E | F | 3D |
| Octal | 253 | 224 | 215 | 0 | 15 | 22 | 41 | 16 | 17 | 75 |
| Binary | 10101011 | 10010100 | 10001101 | 0 | 1101 | 10010 | 100001 | 1110 | 1111 | 111101 |
Color Harmonies of #AB948D
Complementary color
Monochromatic Colors of #AB948D
Black with #AB948D
Text Example
Text Example
White with #AB948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB948D; }
p { color: rgb(171,148,141); }
H1.HeaderClassName
{
color: #AB948D;
}
.AnyTagClassName
{
color: #AB948D;
}
</style>
background-color css
<style>
a { background-color: #AB948D; }
a { background-color: rgb(171,148,141); }
div.DivClassName
{
background-color: #AB948D;
}
.BgClassName
{
background-color: #AB948D;
}
</style>
border-color css
<style>
span { border-color: #AB948D; }
span { border-color: rgb(171,148,141); }
td.TdClassName
{
border-color: #AB948D;
}
.TagClassName
{
border-color: #AB948D;
}
</style>