Shades of Pewter #92A692
Tints of Pewter #92A692
RGB
CMYK
RGB Variations
Color information
#92A692 (or 0x92A692) is known color: Pewter. HEX triplet: 92, A6 and 92. RGB value is (146,166,146). Sum of RGB (Red+Green+Blue) = 146+166+146=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 166 - color contains mainly: green. Hex color #92A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A692 is #6D596D. Grayscale: #9D9D9D. Windows color (decimal): -7166318 or 9610898. OLE color: 9610898.
HSL color Cylindrical-coordinate representation of color #92A692: hue angle of 120º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92A692 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 166 | 146 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.35 |
| HSL | 120º | 0.1% | 0.61% | - |
| HSV(B) | 120º | 0.12% | 0.65% | - |
| XYZ | 30.68 | 35.46 | 32.42 | - |
| YUV | 157.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 166 | 146 | 0.12 | 0 | 0.12 | 0.35 | 120 | 0.1 | 0.61 |
| Hex | 92 | A6 | 92 | C | 0 | C | 23 | 78 | A | 3D |
| Octal | 222 | 246 | 222 | 14 | 0 | 14 | 43 | 170 | 12 | 75 |
| Binary | 10010010 | 10100110 | 10010010 | 1100 | 0 | 1100 | 100011 | 1111000 | 1010 | 111101 |
Color Harmonies of #92A692
Complementary color
Monochromatic Colors of #92A692
Black with #92A692
Text Example
Text Example
White with #92A692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A692; }
p { color: rgb(146,166,146); }
H1.HeaderClassName
{
color: #92A692;
}
.AnyTagClassName
{
color: #92A692;
}
</style>
background-color css
<style>
a { background-color: #92A692; }
a { background-color: rgb(146,166,146); }
div.DivClassName
{
background-color: #92A692;
}
.BgClassName
{
background-color: #92A692;
}
</style>
border-color css
<style>
span { border-color: #92A692; }
span { border-color: rgb(146,166,146); }
td.TdClassName
{
border-color: #92A692;
}
.TagClassName
{
border-color: #92A692;
}
</style>