Shades of Schist #8A896E
Tints of Schist #8A896E
RGB
CMYK
RGB Variations
Color information
#8A896E (or 0x8A896E) is known color: Schist. HEX triplet: 8A, 89 and 6E. RGB value is (138,137,110). Sum of RGB (Red+Green+Blue) = 138+137+110=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 138 - color contains mainly: red. Hex color #8A896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A896E is #757691. Grayscale: #868686. Windows color (decimal): -7698066 or 7244170. OLE color: 7244170.
HSL color Cylindrical-coordinate representation of color #8A896E: hue angle of 57.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A896E is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 110 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.46 |
| HSL | 57.86º | 0.11% | 0.49% | - |
| HSV(B) | 57.86º | 0.2% | 0.54% | - |
| XYZ | 22.24 | 24.42 | 18.29 | - |
| YUV | 134.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 110 | 0 | 0.01 | 0.20 | 0.46 | 57.86 | 0.11 | 0.49 |
| Hex | 8A | 89 | 6E | 0 | 1 | 14 | 2E | 3A | B | 31 |
| Octal | 212 | 211 | 156 | 0 | 1 | 24 | 56 | 72 | 13 | 61 |
| Binary | 10001010 | 10001001 | 1101110 | 0 | 1 | 10100 | 101110 | 111010 | 1011 | 110001 |
Color Harmonies of #8A896E
Complementary color
Monochromatic Colors of #8A896E
Black with #8A896E
Text Example
Text Example
White with #8A896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A896E; }
p { color: rgb(138,137,110); }
H1.HeaderClassName
{
color: #8A896E;
}
.AnyTagClassName
{
color: #8A896E;
}
</style>
background-color css
<style>
a { background-color: #8A896E; }
a { background-color: rgb(138,137,110); }
div.DivClassName
{
background-color: #8A896E;
}
.BgClassName
{
background-color: #8A896E;
}
</style>
border-color css
<style>
span { border-color: #8A896E; }
span { border-color: rgb(138,137,110); }
td.TdClassName
{
border-color: #8A896E;
}
.TagClassName
{
border-color: #8A896E;
}
</style>