Shades of Thatch #A98D87
Tints of Thatch #A98D87
RGB
CMYK
RGB Variations
Color information
#A98D87 (or 0xA98D87) is known color: Thatch. HEX triplet: A9, 8D and 87. RGB value is (169,141,135). Sum of RGB (Red+Green+Blue) = 169+141+135=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98D87 is #567278. Grayscale: #949494. Windows color (decimal): -5665401 or 8883625. OLE color: 8883625.
HSL color Cylindrical-coordinate representation of color #A98D87: hue angle of 10.59º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A98D87 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 135 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.34 |
| HSL | 10.59º | 0.17% | 0.6% | - |
| HSV(B) | 10.59º | 0.2% | 0.66% | - |
| XYZ | 30.26 | 29.23 | 26.97 | - |
| YUV | 148.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 135 | 0 | 0.17 | 0.20 | 0.34 | 10.59 | 0.17 | 0.6 |
| Hex | A9 | 8D | 87 | 0 | 11 | 14 | 22 | B | 11 | 3C |
| Octal | 251 | 215 | 207 | 0 | 21 | 24 | 42 | 13 | 21 | 74 |
| Binary | 10101001 | 10001101 | 10000111 | 0 | 10001 | 10100 | 100010 | 1011 | 10001 | 111100 |
Color Harmonies of #A98D87
Complementary color
Monochromatic Colors of #A98D87
Black with #A98D87
Text Example
Text Example
White with #A98D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D87; }
p { color: rgb(169,141,135); }
H1.HeaderClassName
{
color: #A98D87;
}
.AnyTagClassName
{
color: #A98D87;
}
</style>
background-color css
<style>
a { background-color: #A98D87; }
a { background-color: rgb(169,141,135); }
div.DivClassName
{
background-color: #A98D87;
}
.BgClassName
{
background-color: #A98D87;
}
</style>
border-color css
<style>
span { border-color: #A98D87; }
span { border-color: rgb(169,141,135); }
td.TdClassName
{
border-color: #A98D87;
}
.TagClassName
{
border-color: #A98D87;
}
</style>