Shades of Pewter #94A894
Tints of Pewter #94A894
RGB
CMYK
RGB Variations
Color information
#94A894 (or 0x94A894) is known color: Pewter. HEX triplet: 94, A8 and 94. RGB value is (148,168,148). Sum of RGB (Red+Green+Blue) = 148+168+148=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 168 - color contains mainly: green. Hex color #94A894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A894 is #6B576B. Grayscale: #9F9F9F. Windows color (decimal): -7034732 or 9742484. OLE color: 9742484.
HSL color Cylindrical-coordinate representation of color #94A894: hue angle of 120º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94A894 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 168 | 148 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.34 |
| HSL | 120º | 0.1% | 0.62% | - |
| HSV(B) | 120º | 0.12% | 0.66% | - |
| XYZ | 31.56 | 36.44 | 33.39 | - |
| YUV | 159.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 148 | 0.12 | 0 | 0.12 | 0.34 | 120 | 0.1 | 0.62 |
| Hex | 94 | A8 | 94 | C | 0 | C | 22 | 78 | A | 3E |
| Octal | 224 | 250 | 224 | 14 | 0 | 14 | 42 | 170 | 12 | 76 |
| Binary | 10010100 | 10101000 | 10010100 | 1100 | 0 | 1100 | 100010 | 1111000 | 1010 | 111110 |
Color Harmonies of #94A894
Complementary color
Monochromatic Colors of #94A894
Black with #94A894
Text Example
Text Example
White with #94A894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A894; }
p { color: rgb(148,168,148); }
H1.HeaderClassName
{
color: #94A894;
}
.AnyTagClassName
{
color: #94A894;
}
</style>
background-color css
<style>
a { background-color: #94A894; }
a { background-color: rgb(148,168,148); }
div.DivClassName
{
background-color: #94A894;
}
.BgClassName
{
background-color: #94A894;
}
</style>
border-color css
<style>
span { border-color: #94A894; }
span { border-color: rgb(148,168,148); }
td.TdClassName
{
border-color: #94A894;
}
.TagClassName
{
border-color: #94A894;
}
</style>