Shades of Pewter #90A08F
Tints of Pewter #90A08F
RGB
CMYK
RGB Variations
Color information
#90A08F (or 0x90A08F) is known color: Pewter. HEX triplet: 90, A0 and 8F. RGB value is (144,160,143). Sum of RGB (Red+Green+Blue) = 144+160+143=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 160 - color contains mainly: green. Hex color #90A08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A08F is #6F5F70. Grayscale: #999999. Windows color (decimal): -7298929 or 9412752. OLE color: 9412752.
HSL color Cylindrical-coordinate representation of color #90A08F: hue angle of 116.47º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #90A08F is Cyan = 0.1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 160 | 143 | - |
| CMYK | 0.1 | 0 | 0.11 | 0.37 |
| HSL | 116.47º | 0.08% | 0.59% | - |
| HSV(B) | 116.47º | 0.11% | 0.63% | - |
| XYZ | 29.03 | 33.05 | 30.84 | - |
| YUV | 153.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 143 | 0.1 | 0 | 0.11 | 0.37 | 116.47 | 0.08 | 0.59 |
| Hex | 90 | A0 | 8F | A | 0 | B | 25 | 74 | 8 | 3B |
| Octal | 220 | 240 | 217 | 12 | 0 | 13 | 45 | 164 | 10 | 73 |
| Binary | 10010000 | 10100000 | 10001111 | 1010 | 0 | 1011 | 100101 | 1110100 | 1000 | 111011 |
Color Harmonies of #90A08F
Complementary color
Monochromatic Colors of #90A08F
Black with #90A08F
Text Example
Text Example
White with #90A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A08F; }
p { color: rgb(144,160,143); }
H1.HeaderClassName
{
color: #90A08F;
}
.AnyTagClassName
{
color: #90A08F;
}
</style>
background-color css
<style>
a { background-color: #90A08F; }
a { background-color: rgb(144,160,143); }
div.DivClassName
{
background-color: #90A08F;
}
.BgClassName
{
background-color: #90A08F;
}
</style>
border-color css
<style>
span { border-color: #90A08F; }
span { border-color: rgb(144,160,143); }
td.TdClassName
{
border-color: #90A08F;
}
.TagClassName
{
border-color: #90A08F;
}
</style>