Shades of Pewter #94A694
Tints of Pewter #94A694
RGB
CMYK
RGB Variations
Color information
#94A694 (or 0x94A694) is known color: Pewter. HEX triplet: 94, A6 and 94. RGB value is (148,166,148). Sum of RGB (Red+Green+Blue) = 148+166+148=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 166 - color contains mainly: green. Hex color #94A694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A694 is #6B596B. Grayscale: #9E9E9E. Windows color (decimal): -7035244 or 9741972. OLE color: 9741972.
HSL color Cylindrical-coordinate representation of color #94A694: hue angle of 120º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A694 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 166 | 148 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.35 |
| HSL | 120º | 0.09% | 0.62% | - |
| HSV(B) | 120º | 0.11% | 0.65% | - |
| XYZ | 31.19 | 35.71 | 33.26 | - |
| YUV | 158.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 148 | 0.11 | 0 | 0.11 | 0.35 | 120 | 0.09 | 0.62 |
| Hex | 94 | A6 | 94 | B | 0 | B | 23 | 78 | 9 | 3E |
| Octal | 224 | 246 | 224 | 13 | 0 | 13 | 43 | 170 | 11 | 76 |
| Binary | 10010100 | 10100110 | 10010100 | 1011 | 0 | 1011 | 100011 | 1111000 | 1001 | 111110 |
Color Harmonies of #94A694
Complementary color
Monochromatic Colors of #94A694
Black with #94A694
Text Example
Text Example
White with #94A694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A694; }
p { color: rgb(148,166,148); }
H1.HeaderClassName
{
color: #94A694;
}
.AnyTagClassName
{
color: #94A694;
}
</style>
background-color css
<style>
a { background-color: #94A694; }
a { background-color: rgb(148,166,148); }
div.DivClassName
{
background-color: #94A694;
}
.BgClassName
{
background-color: #94A694;
}
</style>
border-color css
<style>
span { border-color: #94A694; }
span { border-color: rgb(148,166,148); }
td.TdClassName
{
border-color: #94A694;
}
.TagClassName
{
border-color: #94A694;
}
</style>