Shades of Stack #8A918A
Tints of Stack #8A918A
RGB
CMYK
RGB Variations
Color information
#8A918A (or 0x8A918A) is known color: Stack. HEX triplet: 8A, 91 and 8A. RGB value is (138,145,138). Sum of RGB (Red+Green+Blue) = 138+145+138=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 145 - color contains mainly: green. Hex color #8A918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A918A is #756E75. Grayscale: #8E8E8E. Windows color (decimal): -7695990 or 9081226. OLE color: 9081226.
HSL color Cylindrical-coordinate representation of color #8A918A: hue angle of 120º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8A918A is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 145 | 138 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.43 |
| HSL | 120º | 0.03% | 0.55% | - |
| HSV(B) | 120º | 0.05% | 0.57% | - |
| XYZ | 25.19 | 27.49 | 28.02 | - |
| YUV | 142.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 138 | 0.05 | 0 | 0.05 | 0.43 | 120 | 0.03 | 0.55 |
| Hex | 8A | 91 | 8A | 5 | 0 | 5 | 2B | 78 | 3 | 37 |
| Octal | 212 | 221 | 212 | 5 | 0 | 5 | 53 | 170 | 3 | 67 |
| Binary | 10001010 | 10010001 | 10001010 | 101 | 0 | 101 | 101011 | 1111000 | 11 | 110111 |
Color Harmonies of #8A918A
Complementary color
Monochromatic Colors of #8A918A
Black with #8A918A
Text Example
Text Example
White with #8A918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A918A; }
p { color: rgb(138,145,138); }
H1.HeaderClassName
{
color: #8A918A;
}
.AnyTagClassName
{
color: #8A918A;
}
</style>
background-color css
<style>
a { background-color: #8A918A; }
a { background-color: rgb(138,145,138); }
div.DivClassName
{
background-color: #8A918A;
}
.BgClassName
{
background-color: #8A918A;
}
</style>
border-color css
<style>
span { border-color: #8A918A; }
span { border-color: rgb(138,145,138); }
td.TdClassName
{
border-color: #8A918A;
}
.TagClassName
{
border-color: #8A918A;
}
</style>