Shades of Stack #8A9687
Tints of Stack #8A9687
RGB
CMYK
RGB Variations
Color information
#8A9687 (or 0x8A9687) is known color: Stack. HEX triplet: 8A, 96 and 87. RGB value is (138,150,135). Sum of RGB (Red+Green+Blue) = 138+150+135=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9687 is #756978. Grayscale: #909090. Windows color (decimal): -7694713 or 8885898. OLE color: 8885898.
HSL color Cylindrical-coordinate representation of color #8A9687: hue angle of 108º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A9687 is Cyan = 0.08, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 135 | - |
| CMYK | 0.08 | 0 | 0.1 | 0.41 |
| HSL | 108º | 0.07% | 0.56% | - |
| HSV(B) | 108º | 0.1% | 0.59% | - |
| XYZ | 25.76 | 28.97 | 27.15 | - |
| YUV | 144.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 135 | 0.08 | 0 | 0.1 | 0.41 | 108 | 0.07 | 0.56 |
| Hex | 8A | 96 | 87 | 8 | 0 | A | 29 | 6C | 7 | 38 |
| Octal | 212 | 226 | 207 | 10 | 0 | 12 | 51 | 154 | 7 | 70 |
| Binary | 10001010 | 10010110 | 10000111 | 1000 | 0 | 1010 | 101001 | 1101100 | 111 | 111000 |
Color Harmonies of #8A9687
Complementary color
Monochromatic Colors of #8A9687
Black with #8A9687
Text Example
Text Example
White with #8A9687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9687; }
p { color: rgb(138,150,135); }
H1.HeaderClassName
{
color: #8A9687;
}
.AnyTagClassName
{
color: #8A9687;
}
</style>
background-color css
<style>
a { background-color: #8A9687; }
a { background-color: rgb(138,150,135); }
div.DivClassName
{
background-color: #8A9687;
}
.BgClassName
{
background-color: #8A9687;
}
</style>
border-color css
<style>
span { border-color: #8A9687; }
span { border-color: rgb(138,150,135); }
td.TdClassName
{
border-color: #8A9687;
}
.TagClassName
{
border-color: #8A9687;
}
</style>