Shades of Thatch #A98E89
Tints of Thatch #A98E89
RGB
CMYK
RGB Variations
Color information
#A98E89 (or 0xA98E89) is known color: Thatch. HEX triplet: A9, 8E and 89. RGB value is (169,142,137). Sum of RGB (Red+Green+Blue) = 169+142+137=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98E89 is #567176. Grayscale: #959595. Windows color (decimal): -5665143 or 9014953. OLE color: 9014953.
HSL color Cylindrical-coordinate representation of color #A98E89: hue angle of 9.38º 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 #A98E89 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 137 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.34 |
| HSL | 9.38º | 0.16% | 0.6% | - |
| HSV(B) | 9.38º | 0.19% | 0.66% | - |
| XYZ | 30.55 | 29.59 | 27.77 | - |
| YUV | 149.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 137 | 0 | 0.16 | 0.19 | 0.34 | 9.38 | 0.16 | 0.6 |
| Hex | A9 | 8E | 89 | 0 | 10 | 13 | 22 | 9 | 10 | 3C |
| Octal | 251 | 216 | 211 | 0 | 20 | 23 | 42 | 11 | 20 | 74 |
| Binary | 10101001 | 10001110 | 10001001 | 0 | 10000 | 10011 | 100010 | 1001 | 10000 | 111100 |
Color Harmonies of #A98E89
Complementary color
Monochromatic Colors of #A98E89
Black with #A98E89
Text Example
Text Example
White with #A98E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E89; }
p { color: rgb(169,142,137); }
H1.HeaderClassName
{
color: #A98E89;
}
.AnyTagClassName
{
color: #A98E89;
}
</style>
background-color css
<style>
a { background-color: #A98E89; }
a { background-color: rgb(169,142,137); }
div.DivClassName
{
background-color: #A98E89;
}
.BgClassName
{
background-color: #A98E89;
}
</style>
border-color css
<style>
span { border-color: #A98E89; }
span { border-color: rgb(169,142,137); }
td.TdClassName
{
border-color: #A98E89;
}
.TagClassName
{
border-color: #A98E89;
}
</style>