Shades of Thatch #A68988
Tints of Thatch #A68988
RGB
CMYK
RGB Variations
Color information
#A68988 (or 0xA68988) is known color: Thatch. HEX triplet: A6, 89 and 88. RGB value is (166,137,136). Sum of RGB (Red+Green+Blue) = 166+137+136=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A68988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68988 is #597677. Grayscale: #919191. Windows color (decimal): -5863032 or 8948134. OLE color: 8948134.
HSL color Cylindrical-coordinate representation of color #A68988: hue angle of 2º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A68988 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 136 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.35 |
| HSL | 2º | 0.14% | 0.59% | - |
| HSV(B) | 2º | 0.18% | 0.65% | - |
| XYZ | 29.12 | 27.78 | 27.12 | - |
| YUV | 145.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 136 | 0 | 0.17 | 0.18 | 0.35 | 2 | 0.14 | 0.59 |
| Hex | A6 | 89 | 88 | 0 | 11 | 12 | 23 | 2 | E | 3B |
| Octal | 246 | 211 | 210 | 0 | 21 | 22 | 43 | 2 | 16 | 73 |
| Binary | 10100110 | 10001001 | 10001000 | 0 | 10001 | 10010 | 100011 | 10 | 1110 | 111011 |
Color Harmonies of #A68988
Complementary color
Monochromatic Colors of #A68988
Black with #A68988
Text Example
Text Example
White with #A68988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68988; }
p { color: rgb(166,137,136); }
H1.HeaderClassName
{
color: #A68988;
}
.AnyTagClassName
{
color: #A68988;
}
</style>
background-color css
<style>
a { background-color: #A68988; }
a { background-color: rgb(166,137,136); }
div.DivClassName
{
background-color: #A68988;
}
.BgClassName
{
background-color: #A68988;
}
</style>
border-color css
<style>
span { border-color: #A68988; }
span { border-color: rgb(166,137,136); }
td.TdClassName
{
border-color: #A68988;
}
.TagClassName
{
border-color: #A68988;
}
</style>