Shades of Pewter #92AB93
Tints of Pewter #92AB93
RGB
CMYK
RGB Variations
Color information
#92AB93 (or 0x92AB93) is known color: Pewter. HEX triplet: 92, AB and 93. RGB value is (146,171,147). Sum of RGB (Red+Green+Blue) = 146+171+147=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB93 is #6D546C. Grayscale: #A0A0A0. Windows color (decimal): -7165037 or 9677714. OLE color: 9677714.
HSL color Cylindrical-coordinate representation of color #92AB93: hue angle of 122.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92AB93 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 171 | 147 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.33 |
| HSL | 122.4º | 0.13% | 0.62% | - |
| HSV(B) | 122.4º | 0.15% | 0.67% | - |
| XYZ | 31.68 | 37.34 | 33.14 | - |
| YUV | 160.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 147 | 0.15 | 0 | 0.14 | 0.33 | 122.4 | 0.13 | 0.62 |
| Hex | 92 | AB | 93 | F | 0 | E | 21 | 7A | D | 3E |
| Octal | 222 | 253 | 223 | 17 | 0 | 16 | 41 | 172 | 15 | 76 |
| Binary | 10010010 | 10101011 | 10010011 | 1111 | 0 | 1110 | 100001 | 1111010 | 1101 | 111110 |
Color Harmonies of #92AB93
Complementary color
Monochromatic Colors of #92AB93
Black with #92AB93
Text Example
Text Example
White with #92AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AB93; }
p { color: rgb(146,171,147); }
H1.HeaderClassName
{
color: #92AB93;
}
.AnyTagClassName
{
color: #92AB93;
}
</style>
background-color css
<style>
a { background-color: #92AB93; }
a { background-color: rgb(146,171,147); }
div.DivClassName
{
background-color: #92AB93;
}
.BgClassName
{
background-color: #92AB93;
}
</style>
border-color css
<style>
span { border-color: #92AB93; }
span { border-color: rgb(146,171,147); }
td.TdClassName
{
border-color: #92AB93;
}
.TagClassName
{
border-color: #92AB93;
}
</style>