Shades of Thatch #A89089
Tints of Thatch #A89089
RGB
CMYK
RGB Variations
Color information
#A89089 (or 0xA89089) is known color: Thatch. HEX triplet: A8, 90 and 89. RGB value is (168,144,137). Sum of RGB (Red+Green+Blue) = 168+144+137=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A89089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89089 is #576F76. Grayscale: #969696. Windows color (decimal): -5730167 or 9015464. OLE color: 9015464.
HSL color Cylindrical-coordinate representation of color #A89089: hue angle of 13.55º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A89089 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 137 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.34 |
| HSL | 13.55º | 0.15% | 0.6% | - |
| HSV(B) | 13.55º | 0.18% | 0.66% | - |
| XYZ | 30.64 | 30.08 | 27.86 | - |
| YUV | 150.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 137 | 0 | 0.14 | 0.18 | 0.34 | 13.55 | 0.15 | 0.6 |
| Hex | A8 | 90 | 89 | 0 | E | 12 | 22 | E | F | 3C |
| Octal | 250 | 220 | 211 | 0 | 16 | 22 | 42 | 16 | 17 | 74 |
| Binary | 10101000 | 10010000 | 10001001 | 0 | 1110 | 10010 | 100010 | 1110 | 1111 | 111100 |
Color Harmonies of #A89089
Complementary color
Monochromatic Colors of #A89089
Black with #A89089
Text Example
Text Example
White with #A89089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89089; }
p { color: rgb(168,144,137); }
H1.HeaderClassName
{
color: #A89089;
}
.AnyTagClassName
{
color: #A89089;
}
</style>
background-color css
<style>
a { background-color: #A89089; }
a { background-color: rgb(168,144,137); }
div.DivClassName
{
background-color: #A89089;
}
.BgClassName
{
background-color: #A89089;
}
</style>
border-color css
<style>
span { border-color: #A89089; }
span { border-color: rgb(168,144,137); }
td.TdClassName
{
border-color: #A89089;
}
.TagClassName
{
border-color: #A89089;
}
</style>