Shades of Pewter #90AC91
Tints of Pewter #90AC91
RGB
CMYK
RGB Variations
Color information
#90AC91 (or 0x90AC91) is known color: Pewter. HEX triplet: 90, AC and 91. RGB value is (144,172,145). Sum of RGB (Red+Green+Blue) = 144+172+145=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC91 is #6F536E. Grayscale: #A0A0A0. Windows color (decimal): -7295855 or 9546896. OLE color: 9546896.
HSL color Cylindrical-coordinate representation of color #90AC91: hue angle of 122.14º 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 #90AC91 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 145 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.33 |
| HSL | 122.14º | 0.14% | 0.62% | - |
| HSV(B) | 122.14º | 0.16% | 0.67% | - |
| XYZ | 31.36 | 37.48 | 32.37 | - |
| YUV | 160.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 145 | 0.16 | 0 | 0.16 | 0.33 | 122.14 | 0.14 | 0.62 |
| Hex | 90 | AC | 91 | 10 | 0 | 10 | 21 | 7A | E | 3E |
| Octal | 220 | 254 | 221 | 20 | 0 | 20 | 41 | 172 | 16 | 76 |
| Binary | 10010000 | 10101100 | 10010001 | 10000 | 0 | 10000 | 100001 | 1111010 | 1110 | 111110 |
Color Harmonies of #90AC91
Complementary color
Monochromatic Colors of #90AC91
Black with #90AC91
Text Example
Text Example
White with #90AC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC91; }
p { color: rgb(144,172,145); }
H1.HeaderClassName
{
color: #90AC91;
}
.AnyTagClassName
{
color: #90AC91;
}
</style>
background-color css
<style>
a { background-color: #90AC91; }
a { background-color: rgb(144,172,145); }
div.DivClassName
{
background-color: #90AC91;
}
.BgClassName
{
background-color: #90AC91;
}
</style>
border-color css
<style>
span { border-color: #90AC91; }
span { border-color: rgb(144,172,145); }
td.TdClassName
{
border-color: #90AC91;
}
.TagClassName
{
border-color: #90AC91;
}
</style>