Shades of Thatch #A7948E
Tints of Thatch #A7948E
RGB
CMYK
RGB Variations
Color information
#A7948E (or 0xA7948E) is known color: Thatch. HEX triplet: A7, 94 and 8E. RGB value is (167,148,142). Sum of RGB (Red+Green+Blue) = 167+148+142=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 167 - color contains mainly: red. Hex color #A7948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7948E is #586B71. Grayscale: #999999. Windows color (decimal): -5794674 or 9344167. OLE color: 9344167.
HSL color Cylindrical-coordinate representation of color #A7948E: hue angle of 14.4º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7948E is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 148 | 142 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.35 |
| HSL | 14.4º | 0.12% | 0.61% | - |
| HSV(B) | 14.4º | 0.15% | 0.65% | - |
| XYZ | 31.41 | 31.35 | 29.99 | - |
| YUV | 153 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 148 | 142 | 0 | 0.11 | 0.15 | 0.35 | 14.4 | 0.12 | 0.61 |
| Hex | A7 | 94 | 8E | 0 | B | F | 23 | E | C | 3D |
| Octal | 247 | 224 | 216 | 0 | 13 | 17 | 43 | 16 | 14 | 75 |
| Binary | 10100111 | 10010100 | 10001110 | 0 | 1011 | 1111 | 100011 | 1110 | 1100 | 111101 |
Color Harmonies of #A7948E
Complementary color
Monochromatic Colors of #A7948E
Black with #A7948E
Text Example
Text Example
White with #A7948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7948E; }
p { color: rgb(167,148,142); }
H1.HeaderClassName
{
color: #A7948E;
}
.AnyTagClassName
{
color: #A7948E;
}
</style>
background-color css
<style>
a { background-color: #A7948E; }
a { background-color: rgb(167,148,142); }
div.DivClassName
{
background-color: #A7948E;
}
.BgClassName
{
background-color: #A7948E;
}
</style>
border-color css
<style>
span { border-color: #A7948E; }
span { border-color: rgb(167,148,142); }
td.TdClassName
{
border-color: #A7948E;
}
.TagClassName
{
border-color: #A7948E;
}
</style>