Shades of Pewter #91AC93
Tints of Pewter #91AC93
RGB
CMYK
RGB Variations
Color information
#91AC93 (or 0x91AC93) is known color: Pewter. HEX triplet: 91, AC and 93. RGB value is (145,172,147). Sum of RGB (Red+Green+Blue) = 145+172+147=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AC93 is #6E536C. Grayscale: #A1A1A1. Windows color (decimal): -7230317 or 9677969. OLE color: 9677969.
HSL color Cylindrical-coordinate representation of color #91AC93: hue angle of 124.44º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #91AC93 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 172 | 147 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.33 |
| HSL | 124.44º | 0.14% | 0.62% | - |
| HSV(B) | 124.44º | 0.16% | 0.67% | - |
| XYZ | 31.7 | 37.63 | 33.2 | - |
| YUV | 161.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 147 | 0.16 | 0 | 0.15 | 0.33 | 124.44 | 0.14 | 0.62 |
| Hex | 91 | AC | 93 | 10 | 0 | F | 21 | 7C | E | 3E |
| Octal | 221 | 254 | 223 | 20 | 0 | 17 | 41 | 174 | 16 | 76 |
| Binary | 10010001 | 10101100 | 10010011 | 10000 | 0 | 1111 | 100001 | 1111100 | 1110 | 111110 |
Color Harmonies of #91AC93
Complementary color
Monochromatic Colors of #91AC93
Black with #91AC93
Text Example
Text Example
White with #91AC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AC93; }
p { color: rgb(145,172,147); }
H1.HeaderClassName
{
color: #91AC93;
}
.AnyTagClassName
{
color: #91AC93;
}
</style>
background-color css
<style>
a { background-color: #91AC93; }
a { background-color: rgb(145,172,147); }
div.DivClassName
{
background-color: #91AC93;
}
.BgClassName
{
background-color: #91AC93;
}
</style>
border-color css
<style>
span { border-color: #91AC93; }
span { border-color: rgb(145,172,147); }
td.TdClassName
{
border-color: #91AC93;
}
.TagClassName
{
border-color: #91AC93;
}
</style>