Shades of Thatch #A08B86
Tints of Thatch #A08B86
RGB
CMYK
RGB Variations
Color information
#A08B86 (or 0xA08B86) is known color: Thatch. HEX triplet: A0, 8B and 86. RGB value is (160,139,134). Sum of RGB (Red+Green+Blue) = 160+139+134=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08B86 is #5F7479. Grayscale: #909090. Windows color (decimal): -6255738 or 8817568. OLE color: 8817568.
HSL color Cylindrical-coordinate representation of color #A08B86: hue angle of 11.54º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08B86 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 134 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.37 |
| HSL | 11.54º | 0.12% | 0.58% | - |
| HSV(B) | 11.54º | 0.16% | 0.63% | - |
| XYZ | 28.03 | 27.66 | 26.42 | - |
| YUV | 144.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 134 | 0 | 0.13 | 0.16 | 0.37 | 11.54 | 0.12 | 0.58 |
| Hex | A0 | 8B | 86 | 0 | D | 10 | 25 | C | C | 3A |
| Octal | 240 | 213 | 206 | 0 | 15 | 20 | 45 | 14 | 14 | 72 |
| Binary | 10100000 | 10001011 | 10000110 | 0 | 1101 | 10000 | 100101 | 1100 | 1100 | 111010 |
Color Harmonies of #A08B86
Complementary color
Monochromatic Colors of #A08B86
Black with #A08B86
Text Example
Text Example
White with #A08B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B86; }
p { color: rgb(160,139,134); }
H1.HeaderClassName
{
color: #A08B86;
}
.AnyTagClassName
{
color: #A08B86;
}
</style>
background-color css
<style>
a { background-color: #A08B86; }
a { background-color: rgb(160,139,134); }
div.DivClassName
{
background-color: #A08B86;
}
.BgClassName
{
background-color: #A08B86;
}
</style>
border-color css
<style>
span { border-color: #A08B86; }
span { border-color: rgb(160,139,134); }
td.TdClassName
{
border-color: #A08B86;
}
.TagClassName
{
border-color: #A08B86;
}
</style>