Shades of Schist #8A8970
Tints of Schist #8A8970
RGB
CMYK
RGB Variations
Color information
#8A8970 (or 0x8A8970) is known color: Schist. HEX triplet: 8A, 89 and 70. RGB value is (138,137,112). Sum of RGB (Red+Green+Blue) = 138+137+112=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8970 is #75768F. Grayscale: #868686. Windows color (decimal): -7698064 or 7375242. OLE color: 7375242.
HSL color Cylindrical-coordinate representation of color #8A8970: hue angle of 57.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A8970 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 112 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.46 |
| HSL | 57.69º | 0.1% | 0.49% | - |
| HSV(B) | 57.69º | 0.19% | 0.54% | - |
| XYZ | 22.35 | 24.46 | 18.87 | - |
| YUV | 134.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 112 | 0 | 0.01 | 0.19 | 0.46 | 57.69 | 0.1 | 0.49 |
| Hex | 8A | 89 | 70 | 0 | 1 | 13 | 2E | 3A | A | 31 |
| Octal | 212 | 211 | 160 | 0 | 1 | 23 | 56 | 72 | 12 | 61 |
| Binary | 10001010 | 10001001 | 1110000 | 0 | 1 | 10011 | 101110 | 111010 | 1010 | 110001 |
Color Harmonies of #8A8970
Complementary color
Monochromatic Colors of #8A8970
Black with #8A8970
Text Example
Text Example
White with #8A8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8970; }
p { color: rgb(138,137,112); }
H1.HeaderClassName
{
color: #8A8970;
}
.AnyTagClassName
{
color: #8A8970;
}
</style>
background-color css
<style>
a { background-color: #8A8970; }
a { background-color: rgb(138,137,112); }
div.DivClassName
{
background-color: #8A8970;
}
.BgClassName
{
background-color: #8A8970;
}
</style>
border-color css
<style>
span { border-color: #8A8970; }
span { border-color: rgb(138,137,112); }
td.TdClassName
{
border-color: #8A8970;
}
.TagClassName
{
border-color: #8A8970;
}
</style>