Shades of Pewter #91A192
Tints of Pewter #91A192
RGB
CMYK
RGB Variations
Color information
#91A192 (or 0x91A192) is known color: Pewter. HEX triplet: 91, A1 and 92. RGB value is (145,161,146). Sum of RGB (Red+Green+Blue) = 145+161+146=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 161 - color contains mainly: green. Hex color #91A192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A192 is #6E5E6D. Grayscale: #9A9A9A. Windows color (decimal): -7233134 or 9609617. OLE color: 9609617.
HSL color Cylindrical-coordinate representation of color #91A192: hue angle of 123.75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #91A192 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 161 | 146 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.37 |
| HSL | 123.75º | 0.08% | 0.6% | - |
| HSV(B) | 123.75º | 0.1% | 0.63% | - |
| XYZ | 29.61 | 33.58 | 32.12 | - |
| YUV | 154.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 161 | 146 | 0.10 | 0 | 0.09 | 0.37 | 123.75 | 0.08 | 0.6 |
| Hex | 91 | A1 | 92 | A | 0 | 9 | 25 | 7C | 8 | 3C |
| Octal | 221 | 241 | 222 | 12 | 0 | 11 | 45 | 174 | 10 | 74 |
| Binary | 10010001 | 10100001 | 10010010 | 1010 | 0 | 1001 | 100101 | 1111100 | 1000 | 111100 |
Color Harmonies of #91A192
Complementary color
Monochromatic Colors of #91A192
Black with #91A192
Text Example
Text Example
White with #91A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A192; }
p { color: rgb(145,161,146); }
H1.HeaderClassName
{
color: #91A192;
}
.AnyTagClassName
{
color: #91A192;
}
</style>
background-color css
<style>
a { background-color: #91A192; }
a { background-color: rgb(145,161,146); }
div.DivClassName
{
background-color: #91A192;
}
.BgClassName
{
background-color: #91A192;
}
</style>
border-color css
<style>
span { border-color: #91A192; }
span { border-color: rgb(145,161,146); }
td.TdClassName
{
border-color: #91A192;
}
.TagClassName
{
border-color: #91A192;
}
</style>