Shades of Thatch #A6948F
Tints of Thatch #A6948F
RGB
CMYK
RGB Variations
Color information
#A6948F (or 0xA6948F) is known color: Thatch. HEX triplet: A6, 94 and 8F. RGB value is (166,148,143). Sum of RGB (Red+Green+Blue) = 166+148+143=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A6948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6948F is #596B70. Grayscale: #989898. Windows color (decimal): -5860209 or 9409702. OLE color: 9409702.
HSL color Cylindrical-coordinate representation of color #A6948F: hue angle of 13.04º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6948F is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 143 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.35 |
| HSL | 13.04º | 0.11% | 0.61% | - |
| HSV(B) | 13.04º | 0.14% | 0.65% | - |
| XYZ | 31.27 | 31.27 | 30.37 | - |
| YUV | 152.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 143 | 0 | 0.11 | 0.14 | 0.35 | 13.04 | 0.11 | 0.61 |
| Hex | A6 | 94 | 8F | 0 | B | E | 23 | D | B | 3D |
| Octal | 246 | 224 | 217 | 0 | 13 | 16 | 43 | 15 | 13 | 75 |
| Binary | 10100110 | 10010100 | 10001111 | 0 | 1011 | 1110 | 100011 | 1101 | 1011 | 111101 |
Color Harmonies of #A6948F
Complementary color
Monochromatic Colors of #A6948F
Black with #A6948F
Text Example
Text Example
White with #A6948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6948F; }
p { color: rgb(166,148,143); }
H1.HeaderClassName
{
color: #A6948F;
}
.AnyTagClassName
{
color: #A6948F;
}
</style>
background-color css
<style>
a { background-color: #A6948F; }
a { background-color: rgb(166,148,143); }
div.DivClassName
{
background-color: #A6948F;
}
.BgClassName
{
background-color: #A6948F;
}
</style>
border-color css
<style>
span { border-color: #A6948F; }
span { border-color: rgb(166,148,143); }
td.TdClassName
{
border-color: #A6948F;
}
.TagClassName
{
border-color: #A6948F;
}
</style>