Shades of Pewter #90A18F
Tints of Pewter #90A18F
RGB
CMYK
RGB Variations
Color information
#90A18F (or 0x90A18F) is known color: Pewter. HEX triplet: 90, A1 and 8F. RGB value is (144,161,143). Sum of RGB (Red+Green+Blue) = 144+161+143=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 161 - color contains mainly: green. Hex color #90A18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A18F is #6F5E70. Grayscale: #999999. Windows color (decimal): -7298673 or 9413008. OLE color: 9413008.
HSL color Cylindrical-coordinate representation of color #90A18F: hue angle of 116.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #90A18F is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 161 | 143 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.37 |
| HSL | 116.67º | 0.09% | 0.6% | - |
| HSV(B) | 116.67º | 0.11% | 0.63% | - |
| XYZ | 29.2 | 33.4 | 30.89 | - |
| YUV | 153.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 143 | 0.11 | 0 | 0.11 | 0.37 | 116.67 | 0.09 | 0.6 |
| Hex | 90 | A1 | 8F | B | 0 | B | 25 | 75 | 9 | 3C |
| Octal | 220 | 241 | 217 | 13 | 0 | 13 | 45 | 165 | 11 | 74 |
| Binary | 10010000 | 10100001 | 10001111 | 1011 | 0 | 1011 | 100101 | 1110101 | 1001 | 111100 |
Color Harmonies of #90A18F
Complementary color
Monochromatic Colors of #90A18F
Black with #90A18F
Text Example
Text Example
White with #90A18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A18F; }
p { color: rgb(144,161,143); }
H1.HeaderClassName
{
color: #90A18F;
}
.AnyTagClassName
{
color: #90A18F;
}
</style>
background-color css
<style>
a { background-color: #90A18F; }
a { background-color: rgb(144,161,143); }
div.DivClassName
{
background-color: #90A18F;
}
.BgClassName
{
background-color: #90A18F;
}
</style>
border-color css
<style>
span { border-color: #90A18F; }
span { border-color: rgb(144,161,143); }
td.TdClassName
{
border-color: #90A18F;
}
.TagClassName
{
border-color: #90A18F;
}
</style>