Shades of Pewter #92A392
Tints of Pewter #92A392
RGB
CMYK
RGB Variations
Color information
#92A392 (or 0x92A392) is known color: Pewter. HEX triplet: 92, A3 and 92. RGB value is (146,163,146). Sum of RGB (Red+Green+Blue) = 146+163+146=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 163 - color contains mainly: green. Hex color #92A392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A392 is #6D5C6D. Grayscale: #9C9C9C. Windows color (decimal): -7167086 or 9610130. OLE color: 9610130.
HSL color Cylindrical-coordinate representation of color #92A392: hue angle of 120º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92A392 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 163 | 146 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.36 |
| HSL | 120º | 0.08% | 0.61% | - |
| HSV(B) | 120º | 0.1% | 0.64% | - |
| XYZ | 30.14 | 34.38 | 32.24 | - |
| YUV | 155.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 163 | 146 | 0.10 | 0 | 0.10 | 0.36 | 120 | 0.08 | 0.61 |
| Hex | 92 | A3 | 92 | A | 0 | A | 24 | 78 | 8 | 3D |
| Octal | 222 | 243 | 222 | 12 | 0 | 12 | 44 | 170 | 10 | 75 |
| Binary | 10010010 | 10100011 | 10010010 | 1010 | 0 | 1010 | 100100 | 1111000 | 1000 | 111101 |
Color Harmonies of #92A392
Complementary color
Monochromatic Colors of #92A392
Black with #92A392
Text Example
Text Example
White with #92A392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A392; }
p { color: rgb(146,163,146); }
H1.HeaderClassName
{
color: #92A392;
}
.AnyTagClassName
{
color: #92A392;
}
</style>
background-color css
<style>
a { background-color: #92A392; }
a { background-color: rgb(146,163,146); }
div.DivClassName
{
background-color: #92A392;
}
.BgClassName
{
background-color: #92A392;
}
</style>
border-color css
<style>
span { border-color: #92A392; }
span { border-color: rgb(146,163,146); }
td.TdClassName
{
border-color: #92A392;
}
.TagClassName
{
border-color: #92A392;
}
</style>