Shades of Pewter #91A992
Tints of Pewter #91A992
RGB
CMYK
RGB Variations
Color information
#91A992 (or 0x91A992) is known color: Pewter. HEX triplet: 91, A9 and 92. RGB value is (145,169,146). Sum of RGB (Red+Green+Blue) = 145+169+146=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 169 - color contains mainly: green. Hex color #91A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A992 is #6E566D. Grayscale: #9F9F9F. Windows color (decimal): -7231086 or 9611665. OLE color: 9611665.
HSL color Cylindrical-coordinate representation of color #91A992: hue angle of 122.5º 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 #91A992 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 169 | 146 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.34 |
| HSL | 122.5º | 0.12% | 0.62% | - |
| HSV(B) | 122.5º | 0.14% | 0.66% | - |
| XYZ | 31.05 | 36.47 | 32.6 | - |
| YUV | 159.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 169 | 146 | 0.14 | 0 | 0.14 | 0.34 | 122.5 | 0.12 | 0.62 |
| Hex | 91 | A9 | 92 | E | 0 | E | 22 | 7B | C | 3E |
| Octal | 221 | 251 | 222 | 16 | 0 | 16 | 42 | 173 | 14 | 76 |
| Binary | 10010001 | 10101001 | 10010010 | 1110 | 0 | 1110 | 100010 | 1111011 | 1100 | 111110 |
Color Harmonies of #91A992
Complementary color
Monochromatic Colors of #91A992
Black with #91A992
Text Example
Text Example
White with #91A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A992; }
p { color: rgb(145,169,146); }
H1.HeaderClassName
{
color: #91A992;
}
.AnyTagClassName
{
color: #91A992;
}
</style>
background-color css
<style>
a { background-color: #91A992; }
a { background-color: rgb(145,169,146); }
div.DivClassName
{
background-color: #91A992;
}
.BgClassName
{
background-color: #91A992;
}
</style>
border-color css
<style>
span { border-color: #91A992; }
span { border-color: rgb(145,169,146); }
td.TdClassName
{
border-color: #91A992;
}
.TagClassName
{
border-color: #91A992;
}
</style>