Shades of Pewter #91AB92
Tints of Pewter #91AB92
RGB
CMYK
RGB Variations
Color information
#91AB92 (or 0x91AB92) is known color: Pewter. HEX triplet: 91, AB and 92. RGB value is (145,171,146). Sum of RGB (Red+Green+Blue) = 145+171+146=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AB92 is #6E546D. Grayscale: #A0A0A0. Windows color (decimal): -7230574 or 9612177. OLE color: 9612177.
HSL color Cylindrical-coordinate representation of color #91AB92: hue angle of 122.31º 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 #91AB92 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 171 | 146 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.33 |
| HSL | 122.31º | 0.13% | 0.62% | - |
| HSV(B) | 122.31º | 0.15% | 0.67% | - |
| XYZ | 31.43 | 37.22 | 32.72 | - |
| YUV | 160.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 146 | 0.15 | 0 | 0.15 | 0.33 | 122.31 | 0.13 | 0.62 |
| Hex | 91 | AB | 92 | F | 0 | F | 21 | 7A | D | 3E |
| Octal | 221 | 253 | 222 | 17 | 0 | 17 | 41 | 172 | 15 | 76 |
| Binary | 10010001 | 10101011 | 10010010 | 1111 | 0 | 1111 | 100001 | 1111010 | 1101 | 111110 |
Color Harmonies of #91AB92
Complementary color
Monochromatic Colors of #91AB92
Black with #91AB92
Text Example
Text Example
White with #91AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AB92; }
p { color: rgb(145,171,146); }
H1.HeaderClassName
{
color: #91AB92;
}
.AnyTagClassName
{
color: #91AB92;
}
</style>
background-color css
<style>
a { background-color: #91AB92; }
a { background-color: rgb(145,171,146); }
div.DivClassName
{
background-color: #91AB92;
}
.BgClassName
{
background-color: #91AB92;
}
</style>
border-color css
<style>
span { border-color: #91AB92; }
span { border-color: rgb(145,171,146); }
td.TdClassName
{
border-color: #91AB92;
}
.TagClassName
{
border-color: #91AB92;
}
</style>