Shades of Pewter #89A187
Tints of Pewter #89A187
RGB
CMYK
RGB Variations
Color information
#89A187 (or 0x89A187) is known color: Pewter. HEX triplet: 89, A1 and 87. RGB value is (137,161,135). Sum of RGB (Red+Green+Blue) = 137+161+135=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 161 - color contains mainly: green. Hex color #89A187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A187 is #765E78. Grayscale: #969696. Windows color (decimal): -7757433 or 8888713. OLE color: 8888713.
HSL color Cylindrical-coordinate representation of color #89A187: hue angle of 115.38º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A187 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 135 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.37 |
| HSL | 115.38º | 0.12% | 0.58% | - |
| HSV(B) | 115.38º | 0.16% | 0.63% | - |
| XYZ | 27.43 | 32.56 | 27.76 | - |
| YUV | 150.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 135 | 0.15 | 0 | 0.16 | 0.37 | 115.38 | 0.12 | 0.58 |
| Hex | 89 | A1 | 87 | F | 0 | 10 | 25 | 73 | C | 3A |
| Octal | 211 | 241 | 207 | 17 | 0 | 20 | 45 | 163 | 14 | 72 |
| Binary | 10001001 | 10100001 | 10000111 | 1111 | 0 | 10000 | 100101 | 1110011 | 1100 | 111010 |
Color Harmonies of #89A187
Complementary color
Monochromatic Colors of #89A187
Black with #89A187
Text Example
Text Example
White with #89A187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A187; }
p { color: rgb(137,161,135); }
H1.HeaderClassName
{
color: #89A187;
}
.AnyTagClassName
{
color: #89A187;
}
</style>
background-color css
<style>
a { background-color: #89A187; }
a { background-color: rgb(137,161,135); }
div.DivClassName
{
background-color: #89A187;
}
.BgClassName
{
background-color: #89A187;
}
</style>
border-color css
<style>
span { border-color: #89A187; }
span { border-color: rgb(137,161,135); }
td.TdClassName
{
border-color: #89A187;
}
.TagClassName
{
border-color: #89A187;
}
</style>