Shades of Pewter #92A092
Tints of Pewter #92A092
RGB
CMYK
RGB Variations
Color information
#92A092 (or 0x92A092) is known color: Pewter. HEX triplet: 92, A0 and 92. RGB value is (146,160,146). Sum of RGB (Red+Green+Blue) = 146+160+146=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #92A092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A092 is #6D5F6D. Grayscale: #9A9A9A. Windows color (decimal): -7167854 or 9609362. OLE color: 9609362.
HSL color Cylindrical-coordinate representation of color #92A092: hue angle of 120º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #92A092 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 160 | 146 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.37 |
| HSL | 120º | 0.07% | 0.6% | - |
| HSV(B) | 120º | 0.09% | 0.63% | - |
| XYZ | 29.61 | 33.33 | 32.07 | - |
| YUV | 154.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 146 | 0.09 | 0 | 0.09 | 0.37 | 120 | 0.07 | 0.6 |
| Hex | 92 | A0 | 92 | 9 | 0 | 9 | 25 | 78 | 7 | 3C |
| Octal | 222 | 240 | 222 | 11 | 0 | 11 | 45 | 170 | 7 | 74 |
| Binary | 10010010 | 10100000 | 10010010 | 1001 | 0 | 1001 | 100101 | 1111000 | 111 | 111100 |
Color Harmonies of #92A092
Complementary color
Monochromatic Colors of #92A092
Black with #92A092
Text Example
Text Example
White with #92A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A092; }
p { color: rgb(146,160,146); }
H1.HeaderClassName
{
color: #92A092;
}
.AnyTagClassName
{
color: #92A092;
}
</style>
background-color css
<style>
a { background-color: #92A092; }
a { background-color: rgb(146,160,146); }
div.DivClassName
{
background-color: #92A092;
}
.BgClassName
{
background-color: #92A092;
}
</style>
border-color css
<style>
span { border-color: #92A092; }
span { border-color: rgb(146,160,146); }
td.TdClassName
{
border-color: #92A092;
}
.TagClassName
{
border-color: #92A092;
}
</style>