Shades of Pewter #9EA09E
Tints of Pewter #9EA09E
RGB
CMYK
RGB Variations
Color information
#9EA09E (or 0x9EA09E) is known color: Pewter. HEX triplet: 9E, A0 and 9E. RGB value is (158,160,158). Sum of RGB (Red+Green+Blue) = 158+160+158=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA09E is #615F61. Grayscale: #9F9F9F. Windows color (decimal): -6381410 or 10395806. OLE color: 10395806.
HSL color Cylindrical-coordinate representation of color #9EA09E: hue angle of 120º degrees, saturation: 0.01, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #9EA09E is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 158 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.37 |
| HSL | 120º | 0.01% | 0.62% | - |
| HSV(B) | 120º | 0.01% | 0.63% | - |
| XYZ | 32.84 | 34.88 | 37.35 | - |
| YUV | 159.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 158 | 0.01 | 0 | 0.01 | 0.37 | 120 | 0.01 | 0.62 |
| Hex | 9E | A0 | 9E | 1 | 0 | 1 | 25 | 78 | 1 | 3E |
| Octal | 236 | 240 | 236 | 1 | 0 | 1 | 45 | 170 | 1 | 76 |
| Binary | 10011110 | 10100000 | 10011110 | 1 | 0 | 1 | 100101 | 1111000 | 1 | 111110 |
Color Harmonies of #9EA09E
Complementary color
Monochromatic Colors of #9EA09E
Black with #9EA09E
Text Example
Text Example
White with #9EA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA09E; }
p { color: rgb(158,160,158); }
H1.HeaderClassName
{
color: #9EA09E;
}
.AnyTagClassName
{
color: #9EA09E;
}
</style>
background-color css
<style>
a { background-color: #9EA09E; }
a { background-color: rgb(158,160,158); }
div.DivClassName
{
background-color: #9EA09E;
}
.BgClassName
{
background-color: #9EA09E;
}
</style>
border-color css
<style>
span { border-color: #9EA09E; }
span { border-color: rgb(158,160,158); }
td.TdClassName
{
border-color: #9EA09E;
}
.TagClassName
{
border-color: #9EA09E;
}
</style>