Shades of Pewter #90A28F
Tints of Pewter #90A28F
RGB
CMYK
RGB Variations
Color information
#90A28F (or 0x90A28F) is known color: Pewter. HEX triplet: 90, A2 and 8F. RGB value is (144,162,143). Sum of RGB (Red+Green+Blue) = 144+162+143=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #90A28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A28F is #6F5D70. Grayscale: #9A9A9A. Windows color (decimal): -7298417 or 9413264. OLE color: 9413264.
HSL color Cylindrical-coordinate representation of color #90A28F: hue angle of 116.84º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #90A28F is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 162 | 143 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.36 |
| HSL | 116.84º | 0.09% | 0.6% | - |
| HSV(B) | 116.84º | 0.12% | 0.64% | - |
| XYZ | 29.38 | 33.75 | 30.95 | - |
| YUV | 154.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 143 | 0.11 | 0 | 0.12 | 0.36 | 116.84 | 0.09 | 0.6 |
| Hex | 90 | A2 | 8F | B | 0 | C | 24 | 75 | 9 | 3C |
| Octal | 220 | 242 | 217 | 13 | 0 | 14 | 44 | 165 | 11 | 74 |
| Binary | 10010000 | 10100010 | 10001111 | 1011 | 0 | 1100 | 100100 | 1110101 | 1001 | 111100 |
Color Harmonies of #90A28F
Complementary color
Monochromatic Colors of #90A28F
Black with #90A28F
Text Example
Text Example
White with #90A28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A28F; }
p { color: rgb(144,162,143); }
H1.HeaderClassName
{
color: #90A28F;
}
.AnyTagClassName
{
color: #90A28F;
}
</style>
background-color css
<style>
a { background-color: #90A28F; }
a { background-color: rgb(144,162,143); }
div.DivClassName
{
background-color: #90A28F;
}
.BgClassName
{
background-color: #90A28F;
}
</style>
border-color css
<style>
span { border-color: #90A28F; }
span { border-color: rgb(144,162,143); }
td.TdClassName
{
border-color: #90A28F;
}
.TagClassName
{
border-color: #90A28F;
}
</style>