Shades of Thatch #A89D9A
Tints of Thatch #A89D9A
RGB
CMYK
RGB Variations
Color information
#A89D9A (or 0xA89D9A) is known color: Thatch. HEX triplet: A8, 9D and 9A. RGB value is (168,157,154). Sum of RGB (Red+Green+Blue) = 168+157+154=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89D9A is #576265. Grayscale: #9F9F9F. Windows color (decimal): -5726822 or 10132904. OLE color: 10132904.
HSL color Cylindrical-coordinate representation of color #A89D9A: hue angle of 12.86º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A89D9A is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 154 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.34 |
| HSL | 12.86º | 0.07% | 0.63% | - |
| HSV(B) | 12.86º | 0.08% | 0.66% | - |
| XYZ | 34.04 | 34.77 | 35.49 | - |
| YUV | 159.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 154 | 0 | 0.07 | 0.08 | 0.34 | 12.86 | 0.07 | 0.63 |
| Hex | A8 | 9D | 9A | 0 | 7 | 8 | 22 | D | 7 | 3F |
| Octal | 250 | 235 | 232 | 0 | 7 | 10 | 42 | 15 | 7 | 77 |
| Binary | 10101000 | 10011101 | 10011010 | 0 | 111 | 1000 | 100010 | 1101 | 111 | 111111 |
Color Harmonies of #A89D9A
Complementary color
Monochromatic Colors of #A89D9A
Black with #A89D9A
Text Example
Text Example
White with #A89D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D9A; }
p { color: rgb(168,157,154); }
H1.HeaderClassName
{
color: #A89D9A;
}
.AnyTagClassName
{
color: #A89D9A;
}
</style>
background-color css
<style>
a { background-color: #A89D9A; }
a { background-color: rgb(168,157,154); }
div.DivClassName
{
background-color: #A89D9A;
}
.BgClassName
{
background-color: #A89D9A;
}
</style>
border-color css
<style>
span { border-color: #A89D9A; }
span { border-color: rgb(168,157,154); }
td.TdClassName
{
border-color: #A89D9A;
}
.TagClassName
{
border-color: #A89D9A;
}
</style>