Shades of Thatch #A68C87
Tints of Thatch #A68C87
RGB
CMYK
RGB Variations
Color information
#A68C87 (or 0xA68C87) is known color: Thatch. HEX triplet: A6, 8C and 87. RGB value is (166,140,135). Sum of RGB (Red+Green+Blue) = 166+140+135=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68C87 is #597378. Grayscale: #939393. Windows color (decimal): -5862265 or 8883366. OLE color: 8883366.
HSL color Cylindrical-coordinate representation of color #A68C87: hue angle of 9.68º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68C87 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 135 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.35 |
| HSL | 9.68º | 0.15% | 0.59% | - |
| HSV(B) | 9.68º | 0.19% | 0.65% | - |
| XYZ | 29.48 | 28.61 | 26.89 | - |
| YUV | 147.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 135 | 0 | 0.16 | 0.19 | 0.35 | 9.68 | 0.15 | 0.59 |
| Hex | A6 | 8C | 87 | 0 | 10 | 13 | 23 | A | F | 3B |
| Octal | 246 | 214 | 207 | 0 | 20 | 23 | 43 | 12 | 17 | 73 |
| Binary | 10100110 | 10001100 | 10000111 | 0 | 10000 | 10011 | 100011 | 1010 | 1111 | 111011 |
Color Harmonies of #A68C87
Complementary color
Monochromatic Colors of #A68C87
Black with #A68C87
Text Example
Text Example
White with #A68C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C87; }
p { color: rgb(166,140,135); }
H1.HeaderClassName
{
color: #A68C87;
}
.AnyTagClassName
{
color: #A68C87;
}
</style>
background-color css
<style>
a { background-color: #A68C87; }
a { background-color: rgb(166,140,135); }
div.DivClassName
{
background-color: #A68C87;
}
.BgClassName
{
background-color: #A68C87;
}
</style>
border-color css
<style>
span { border-color: #A68C87; }
span { border-color: rgb(166,140,135); }
td.TdClassName
{
border-color: #A68C87;
}
.TagClassName
{
border-color: #A68C87;
}
</style>