Shades of Pewter #92A592
Tints of Pewter #92A592
RGB
CMYK
RGB Variations
Color information
#92A592 (or 0x92A592) is known color: Pewter. HEX triplet: 92, A5 and 92. RGB value is (146,165,146). Sum of RGB (Red+Green+Blue) = 146+165+146=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 165 - color contains mainly: green. Hex color #92A592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A592 is #6D5A6D. Grayscale: #9D9D9D. Windows color (decimal): -7166574 or 9610642. OLE color: 9610642.
HSL color Cylindrical-coordinate representation of color #92A592: 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 #92A592 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 165 | 146 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.35 |
| HSL | 120º | 0.1% | 0.61% | - |
| HSV(B) | 120º | 0.12% | 0.65% | - |
| XYZ | 30.5 | 35.1 | 32.36 | - |
| YUV | 157.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 165 | 146 | 0.12 | 0 | 0.12 | 0.35 | 120 | 0.1 | 0.61 |
| Hex | 92 | A5 | 92 | C | 0 | C | 23 | 78 | A | 3D |
| Octal | 222 | 245 | 222 | 14 | 0 | 14 | 43 | 170 | 12 | 75 |
| Binary | 10010010 | 10100101 | 10010010 | 1100 | 0 | 1100 | 100011 | 1111000 | 1010 | 111101 |
Color Harmonies of #92A592
Complementary color
Monochromatic Colors of #92A592
Black with #92A592
Text Example
Text Example
White with #92A592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A592; }
p { color: rgb(146,165,146); }
H1.HeaderClassName
{
color: #92A592;
}
.AnyTagClassName
{
color: #92A592;
}
</style>
background-color css
<style>
a { background-color: #92A592; }
a { background-color: rgb(146,165,146); }
div.DivClassName
{
background-color: #92A592;
}
.BgClassName
{
background-color: #92A592;
}
</style>
border-color css
<style>
span { border-color: #92A592; }
span { border-color: rgb(146,165,146); }
td.TdClassName
{
border-color: #92A592;
}
.TagClassName
{
border-color: #92A592;
}
</style>