Shades of Thatch #A98A84
Tints of Thatch #A98A84
RGB
CMYK
RGB Variations
Color information
#A98A84 (or 0xA98A84) is known color: Thatch. HEX triplet: A9, 8A and 84. RGB value is (169,138,132). Sum of RGB (Red+Green+Blue) = 169+138+132=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98A84 is #56757B. Grayscale: #929292. Windows color (decimal): -5666172 or 8686249. OLE color: 8686249.
HSL color Cylindrical-coordinate representation of color #A98A84: hue angle of 9.73º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98A84 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 132 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.34 |
| HSL | 9.73º | 0.18% | 0.59% | - |
| HSV(B) | 9.73º | 0.22% | 0.66% | - |
| XYZ | 29.62 | 28.28 | 25.73 | - |
| YUV | 146.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 132 | 0 | 0.18 | 0.22 | 0.34 | 9.73 | 0.18 | 0.59 |
| Hex | A9 | 8A | 84 | 0 | 12 | 16 | 22 | A | 12 | 3B |
| Octal | 251 | 212 | 204 | 0 | 22 | 26 | 42 | 12 | 22 | 73 |
| Binary | 10101001 | 10001010 | 10000100 | 0 | 10010 | 10110 | 100010 | 1010 | 10010 | 111011 |
Color Harmonies of #A98A84
Complementary color
Monochromatic Colors of #A98A84
Black with #A98A84
Text Example
Text Example
White with #A98A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A84; }
p { color: rgb(169,138,132); }
H1.HeaderClassName
{
color: #A98A84;
}
.AnyTagClassName
{
color: #A98A84;
}
</style>
background-color css
<style>
a { background-color: #A98A84; }
a { background-color: rgb(169,138,132); }
div.DivClassName
{
background-color: #A98A84;
}
.BgClassName
{
background-color: #A98A84;
}
</style>
border-color css
<style>
span { border-color: #A98A84; }
span { border-color: rgb(169,138,132); }
td.TdClassName
{
border-color: #A98A84;
}
.TagClassName
{
border-color: #A98A84;
}
</style>