Shades of Thatch #A08C89
Tints of Thatch #A08C89
RGB
CMYK
RGB Variations
Color information
#A08C89 (or 0xA08C89) is known color: Thatch. HEX triplet: A0, 8C and 89. RGB value is (160,140,137). Sum of RGB (Red+Green+Blue) = 160+140+137=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08C89 is #5F7376. Grayscale: #919191. Windows color (decimal): -6255479 or 9014432. OLE color: 9014432.
HSL color Cylindrical-coordinate representation of color #A08C89: hue angle of 7.83º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A08C89 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 137 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.37 |
| HSL | 7.83º | 0.11% | 0.58% | - |
| HSV(B) | 7.83º | 0.14% | 0.63% | - |
| XYZ | 28.39 | 28.04 | 27.58 | - |
| YUV | 145.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 137 | 0 | 0.12 | 0.14 | 0.37 | 7.83 | 0.11 | 0.58 |
| Hex | A0 | 8C | 89 | 0 | C | E | 25 | 8 | B | 3A |
| Octal | 240 | 214 | 211 | 0 | 14 | 16 | 45 | 10 | 13 | 72 |
| Binary | 10100000 | 10001100 | 10001001 | 0 | 1100 | 1110 | 100101 | 1000 | 1011 | 111010 |
Color Harmonies of #A08C89
Complementary color
Monochromatic Colors of #A08C89
Black with #A08C89
Text Example
Text Example
White with #A08C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C89; }
p { color: rgb(160,140,137); }
H1.HeaderClassName
{
color: #A08C89;
}
.AnyTagClassName
{
color: #A08C89;
}
</style>
background-color css
<style>
a { background-color: #A08C89; }
a { background-color: rgb(160,140,137); }
div.DivClassName
{
background-color: #A08C89;
}
.BgClassName
{
background-color: #A08C89;
}
</style>
border-color css
<style>
span { border-color: #A08C89; }
span { border-color: rgb(160,140,137); }
td.TdClassName
{
border-color: #A08C89;
}
.TagClassName
{
border-color: #A08C89;
}
</style>