Shades of Pewter #91AA93
Tints of Pewter #91AA93
RGB
CMYK
RGB Variations
Color information
#91AA93 (or 0x91AA93) is known color: Pewter. HEX triplet: 91, AA and 93. RGB value is (145,170,147). Sum of RGB (Red+Green+Blue) = 145+170+147=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AA93 is #6E556C. Grayscale: #9F9F9F. Windows color (decimal): -7230829 or 9677457. OLE color: 9677457.
HSL color Cylindrical-coordinate representation of color #91AA93: hue angle of 124.8º 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 #91AA93 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 170 | 147 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.33 |
| HSL | 124.8º | 0.13% | 0.62% | - |
| HSV(B) | 124.8º | 0.15% | 0.67% | - |
| XYZ | 31.32 | 36.88 | 33.07 | - |
| YUV | 159.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 147 | 0.15 | 0 | 0.14 | 0.33 | 124.8 | 0.13 | 0.62 |
| Hex | 91 | AA | 93 | F | 0 | E | 21 | 7D | D | 3E |
| Octal | 221 | 252 | 223 | 17 | 0 | 16 | 41 | 175 | 15 | 76 |
| Binary | 10010001 | 10101010 | 10010011 | 1111 | 0 | 1110 | 100001 | 1111101 | 1101 | 111110 |
Color Harmonies of #91AA93
Complementary color
Monochromatic Colors of #91AA93
Black with #91AA93
Text Example
Text Example
White with #91AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AA93; }
p { color: rgb(145,170,147); }
H1.HeaderClassName
{
color: #91AA93;
}
.AnyTagClassName
{
color: #91AA93;
}
</style>
background-color css
<style>
a { background-color: #91AA93; }
a { background-color: rgb(145,170,147); }
div.DivClassName
{
background-color: #91AA93;
}
.BgClassName
{
background-color: #91AA93;
}
</style>
border-color css
<style>
span { border-color: #91AA93; }
span { border-color: rgb(145,170,147); }
td.TdClassName
{
border-color: #91AA93;
}
.TagClassName
{
border-color: #91AA93;
}
</style>