Shades of Stack #8A9288
Tints of Stack #8A9288
RGB
CMYK
RGB Variations
Color information
#8A9288 (or 0x8A9288) is known color: Stack. HEX triplet: 8A, 92 and 88. RGB value is (138,146,136). Sum of RGB (Red+Green+Blue) = 138+146+136=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 146 - color contains mainly: green. Hex color #8A9288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9288 is #756D77. Grayscale: #8E8E8E. Windows color (decimal): -7695736 or 8950410. OLE color: 8950410.
HSL color Cylindrical-coordinate representation of color #8A9288: hue angle of 108º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A9288 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 146 | 136 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.43 |
| HSL | 108º | 0.04% | 0.55% | - |
| HSV(B) | 108º | 0.07% | 0.57% | - |
| XYZ | 25.2 | 27.74 | 27.32 | - |
| YUV | 142.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 136 | 0.05 | 0 | 0.07 | 0.43 | 108 | 0.04 | 0.55 |
| Hex | 8A | 92 | 88 | 5 | 0 | 7 | 2B | 6C | 4 | 37 |
| Octal | 212 | 222 | 210 | 5 | 0 | 7 | 53 | 154 | 4 | 67 |
| Binary | 10001010 | 10010010 | 10001000 | 101 | 0 | 111 | 101011 | 1101100 | 100 | 110111 |
Color Harmonies of #8A9288
Complementary color
Monochromatic Colors of #8A9288
Black with #8A9288
Text Example
Text Example
White with #8A9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9288; }
p { color: rgb(138,146,136); }
H1.HeaderClassName
{
color: #8A9288;
}
.AnyTagClassName
{
color: #8A9288;
}
</style>
background-color css
<style>
a { background-color: #8A9288; }
a { background-color: rgb(138,146,136); }
div.DivClassName
{
background-color: #8A9288;
}
.BgClassName
{
background-color: #8A9288;
}
</style>
border-color css
<style>
span { border-color: #8A9288; }
span { border-color: rgb(138,146,136); }
td.TdClassName
{
border-color: #8A9288;
}
.TagClassName
{
border-color: #8A9288;
}
</style>