Shades of Thatch #A89893
Tints of Thatch #A89893
RGB
CMYK
RGB Variations
Color information
#A89893 (or 0xA89893) is known color: Thatch. HEX triplet: A8, 98 and 93. RGB value is (168,152,147). Sum of RGB (Red+Green+Blue) = 168+152+147=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A89893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89893 is #57676C. Grayscale: #9C9C9C. Windows color (decimal): -5728109 or 9672872. OLE color: 9672872.
HSL color Cylindrical-coordinate representation of color #A89893: hue angle of 14.29º degrees, saturation: 0.11, 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 #A89893 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 147 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.34 |
| HSL | 14.29º | 0.11% | 0.62% | - |
| HSV(B) | 14.29º | 0.13% | 0.66% | - |
| XYZ | 32.64 | 32.89 | 32.23 | - |
| YUV | 156.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 147 | 0 | 0.10 | 0.13 | 0.34 | 14.29 | 0.11 | 0.62 |
| Hex | A8 | 98 | 93 | 0 | A | D | 22 | E | B | 3E |
| Octal | 250 | 230 | 223 | 0 | 12 | 15 | 42 | 16 | 13 | 76 |
| Binary | 10101000 | 10011000 | 10010011 | 0 | 1010 | 1101 | 100010 | 1110 | 1011 | 111110 |
Color Harmonies of #A89893
Complementary color
Monochromatic Colors of #A89893
Black with #A89893
Text Example
Text Example
White with #A89893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89893; }
p { color: rgb(168,152,147); }
H1.HeaderClassName
{
color: #A89893;
}
.AnyTagClassName
{
color: #A89893;
}
</style>
background-color css
<style>
a { background-color: #A89893; }
a { background-color: rgb(168,152,147); }
div.DivClassName
{
background-color: #A89893;
}
.BgClassName
{
background-color: #A89893;
}
</style>
border-color css
<style>
span { border-color: #A89893; }
span { border-color: rgb(168,152,147); }
td.TdClassName
{
border-color: #A89893;
}
.TagClassName
{
border-color: #A89893;
}
</style>