Shades of Pewter #8AA18A
Tints of Pewter #8AA18A
RGB
CMYK
RGB Variations
Color information
#8AA18A (or 0x8AA18A) is known color: Pewter. HEX triplet: 8A, A1 and 8A. RGB value is (138,161,138). Sum of RGB (Red+Green+Blue) = 138+161+138=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA18A is #755E75. Grayscale: #979797. Windows color (decimal): -7691894 or 9085322. OLE color: 9085322.
HSL color Cylindrical-coordinate representation of color #8AA18A: hue angle of 120º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8AA18A is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 138 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.37 |
| HSL | 120º | 0.11% | 0.59% | - |
| HSV(B) | 120º | 0.14% | 0.63% | - |
| XYZ | 27.81 | 32.73 | 28.9 | - |
| YUV | 151.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 138 | 0.14 | 0 | 0.14 | 0.37 | 120 | 0.11 | 0.59 |
| Hex | 8A | A1 | 8A | E | 0 | E | 25 | 78 | B | 3B |
| Octal | 212 | 241 | 212 | 16 | 0 | 16 | 45 | 170 | 13 | 73 |
| Binary | 10001010 | 10100001 | 10001010 | 1110 | 0 | 1110 | 100101 | 1111000 | 1011 | 111011 |
Color Harmonies of #8AA18A
Complementary color
Monochromatic Colors of #8AA18A
Black with #8AA18A
Text Example
Text Example
White with #8AA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA18A; }
p { color: rgb(138,161,138); }
H1.HeaderClassName
{
color: #8AA18A;
}
.AnyTagClassName
{
color: #8AA18A;
}
</style>
background-color css
<style>
a { background-color: #8AA18A; }
a { background-color: rgb(138,161,138); }
div.DivClassName
{
background-color: #8AA18A;
}
.BgClassName
{
background-color: #8AA18A;
}
</style>
border-color css
<style>
span { border-color: #8AA18A; }
span { border-color: rgb(138,161,138); }
td.TdClassName
{
border-color: #8AA18A;
}
.TagClassName
{
border-color: #8AA18A;
}
</style>