Shades of Pewter #98AA99
Tints of Pewter #98AA99
RGB
CMYK
RGB Variations
Color information
#98AA99 (or 0x98AA99) is known color: Pewter. HEX triplet: 98, AA and 99. RGB value is (152,170,153). Sum of RGB (Red+Green+Blue) = 152+170+153=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA99 is #675566. Grayscale: #A2A2A2. Windows color (decimal): -6772071 or 10070680. OLE color: 10070680.
HSL color Cylindrical-coordinate representation of color #98AA99: hue angle of 123.33º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98AA99 is Cyan = 0.11, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 170 | 153 | - |
| CMYK | 0.11 | 0 | 0.1 | 0.33 |
| HSL | 123.33º | 0.1% | 0.63% | - |
| HSV(B) | 123.33º | 0.11% | 0.67% | - |
| XYZ | 33.07 | 37.72 | 35.68 | - |
| YUV | 162.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 153 | 0.11 | 0 | 0.1 | 0.33 | 123.33 | 0.1 | 0.63 |
| Hex | 98 | AA | 99 | B | 0 | A | 21 | 7B | A | 3F |
| Octal | 230 | 252 | 231 | 13 | 0 | 12 | 41 | 173 | 12 | 77 |
| Binary | 10011000 | 10101010 | 10011001 | 1011 | 0 | 1010 | 100001 | 1111011 | 1010 | 111111 |
Color Harmonies of #98AA99
Complementary color
Monochromatic Colors of #98AA99
Black with #98AA99
Text Example
Text Example
White with #98AA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AA99; }
p { color: rgb(152,170,153); }
H1.HeaderClassName
{
color: #98AA99;
}
.AnyTagClassName
{
color: #98AA99;
}
</style>
background-color css
<style>
a { background-color: #98AA99; }
a { background-color: rgb(152,170,153); }
div.DivClassName
{
background-color: #98AA99;
}
.BgClassName
{
background-color: #98AA99;
}
</style>
border-color css
<style>
span { border-color: #98AA99; }
span { border-color: rgb(152,170,153); }
td.TdClassName
{
border-color: #98AA99;
}
.TagClassName
{
border-color: #98AA99;
}
</style>