Shades of Pewter #90A091
Tints of Pewter #90A091
RGB
CMYK
RGB Variations
Color information
#90A091 (or 0x90A091) is known color: Pewter. HEX triplet: 90, A0 and 91. RGB value is (144,160,145). Sum of RGB (Red+Green+Blue) = 144+160+145=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 160 - color contains mainly: green. Hex color #90A091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A091 is #6F5F6E. Grayscale: #999999. Windows color (decimal): -7298927 or 9543824. OLE color: 9543824.
HSL color Cylindrical-coordinate representation of color #90A091: hue angle of 123.75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #90A091 is Cyan = 0.1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 160 | 145 | - |
| CMYK | 0.1 | 0 | 0.09 | 0.37 |
| HSL | 123.75º | 0.08% | 0.6% | - |
| HSV(B) | 123.75º | 0.1% | 0.63% | - |
| XYZ | 29.18 | 33.12 | 31.64 | - |
| YUV | 153.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 145 | 0.1 | 0 | 0.09 | 0.37 | 123.75 | 0.08 | 0.6 |
| Hex | 90 | A0 | 91 | A | 0 | 9 | 25 | 7C | 8 | 3C |
| Octal | 220 | 240 | 221 | 12 | 0 | 11 | 45 | 174 | 10 | 74 |
| Binary | 10010000 | 10100000 | 10010001 | 1010 | 0 | 1001 | 100101 | 1111100 | 1000 | 111100 |
Color Harmonies of #90A091
Complementary color
Monochromatic Colors of #90A091
Black with #90A091
Text Example
Text Example
White with #90A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A091; }
p { color: rgb(144,160,145); }
H1.HeaderClassName
{
color: #90A091;
}
.AnyTagClassName
{
color: #90A091;
}
</style>
background-color css
<style>
a { background-color: #90A091; }
a { background-color: rgb(144,160,145); }
div.DivClassName
{
background-color: #90A091;
}
.BgClassName
{
background-color: #90A091;
}
</style>
border-color css
<style>
span { border-color: #90A091; }
span { border-color: rgb(144,160,145); }
td.TdClassName
{
border-color: #90A091;
}
.TagClassName
{
border-color: #90A091;
}
</style>