Shades of Pewter #8AA388
Tints of Pewter #8AA388
RGB
CMYK
RGB Variations
Color information
#8AA388 (or 0x8AA388) is known color: Pewter. HEX triplet: 8A, A3 and 88. RGB value is (138,163,136). Sum of RGB (Red+Green+Blue) = 138+163+136=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA388 is #755C77. Grayscale: #989898. Windows color (decimal): -7691384 or 8954762. OLE color: 8954762.
HSL color Cylindrical-coordinate representation of color #8AA388: hue angle of 115.56º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8AA388 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 136 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.36 |
| HSL | 115.56º | 0.13% | 0.59% | - |
| HSV(B) | 115.56º | 0.17% | 0.64% | - |
| XYZ | 28.02 | 33.38 | 28.26 | - |
| YUV | 152.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 136 | 0.15 | 0 | 0.17 | 0.36 | 115.56 | 0.13 | 0.59 |
| Hex | 8A | A3 | 88 | F | 0 | 11 | 24 | 74 | D | 3B |
| Octal | 212 | 243 | 210 | 17 | 0 | 21 | 44 | 164 | 15 | 73 |
| Binary | 10001010 | 10100011 | 10001000 | 1111 | 0 | 10001 | 100100 | 1110100 | 1101 | 111011 |
Color Harmonies of #8AA388
Complementary color
Monochromatic Colors of #8AA388
Black with #8AA388
Text Example
Text Example
White with #8AA388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA388; }
p { color: rgb(138,163,136); }
H1.HeaderClassName
{
color: #8AA388;
}
.AnyTagClassName
{
color: #8AA388;
}
</style>
background-color css
<style>
a { background-color: #8AA388; }
a { background-color: rgb(138,163,136); }
div.DivClassName
{
background-color: #8AA388;
}
.BgClassName
{
background-color: #8AA388;
}
</style>
border-color css
<style>
span { border-color: #8AA388; }
span { border-color: rgb(138,163,136); }
td.TdClassName
{
border-color: #8AA388;
}
.TagClassName
{
border-color: #8AA388;
}
</style>