Shades of Thatch #A6908A
Tints of Thatch #A6908A
RGB
CMYK
RGB Variations
Color information
#A6908A (or 0xA6908A) is known color: Thatch. HEX triplet: A6, 90 and 8A. RGB value is (166,144,138). Sum of RGB (Red+Green+Blue) = 166+144+138=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A6908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6908A is #596F75. Grayscale: #959595. Windows color (decimal): -5861238 or 9080998. OLE color: 9080998.
HSL color Cylindrical-coordinate representation of color #A6908A: hue angle of 12.86º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6908A is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 138 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.35 |
| HSL | 12.86º | 0.14% | 0.6% | - |
| HSV(B) | 12.86º | 0.17% | 0.65% | - |
| XYZ | 30.29 | 29.89 | 28.22 | - |
| YUV | 149.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 138 | 0 | 0.13 | 0.17 | 0.35 | 12.86 | 0.14 | 0.6 |
| Hex | A6 | 90 | 8A | 0 | D | 11 | 23 | D | E | 3C |
| Octal | 246 | 220 | 212 | 0 | 15 | 21 | 43 | 15 | 16 | 74 |
| Binary | 10100110 | 10010000 | 10001010 | 0 | 1101 | 10001 | 100011 | 1101 | 1110 | 111100 |
Color Harmonies of #A6908A
Complementary color
Monochromatic Colors of #A6908A
Black with #A6908A
Text Example
Text Example
White with #A6908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6908A; }
p { color: rgb(166,144,138); }
H1.HeaderClassName
{
color: #A6908A;
}
.AnyTagClassName
{
color: #A6908A;
}
</style>
background-color css
<style>
a { background-color: #A6908A; }
a { background-color: rgb(166,144,138); }
div.DivClassName
{
background-color: #A6908A;
}
.BgClassName
{
background-color: #A6908A;
}
</style>
border-color css
<style>
span { border-color: #A6908A; }
span { border-color: rgb(166,144,138); }
td.TdClassName
{
border-color: #A6908A;
}
.TagClassName
{
border-color: #A6908A;
}
</style>