Shades of Pewter #90AC90
Tints of Pewter #90AC90
RGB
CMYK
RGB Variations
Color information
#90AC90 (or 0x90AC90) is known color: Pewter. HEX triplet: 90, AC and 90. RGB value is (144,172,144). Sum of RGB (Red+Green+Blue) = 144+172+144=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC90 is #6F536F. Grayscale: #A0A0A0. Windows color (decimal): -7295856 or 9481360. OLE color: 9481360.
HSL color Cylindrical-coordinate representation of color #90AC90: hue angle of 120º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90AC90 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 144 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.33 |
| HSL | 120º | 0.14% | 0.62% | - |
| HSV(B) | 120º | 0.16% | 0.67% | - |
| XYZ | 31.29 | 37.45 | 31.96 | - |
| YUV | 160.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 144 | 0.16 | 0 | 0.16 | 0.33 | 120 | 0.14 | 0.62 |
| Hex | 90 | AC | 90 | 10 | 0 | 10 | 21 | 78 | E | 3E |
| Octal | 220 | 254 | 220 | 20 | 0 | 20 | 41 | 170 | 16 | 76 |
| Binary | 10010000 | 10101100 | 10010000 | 10000 | 0 | 10000 | 100001 | 1111000 | 1110 | 111110 |
Color Harmonies of #90AC90
Complementary color
Monochromatic Colors of #90AC90
Black with #90AC90
Text Example
Text Example
White with #90AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC90; }
p { color: rgb(144,172,144); }
H1.HeaderClassName
{
color: #90AC90;
}
.AnyTagClassName
{
color: #90AC90;
}
</style>
background-color css
<style>
a { background-color: #90AC90; }
a { background-color: rgb(144,172,144); }
div.DivClassName
{
background-color: #90AC90;
}
.BgClassName
{
background-color: #90AC90;
}
</style>
border-color css
<style>
span { border-color: #90AC90; }
span { border-color: rgb(144,172,144); }
td.TdClassName
{
border-color: #90AC90;
}
.TagClassName
{
border-color: #90AC90;
}
</style>