Shades of Thatch #A6918E
Tints of Thatch #A6918E
RGB
CMYK
RGB Variations
Color information
#A6918E (or 0xA6918E) is known color: Thatch. HEX triplet: A6, 91 and 8E. RGB value is (166,145,142). Sum of RGB (Red+Green+Blue) = 166+145+142=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A6918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6918E is #596E71. Grayscale: #969696. Windows color (decimal): -5860978 or 9343398. OLE color: 9343398.
HSL color Cylindrical-coordinate representation of color #A6918E: hue angle of 7.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 #A6918E is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 145 | 142 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.35 |
| HSL | 7.5º | 0.12% | 0.6% | - |
| HSV(B) | 7.5º | 0.14% | 0.65% | - |
| XYZ | 30.73 | 30.31 | 29.82 | - |
| YUV | 150.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 142 | 0 | 0.13 | 0.14 | 0.35 | 7.5 | 0.12 | 0.6 |
| Hex | A6 | 91 | 8E | 0 | D | E | 23 | 8 | C | 3C |
| Octal | 246 | 221 | 216 | 0 | 15 | 16 | 43 | 10 | 14 | 74 |
| Binary | 10100110 | 10010001 | 10001110 | 0 | 1101 | 1110 | 100011 | 1000 | 1100 | 111100 |
Color Harmonies of #A6918E
Complementary color
Monochromatic Colors of #A6918E
Black with #A6918E
Text Example
Text Example
White with #A6918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6918E; }
p { color: rgb(166,145,142); }
H1.HeaderClassName
{
color: #A6918E;
}
.AnyTagClassName
{
color: #A6918E;
}
</style>
background-color css
<style>
a { background-color: #A6918E; }
a { background-color: rgb(166,145,142); }
div.DivClassName
{
background-color: #A6918E;
}
.BgClassName
{
background-color: #A6918E;
}
</style>
border-color css
<style>
span { border-color: #A6918E; }
span { border-color: rgb(166,145,142); }
td.TdClassName
{
border-color: #A6918E;
}
.TagClassName
{
border-color: #A6918E;
}
</style>