Shades of Pewter #8AA289
Tints of Pewter #8AA289
RGB
CMYK
RGB Variations
Color information
#8AA289 (or 0x8AA289) is known color: Pewter. HEX triplet: 8A, A2 and 89. RGB value is (138,162,137). Sum of RGB (Red+Green+Blue) = 138+162+137=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA289 is #755D76. Grayscale: #989898. Windows color (decimal): -7691639 or 9020042. OLE color: 9020042.
HSL color Cylindrical-coordinate representation of color #8AA289: hue angle of 117.6º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8AA289 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 137 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.36 |
| HSL | 117.6º | 0.12% | 0.59% | - |
| HSV(B) | 117.6º | 0.15% | 0.64% | - |
| XYZ | 27.92 | 33.05 | 28.57 | - |
| YUV | 151.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 137 | 0.15 | 0 | 0.15 | 0.36 | 117.6 | 0.12 | 0.59 |
| Hex | 8A | A2 | 89 | F | 0 | F | 24 | 76 | C | 3B |
| Octal | 212 | 242 | 211 | 17 | 0 | 17 | 44 | 166 | 14 | 73 |
| Binary | 10001010 | 10100010 | 10001001 | 1111 | 0 | 1111 | 100100 | 1110110 | 1100 | 111011 |
Color Harmonies of #8AA289
Complementary color
Monochromatic Colors of #8AA289
Black with #8AA289
Text Example
Text Example
White with #8AA289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA289; }
p { color: rgb(138,162,137); }
H1.HeaderClassName
{
color: #8AA289;
}
.AnyTagClassName
{
color: #8AA289;
}
</style>
background-color css
<style>
a { background-color: #8AA289; }
a { background-color: rgb(138,162,137); }
div.DivClassName
{
background-color: #8AA289;
}
.BgClassName
{
background-color: #8AA289;
}
</style>
border-color css
<style>
span { border-color: #8AA289; }
span { border-color: rgb(138,162,137); }
td.TdClassName
{
border-color: #8AA289;
}
.TagClassName
{
border-color: #8AA289;
}
</style>