Shades of Pewter #8AA689
Tints of Pewter #8AA689
RGB
CMYK
RGB Variations
Color information
#8AA689 (or 0x8AA689) is known color: Pewter. HEX triplet: 8A, A6 and 89. RGB value is (138,166,137). Sum of RGB (Red+Green+Blue) = 138+166+137=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA689 is #755976. Grayscale: #9A9A9A. Windows color (decimal): -7690615 or 9021066. OLE color: 9021066.
HSL color Cylindrical-coordinate representation of color #8AA689: hue angle of 117.93º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8AA689 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 137 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.35 |
| HSL | 117.93º | 0.14% | 0.59% | - |
| HSV(B) | 117.93º | 0.17% | 0.65% | - |
| XYZ | 28.63 | 34.48 | 28.81 | - |
| YUV | 154.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 137 | 0.17 | 0 | 0.17 | 0.35 | 117.93 | 0.14 | 0.59 |
| Hex | 8A | A6 | 89 | 11 | 0 | 11 | 23 | 76 | E | 3B |
| Octal | 212 | 246 | 211 | 21 | 0 | 21 | 43 | 166 | 16 | 73 |
| Binary | 10001010 | 10100110 | 10001001 | 10001 | 0 | 10001 | 100011 | 1110110 | 1110 | 111011 |
Color Harmonies of #8AA689
Complementary color
Monochromatic Colors of #8AA689
Black with #8AA689
Text Example
Text Example
White with #8AA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA689; }
p { color: rgb(138,166,137); }
H1.HeaderClassName
{
color: #8AA689;
}
.AnyTagClassName
{
color: #8AA689;
}
</style>
background-color css
<style>
a { background-color: #8AA689; }
a { background-color: rgb(138,166,137); }
div.DivClassName
{
background-color: #8AA689;
}
.BgClassName
{
background-color: #8AA689;
}
</style>
border-color css
<style>
span { border-color: #8AA689; }
span { border-color: rgb(138,166,137); }
td.TdClassName
{
border-color: #8AA689;
}
.TagClassName
{
border-color: #8AA689;
}
</style>