Shades of Thatch #A89994
Tints of Thatch #A89994
RGB
CMYK
RGB Variations
Color information
#A89994 (or 0xA89994) is known color: Thatch. HEX triplet: A8, 99 and 94. RGB value is (168,153,148). Sum of RGB (Red+Green+Blue) = 168+153+148=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 168 - color contains mainly: red. Hex color #A89994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89994 is #57666B. Grayscale: #9C9C9C. Windows color (decimal): -5727852 or 9738664. OLE color: 9738664.
HSL color Cylindrical-coordinate representation of color #A89994: hue angle of 15º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89994 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 148 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.34 |
| HSL | 15º | 0.1% | 0.62% | - |
| HSV(B) | 15º | 0.12% | 0.66% | - |
| XYZ | 32.88 | 33.25 | 32.7 | - |
| YUV | 156.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 148 | 0 | 0.09 | 0.12 | 0.34 | 15 | 0.1 | 0.62 |
| Hex | A8 | 99 | 94 | 0 | 9 | C | 22 | F | A | 3E |
| Octal | 250 | 231 | 224 | 0 | 11 | 14 | 42 | 17 | 12 | 76 |
| Binary | 10101000 | 10011001 | 10010100 | 0 | 1001 | 1100 | 100010 | 1111 | 1010 | 111110 |
Color Harmonies of #A89994
Complementary color
Monochromatic Colors of #A89994
Black with #A89994
Text Example
Text Example
White with #A89994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89994; }
p { color: rgb(168,153,148); }
H1.HeaderClassName
{
color: #A89994;
}
.AnyTagClassName
{
color: #A89994;
}
</style>
background-color css
<style>
a { background-color: #A89994; }
a { background-color: rgb(168,153,148); }
div.DivClassName
{
background-color: #A89994;
}
.BgClassName
{
background-color: #A89994;
}
</style>
border-color css
<style>
span { border-color: #A89994; }
span { border-color: rgb(168,153,148); }
td.TdClassName
{
border-color: #A89994;
}
.TagClassName
{
border-color: #A89994;
}
</style>