Shades of Thatch #A6908E
Tints of Thatch #A6908E
RGB
CMYK
RGB Variations
Color information
#A6908E (or 0xA6908E) is known color: Thatch. HEX triplet: A6, 90 and 8E. RGB value is (166,144,142). Sum of RGB (Red+Green+Blue) = 166+144+142=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A6908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6908E is #596F71. Grayscale: #969696. Windows color (decimal): -5861234 or 9343142. OLE color: 9343142.
HSL color Cylindrical-coordinate representation of color #A6908E: hue angle of 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 #A6908E is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 142 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.35 |
| HSL | 5º | 0.12% | 0.6% | - |
| HSV(B) | 5º | 0.14% | 0.65% | - |
| XYZ | 30.58 | 30.01 | 29.77 | - |
| YUV | 150.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 142 | 0 | 0.13 | 0.14 | 0.35 | 5 | 0.12 | 0.6 |
| Hex | A6 | 90 | 8E | 0 | D | E | 23 | 5 | C | 3C |
| Octal | 246 | 220 | 216 | 0 | 15 | 16 | 43 | 5 | 14 | 74 |
| Binary | 10100110 | 10010000 | 10001110 | 0 | 1101 | 1110 | 100011 | 101 | 1100 | 111100 |
Color Harmonies of #A6908E
Complementary color
Monochromatic Colors of #A6908E
Black with #A6908E
Text Example
Text Example
White with #A6908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6908E; }
p { color: rgb(166,144,142); }
H1.HeaderClassName
{
color: #A6908E;
}
.AnyTagClassName
{
color: #A6908E;
}
</style>
background-color css
<style>
a { background-color: #A6908E; }
a { background-color: rgb(166,144,142); }
div.DivClassName
{
background-color: #A6908E;
}
.BgClassName
{
background-color: #A6908E;
}
</style>
border-color css
<style>
span { border-color: #A6908E; }
span { border-color: rgb(166,144,142); }
td.TdClassName
{
border-color: #A6908E;
}
.TagClassName
{
border-color: #A6908E;
}
</style>