Shades of Thatch #A98D89
Tints of Thatch #A98D89
RGB
CMYK
RGB Variations
Color information
#A98D89 (or 0xA98D89) is known color: Thatch. HEX triplet: A9, 8D and 89. RGB value is (169,141,137). Sum of RGB (Red+Green+Blue) = 169+141+137=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98D89 is #567276. Grayscale: #949494. Windows color (decimal): -5665399 or 9014697. OLE color: 9014697.
HSL color Cylindrical-coordinate representation of color #A98D89: hue angle of 7.5º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A98D89 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 137 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.34 |
| HSL | 7.5º | 0.16% | 0.6% | - |
| HSV(B) | 7.5º | 0.19% | 0.66% | - |
| XYZ | 30.4 | 29.29 | 27.72 | - |
| YUV | 148.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 137 | 0 | 0.17 | 0.19 | 0.34 | 7.5 | 0.16 | 0.6 |
| Hex | A9 | 8D | 89 | 0 | 11 | 13 | 22 | 8 | 10 | 3C |
| Octal | 251 | 215 | 211 | 0 | 21 | 23 | 42 | 10 | 20 | 74 |
| Binary | 10101001 | 10001101 | 10001001 | 0 | 10001 | 10011 | 100010 | 1000 | 10000 | 111100 |
Color Harmonies of #A98D89
Complementary color
Monochromatic Colors of #A98D89
Black with #A98D89
Text Example
Text Example
White with #A98D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D89; }
p { color: rgb(169,141,137); }
H1.HeaderClassName
{
color: #A98D89;
}
.AnyTagClassName
{
color: #A98D89;
}
</style>
background-color css
<style>
a { background-color: #A98D89; }
a { background-color: rgb(169,141,137); }
div.DivClassName
{
background-color: #A98D89;
}
.BgClassName
{
background-color: #A98D89;
}
</style>
border-color css
<style>
span { border-color: #A98D89; }
span { border-color: rgb(169,141,137); }
td.TdClassName
{
border-color: #A98D89;
}
.TagClassName
{
border-color: #A98D89;
}
</style>