Shades of Thatch #A6938D
Tints of Thatch #A6938D
RGB
CMYK
RGB Variations
Color information
#A6938D (or 0xA6938D) is known color: Thatch. HEX triplet: A6, 93 and 8D. RGB value is (166,147,141). Sum of RGB (Red+Green+Blue) = 166+147+141=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A6938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6938D is #596C72. Grayscale: #989898. Windows color (decimal): -5860467 or 9278374. OLE color: 9278374.
HSL color Cylindrical-coordinate representation of color #A6938D: hue angle of 14.4º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6938D is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 141 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.35 |
| HSL | 14.4º | 0.12% | 0.6% | - |
| HSV(B) | 14.4º | 0.15% | 0.65% | - |
| XYZ | 30.97 | 30.9 | 29.53 | - |
| YUV | 152 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 141 | 0 | 0.11 | 0.15 | 0.35 | 14.4 | 0.12 | 0.6 |
| Hex | A6 | 93 | 8D | 0 | B | F | 23 | E | C | 3C |
| Octal | 246 | 223 | 215 | 0 | 13 | 17 | 43 | 16 | 14 | 74 |
| Binary | 10100110 | 10010011 | 10001101 | 0 | 1011 | 1111 | 100011 | 1110 | 1100 | 111100 |
Color Harmonies of #A6938D
Complementary color
Monochromatic Colors of #A6938D
Black with #A6938D
Text Example
Text Example
White with #A6938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6938D; }
p { color: rgb(166,147,141); }
H1.HeaderClassName
{
color: #A6938D;
}
.AnyTagClassName
{
color: #A6938D;
}
</style>
background-color css
<style>
a { background-color: #A6938D; }
a { background-color: rgb(166,147,141); }
div.DivClassName
{
background-color: #A6938D;
}
.BgClassName
{
background-color: #A6938D;
}
</style>
border-color css
<style>
span { border-color: #A6938D; }
span { border-color: rgb(166,147,141); }
td.TdClassName
{
border-color: #A6938D;
}
.TagClassName
{
border-color: #A6938D;
}
</style>