Shades of Pewter #8AA288
Tints of Pewter #8AA288
RGB
CMYK
RGB Variations
Color information
#8AA288 (or 0x8AA288) is known color: Pewter. HEX triplet: 8A, A2 and 88. RGB value is (138,162,136). Sum of RGB (Red+Green+Blue) = 138+162+136=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA288 is #755D77. Grayscale: #979797. Windows color (decimal): -7691640 or 8954506. OLE color: 8954506.
HSL color Cylindrical-coordinate representation of color #8AA288: hue angle of 115.38º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA288 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 136 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.36 |
| HSL | 115.38º | 0.12% | 0.58% | - |
| HSV(B) | 115.38º | 0.16% | 0.64% | - |
| XYZ | 27.85 | 33.02 | 28.2 | - |
| YUV | 151.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 136 | 0.15 | 0 | 0.16 | 0.36 | 115.38 | 0.12 | 0.58 |
| Hex | 8A | A2 | 88 | F | 0 | 10 | 24 | 73 | C | 3A |
| Octal | 212 | 242 | 210 | 17 | 0 | 20 | 44 | 163 | 14 | 72 |
| Binary | 10001010 | 10100010 | 10001000 | 1111 | 0 | 10000 | 100100 | 1110011 | 1100 | 111010 |
Color Harmonies of #8AA288
Complementary color
Monochromatic Colors of #8AA288
Black with #8AA288
Text Example
Text Example
White with #8AA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA288; }
p { color: rgb(138,162,136); }
H1.HeaderClassName
{
color: #8AA288;
}
.AnyTagClassName
{
color: #8AA288;
}
</style>
background-color css
<style>
a { background-color: #8AA288; }
a { background-color: rgb(138,162,136); }
div.DivClassName
{
background-color: #8AA288;
}
.BgClassName
{
background-color: #8AA288;
}
</style>
border-color css
<style>
span { border-color: #8AA288; }
span { border-color: rgb(138,162,136); }
td.TdClassName
{
border-color: #8AA288;
}
.TagClassName
{
border-color: #8AA288;
}
</style>