Shades of Thatch #A68C8B
Tints of Thatch #A68C8B
RGB
CMYK
RGB Variations
Color information
#A68C8B (or 0xA68C8B) is known color: Thatch. HEX triplet: A6, 8C and 8B. RGB value is (166,140,139). Sum of RGB (Red+Green+Blue) = 166+140+139=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68C8B is #597374. Grayscale: #939393. Windows color (decimal): -5862261 or 9145510. OLE color: 9145510.
HSL color Cylindrical-coordinate representation of color #A68C8B: hue angle of 2.22º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A68C8B is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 139 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.35 |
| HSL | 2.22º | 0.13% | 0.6% | - |
| HSV(B) | 2.22º | 0.16% | 0.65% | - |
| XYZ | 29.76 | 28.73 | 28.4 | - |
| YUV | 147.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 139 | 0 | 0.16 | 0.16 | 0.35 | 2.22 | 0.13 | 0.6 |
| Hex | A6 | 8C | 8B | 0 | 10 | 10 | 23 | 2 | D | 3C |
| Octal | 246 | 214 | 213 | 0 | 20 | 20 | 43 | 2 | 15 | 74 |
| Binary | 10100110 | 10001100 | 10001011 | 0 | 10000 | 10000 | 100011 | 10 | 1101 | 111100 |
Color Harmonies of #A68C8B
Complementary color
Monochromatic Colors of #A68C8B
Black with #A68C8B
Text Example
Text Example
White with #A68C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C8B; }
p { color: rgb(166,140,139); }
H1.HeaderClassName
{
color: #A68C8B;
}
.AnyTagClassName
{
color: #A68C8B;
}
</style>
background-color css
<style>
a { background-color: #A68C8B; }
a { background-color: rgb(166,140,139); }
div.DivClassName
{
background-color: #A68C8B;
}
.BgClassName
{
background-color: #A68C8B;
}
</style>
border-color css
<style>
span { border-color: #A68C8B; }
span { border-color: rgb(166,140,139); }
td.TdClassName
{
border-color: #A68C8B;
}
.TagClassName
{
border-color: #A68C8B;
}
</style>