Shades of Thatch #A89894
Tints of Thatch #A89894
RGB
CMYK
RGB Variations
Color information
#A89894 (or 0xA89894) is known color: Thatch. HEX triplet: A8, 98 and 94. RGB value is (168,152,148). Sum of RGB (Red+Green+Blue) = 168+152+148=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 168 - color contains mainly: red. Hex color #A89894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89894 is #57676B. Grayscale: #9C9C9C. Windows color (decimal): -5728108 or 9738408. OLE color: 9738408.
HSL color Cylindrical-coordinate representation of color #A89894: hue angle of 12º 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 #A89894 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 148 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.34 |
| HSL | 12º | 0.1% | 0.62% | - |
| HSV(B) | 12º | 0.12% | 0.66% | - |
| XYZ | 32.72 | 32.92 | 32.65 | - |
| YUV | 156.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 148 | 0 | 0.10 | 0.12 | 0.34 | 12 | 0.1 | 0.62 |
| Hex | A8 | 98 | 94 | 0 | A | C | 22 | C | A | 3E |
| Octal | 250 | 230 | 224 | 0 | 12 | 14 | 42 | 14 | 12 | 76 |
| Binary | 10101000 | 10011000 | 10010100 | 0 | 1010 | 1100 | 100010 | 1100 | 1010 | 111110 |
Color Harmonies of #A89894
Complementary color
Monochromatic Colors of #A89894
Black with #A89894
Text Example
Text Example
White with #A89894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89894; }
p { color: rgb(168,152,148); }
H1.HeaderClassName
{
color: #A89894;
}
.AnyTagClassName
{
color: #A89894;
}
</style>
background-color css
<style>
a { background-color: #A89894; }
a { background-color: rgb(168,152,148); }
div.DivClassName
{
background-color: #A89894;
}
.BgClassName
{
background-color: #A89894;
}
</style>
border-color css
<style>
span { border-color: #A89894; }
span { border-color: rgb(168,152,148); }
td.TdClassName
{
border-color: #A89894;
}
.TagClassName
{
border-color: #A89894;
}
</style>