Shades of Thatch #A08D8A
Tints of Thatch #A08D8A
RGB
CMYK
RGB Variations
Color information
#A08D8A (or 0xA08D8A) is known color: Thatch. HEX triplet: A0, 8D and 8A. RGB value is (160,141,138). Sum of RGB (Red+Green+Blue) = 160+141+138=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08D8A is #5F7275. Grayscale: #929292. Windows color (decimal): -6255222 or 9080224. OLE color: 9080224.
HSL color Cylindrical-coordinate representation of color #A08D8A: hue angle of 8.18º degrees, saturation: 0.1, 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 #A08D8A is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 138 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.37 |
| HSL | 8.18º | 0.1% | 0.58% | - |
| HSV(B) | 8.18º | 0.14% | 0.63% | - |
| XYZ | 28.61 | 28.36 | 28.01 | - |
| YUV | 146.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 138 | 0 | 0.12 | 0.14 | 0.37 | 8.18 | 0.1 | 0.58 |
| Hex | A0 | 8D | 8A | 0 | C | E | 25 | 8 | A | 3A |
| Octal | 240 | 215 | 212 | 0 | 14 | 16 | 45 | 10 | 12 | 72 |
| Binary | 10100000 | 10001101 | 10001010 | 0 | 1100 | 1110 | 100101 | 1000 | 1010 | 111010 |
Color Harmonies of #A08D8A
Complementary color
Monochromatic Colors of #A08D8A
Black with #A08D8A
Text Example
Text Example
White with #A08D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D8A; }
p { color: rgb(160,141,138); }
H1.HeaderClassName
{
color: #A08D8A;
}
.AnyTagClassName
{
color: #A08D8A;
}
</style>
background-color css
<style>
a { background-color: #A08D8A; }
a { background-color: rgb(160,141,138); }
div.DivClassName
{
background-color: #A08D8A;
}
.BgClassName
{
background-color: #A08D8A;
}
</style>
border-color css
<style>
span { border-color: #A08D8A; }
span { border-color: rgb(160,141,138); }
td.TdClassName
{
border-color: #A08D8A;
}
.TagClassName
{
border-color: #A08D8A;
}
</style>