Shades of Thatch #A6938E
Tints of Thatch #A6938E
RGB
CMYK
RGB Variations
Color information
#A6938E (or 0xA6938E) is known color: Thatch. HEX triplet: A6, 93 and 8E. RGB value is (166,147,142). Sum of RGB (Red+Green+Blue) = 166+147+142=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6938E is #596C71. Grayscale: #989898. Windows color (decimal): -5860466 or 9343910. OLE color: 9343910.
HSL color Cylindrical-coordinate representation of color #A6938E: hue angle of 12.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6938E is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 142 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.35 |
| HSL | 12.5º | 0.12% | 0.6% | - |
| HSV(B) | 12.5º | 0.14% | 0.65% | - |
| XYZ | 31.04 | 30.93 | 29.92 | - |
| YUV | 152.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 142 | 0 | 0.11 | 0.14 | 0.35 | 12.5 | 0.12 | 0.6 |
| Hex | A6 | 93 | 8E | 0 | B | E | 23 | C | C | 3C |
| Octal | 246 | 223 | 216 | 0 | 13 | 16 | 43 | 14 | 14 | 74 |
| Binary | 10100110 | 10010011 | 10001110 | 0 | 1011 | 1110 | 100011 | 1100 | 1100 | 111100 |
Color Harmonies of #A6938E
Complementary color
Monochromatic Colors of #A6938E
Black with #A6938E
Text Example
Text Example
White with #A6938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6938E; }
p { color: rgb(166,147,142); }
H1.HeaderClassName
{
color: #A6938E;
}
.AnyTagClassName
{
color: #A6938E;
}
</style>
background-color css
<style>
a { background-color: #A6938E; }
a { background-color: rgb(166,147,142); }
div.DivClassName
{
background-color: #A6938E;
}
.BgClassName
{
background-color: #A6938E;
}
</style>
border-color css
<style>
span { border-color: #A6938E; }
span { border-color: rgb(166,147,142); }
td.TdClassName
{
border-color: #A6938E;
}
.TagClassName
{
border-color: #A6938E;
}
</style>