Shades of Pewter #92AA93
Tints of Pewter #92AA93
RGB
CMYK
RGB Variations
Color information
#92AA93 (or 0x92AA93) is known color: Pewter. HEX triplet: 92, AA and 93. RGB value is (146,170,147). Sum of RGB (Red+Green+Blue) = 146+170+147=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AA93 is #6D556C. Grayscale: #A0A0A0. Windows color (decimal): -7165293 or 9677458. OLE color: 9677458.
HSL color Cylindrical-coordinate representation of color #92AA93: hue angle of 122.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92AA93 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 147 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.33 |
| HSL | 122.5º | 0.12% | 0.62% | - |
| HSV(B) | 122.5º | 0.14% | 0.67% | - |
| XYZ | 31.5 | 36.97 | 33.08 | - |
| YUV | 160.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 147 | 0.14 | 0 | 0.14 | 0.33 | 122.5 | 0.12 | 0.62 |
| Hex | 92 | AA | 93 | E | 0 | E | 21 | 7B | C | 3E |
| Octal | 222 | 252 | 223 | 16 | 0 | 16 | 41 | 173 | 14 | 76 |
| Binary | 10010010 | 10101010 | 10010011 | 1110 | 0 | 1110 | 100001 | 1111011 | 1100 | 111110 |
Color Harmonies of #92AA93
Complementary color
Monochromatic Colors of #92AA93
Black with #92AA93
Text Example
Text Example
White with #92AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AA93; }
p { color: rgb(146,170,147); }
H1.HeaderClassName
{
color: #92AA93;
}
.AnyTagClassName
{
color: #92AA93;
}
</style>
background-color css
<style>
a { background-color: #92AA93; }
a { background-color: rgb(146,170,147); }
div.DivClassName
{
background-color: #92AA93;
}
.BgClassName
{
background-color: #92AA93;
}
</style>
border-color css
<style>
span { border-color: #92AA93; }
span { border-color: rgb(146,170,147); }
td.TdClassName
{
border-color: #92AA93;
}
.TagClassName
{
border-color: #92AA93;
}
</style>