Shades of Pewter #92A993
Tints of Pewter #92A993
RGB
CMYK
RGB Variations
Color information
#92A993 (or 0x92A993) is known color: Pewter. HEX triplet: 92, A9 and 93. RGB value is (146,169,147). Sum of RGB (Red+Green+Blue) = 146+169+147=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 169 - color contains mainly: green. Hex color #92A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A993 is #6D566C. Grayscale: #9F9F9F. Windows color (decimal): -7165549 or 9677202. OLE color: 9677202.
HSL color Cylindrical-coordinate representation of color #92A993: hue angle of 122.61º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92A993 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 169 | 147 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.34 |
| HSL | 122.61º | 0.12% | 0.62% | - |
| HSV(B) | 122.61º | 0.14% | 0.66% | - |
| XYZ | 31.31 | 36.59 | 33.02 | - |
| YUV | 159.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 147 | 0.14 | 0 | 0.13 | 0.34 | 122.61 | 0.12 | 0.62 |
| Hex | 92 | A9 | 93 | E | 0 | D | 22 | 7B | C | 3E |
| Octal | 222 | 251 | 223 | 16 | 0 | 15 | 42 | 173 | 14 | 76 |
| Binary | 10010010 | 10101001 | 10010011 | 1110 | 0 | 1101 | 100010 | 1111011 | 1100 | 111110 |
Color Harmonies of #92A993
Complementary color
Monochromatic Colors of #92A993
Black with #92A993
Text Example
Text Example
White with #92A993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A993; }
p { color: rgb(146,169,147); }
H1.HeaderClassName
{
color: #92A993;
}
.AnyTagClassName
{
color: #92A993;
}
</style>
background-color css
<style>
a { background-color: #92A993; }
a { background-color: rgb(146,169,147); }
div.DivClassName
{
background-color: #92A993;
}
.BgClassName
{
background-color: #92A993;
}
</style>
border-color css
<style>
span { border-color: #92A993; }
span { border-color: rgb(146,169,147); }
td.TdClassName
{
border-color: #92A993;
}
.TagClassName
{
border-color: #92A993;
}
</style>