Shades of Pewter #94A295
Tints of Pewter #94A295
RGB
CMYK
RGB Variations
Color information
#94A295 (or 0x94A295) is known color: Pewter. HEX triplet: 94, A2 and 95. RGB value is (148,162,149). Sum of RGB (Red+Green+Blue) = 148+162+149=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 162 - color contains mainly: green. Hex color #94A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A295 is #6B5D6A. Grayscale: #9C9C9C. Windows color (decimal): -7036267 or 9806484. OLE color: 9806484.
HSL color Cylindrical-coordinate representation of color #94A295: hue angle of 124.29º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94A295 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 162 | 149 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.36 |
| HSL | 124.29º | 0.07% | 0.61% | - |
| HSV(B) | 124.29º | 0.09% | 0.64% | - |
| XYZ | 30.56 | 34.31 | 33.45 | - |
| YUV | 156.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 149 | 0.09 | 0 | 0.08 | 0.36 | 124.29 | 0.07 | 0.61 |
| Hex | 94 | A2 | 95 | 9 | 0 | 8 | 24 | 7C | 7 | 3D |
| Octal | 224 | 242 | 225 | 11 | 0 | 10 | 44 | 174 | 7 | 75 |
| Binary | 10010100 | 10100010 | 10010101 | 1001 | 0 | 1000 | 100100 | 1111100 | 111 | 111101 |
Color Harmonies of #94A295
Complementary color
Monochromatic Colors of #94A295
Black with #94A295
Text Example
Text Example
White with #94A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A295; }
p { color: rgb(148,162,149); }
H1.HeaderClassName
{
color: #94A295;
}
.AnyTagClassName
{
color: #94A295;
}
</style>
background-color css
<style>
a { background-color: #94A295; }
a { background-color: rgb(148,162,149); }
div.DivClassName
{
background-color: #94A295;
}
.BgClassName
{
background-color: #94A295;
}
</style>
border-color css
<style>
span { border-color: #94A295; }
span { border-color: rgb(148,162,149); }
td.TdClassName
{
border-color: #94A295;
}
.TagClassName
{
border-color: #94A295;
}
</style>