Shades of Pewter #94A095
Tints of Pewter #94A095
RGB
CMYK
RGB Variations
Color information
#94A095 (or 0x94A095) is known color: Pewter. HEX triplet: 94, A0 and 95. RGB value is (148,160,149). Sum of RGB (Red+Green+Blue) = 148+160+149=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 160 - color contains mainly: green. Hex color #94A095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A095 is #6B5F6A. Grayscale: #9B9B9B. Windows color (decimal): -7036779 or 9805972. OLE color: 9805972.
HSL color Cylindrical-coordinate representation of color #94A095: hue angle of 125º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94A095 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 149 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.37 |
| HSL | 125º | 0.06% | 0.6% | - |
| HSV(B) | 125º | 0.07% | 0.63% | - |
| XYZ | 30.21 | 33.61 | 33.33 | - |
| YUV | 155.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 149 | 0.07 | 0 | 0.07 | 0.37 | 125 | 0.06 | 0.6 |
| Hex | 94 | A0 | 95 | 7 | 0 | 7 | 25 | 7D | 6 | 3C |
| Octal | 224 | 240 | 225 | 7 | 0 | 7 | 45 | 175 | 6 | 74 |
| Binary | 10010100 | 10100000 | 10010101 | 111 | 0 | 111 | 100101 | 1111101 | 110 | 111100 |
Color Harmonies of #94A095
Complementary color
Monochromatic Colors of #94A095
Black with #94A095
Text Example
Text Example
White with #94A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A095; }
p { color: rgb(148,160,149); }
H1.HeaderClassName
{
color: #94A095;
}
.AnyTagClassName
{
color: #94A095;
}
</style>
background-color css
<style>
a { background-color: #94A095; }
a { background-color: rgb(148,160,149); }
div.DivClassName
{
background-color: #94A095;
}
.BgClassName
{
background-color: #94A095;
}
</style>
border-color css
<style>
span { border-color: #94A095; }
span { border-color: rgb(148,160,149); }
td.TdClassName
{
border-color: #94A095;
}
.TagClassName
{
border-color: #94A095;
}
</style>