Shades of Pewter #94A994
Tints of Pewter #94A994
RGB
CMYK
RGB Variations
Color information
#94A994 (or 0x94A994) is known color: Pewter. HEX triplet: 94, A9 and 94. RGB value is (148,169,148). Sum of RGB (Red+Green+Blue) = 148+169+148=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 169 - color contains mainly: green. Hex color #94A994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A994 is #6B566B. Grayscale: #A0A0A0. Windows color (decimal): -7034476 or 9742740. OLE color: 9742740.
HSL color Cylindrical-coordinate representation of color #94A994: hue angle of 120º degrees, saturation: 0.11, 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 #94A994 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 169 | 148 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.34 |
| HSL | 120º | 0.11% | 0.62% | - |
| HSV(B) | 120º | 0.12% | 0.66% | - |
| XYZ | 31.75 | 36.81 | 33.45 | - |
| YUV | 160.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 148 | 0.12 | 0 | 0.12 | 0.34 | 120 | 0.11 | 0.62 |
| Hex | 94 | A9 | 94 | C | 0 | C | 22 | 78 | B | 3E |
| Octal | 224 | 251 | 224 | 14 | 0 | 14 | 42 | 170 | 13 | 76 |
| Binary | 10010100 | 10101001 | 10010100 | 1100 | 0 | 1100 | 100010 | 1111000 | 1011 | 111110 |
Color Harmonies of #94A994
Complementary color
Monochromatic Colors of #94A994
Black with #94A994
Text Example
Text Example
White with #94A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A994; }
p { color: rgb(148,169,148); }
H1.HeaderClassName
{
color: #94A994;
}
.AnyTagClassName
{
color: #94A994;
}
</style>
background-color css
<style>
a { background-color: #94A994; }
a { background-color: rgb(148,169,148); }
div.DivClassName
{
background-color: #94A994;
}
.BgClassName
{
background-color: #94A994;
}
</style>
border-color css
<style>
span { border-color: #94A994; }
span { border-color: rgb(148,169,148); }
td.TdClassName
{
border-color: #94A994;
}
.TagClassName
{
border-color: #94A994;
}
</style>