Shades of Thatch #A68C84
Tints of Thatch #A68C84
RGB
CMYK
RGB Variations
Color information
#A68C84 (or 0xA68C84) is known color: Thatch. HEX triplet: A6, 8C and 84. RGB value is (166,140,132). Sum of RGB (Red+Green+Blue) = 166+140+132=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68C84 is #59737B. Grayscale: #929292. Windows color (decimal): -5862268 or 8686758. OLE color: 8686758.
HSL color Cylindrical-coordinate representation of color #A68C84: hue angle of 14.12º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68C84 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 132 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.35 |
| HSL | 14.12º | 0.16% | 0.58% | - |
| HSV(B) | 14.12º | 0.2% | 0.65% | - |
| XYZ | 29.27 | 28.53 | 25.79 | - |
| YUV | 146.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 132 | 0 | 0.16 | 0.20 | 0.35 | 14.12 | 0.16 | 0.58 |
| Hex | A6 | 8C | 84 | 0 | 10 | 14 | 23 | E | 10 | 3A |
| Octal | 246 | 214 | 204 | 0 | 20 | 24 | 43 | 16 | 20 | 72 |
| Binary | 10100110 | 10001100 | 10000100 | 0 | 10000 | 10100 | 100011 | 1110 | 10000 | 111010 |
Color Harmonies of #A68C84
Complementary color
Monochromatic Colors of #A68C84
Black with #A68C84
Text Example
Text Example
White with #A68C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C84; }
p { color: rgb(166,140,132); }
H1.HeaderClassName
{
color: #A68C84;
}
.AnyTagClassName
{
color: #A68C84;
}
</style>
background-color css
<style>
a { background-color: #A68C84; }
a { background-color: rgb(166,140,132); }
div.DivClassName
{
background-color: #A68C84;
}
.BgClassName
{
background-color: #A68C84;
}
</style>
border-color css
<style>
span { border-color: #A68C84; }
span { border-color: rgb(166,140,132); }
td.TdClassName
{
border-color: #A68C84;
}
.TagClassName
{
border-color: #A68C84;
}
</style>