Shades of Pewter #90A791
Tints of Pewter #90A791
RGB
CMYK
RGB Variations
Color information
#90A791 (or 0x90A791) is known color: Pewter. HEX triplet: 90, A7 and 91. RGB value is (144,167,145). Sum of RGB (Red+Green+Blue) = 144+167+145=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #90A791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A791 is #6F586E. Grayscale: #9D9D9D. Windows color (decimal): -7297135 or 9545616. OLE color: 9545616.
HSL color Cylindrical-coordinate representation of color #90A791: hue angle of 122.61º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90A791 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 145 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.35 |
| HSL | 122.61º | 0.12% | 0.61% | - |
| HSV(B) | 122.61º | 0.14% | 0.65% | - |
| XYZ | 30.43 | 35.61 | 32.06 | - |
| YUV | 157.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 145 | 0.14 | 0 | 0.13 | 0.35 | 122.61 | 0.12 | 0.61 |
| Hex | 90 | A7 | 91 | E | 0 | D | 23 | 7B | C | 3D |
| Octal | 220 | 247 | 221 | 16 | 0 | 15 | 43 | 173 | 14 | 75 |
| Binary | 10010000 | 10100111 | 10010001 | 1110 | 0 | 1101 | 100011 | 1111011 | 1100 | 111101 |
Color Harmonies of #90A791
Complementary color
Monochromatic Colors of #90A791
Black with #90A791
Text Example
Text Example
White with #90A791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A791; }
p { color: rgb(144,167,145); }
H1.HeaderClassName
{
color: #90A791;
}
.AnyTagClassName
{
color: #90A791;
}
</style>
background-color css
<style>
a { background-color: #90A791; }
a { background-color: rgb(144,167,145); }
div.DivClassName
{
background-color: #90A791;
}
.BgClassName
{
background-color: #90A791;
}
</style>
border-color css
<style>
span { border-color: #90A791; }
span { border-color: rgb(144,167,145); }
td.TdClassName
{
border-color: #90A791;
}
.TagClassName
{
border-color: #90A791;
}
</style>