Shades of Pewter #8AA28B
Tints of Pewter #8AA28B
RGB
CMYK
RGB Variations
Color information
#8AA28B (or 0x8AA28B) is known color: Pewter. HEX triplet: 8A, A2 and 8B. RGB value is (138,162,139). Sum of RGB (Red+Green+Blue) = 138+162+139=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA28B is #755D74. Grayscale: #989898. Windows color (decimal): -7691637 or 9151114. OLE color: 9151114.
HSL color Cylindrical-coordinate representation of color #8AA28B: hue angle of 122.5º degrees, saturation: 0.11, 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 #8AA28B is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 139 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.36 |
| HSL | 122.5º | 0.11% | 0.59% | - |
| HSV(B) | 122.5º | 0.15% | 0.64% | - |
| XYZ | 28.06 | 33.11 | 29.34 | - |
| YUV | 152.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 139 | 0.15 | 0 | 0.14 | 0.36 | 122.5 | 0.11 | 0.59 |
| Hex | 8A | A2 | 8B | F | 0 | E | 24 | 7B | B | 3B |
| Octal | 212 | 242 | 213 | 17 | 0 | 16 | 44 | 173 | 13 | 73 |
| Binary | 10001010 | 10100010 | 10001011 | 1111 | 0 | 1110 | 100100 | 1111011 | 1011 | 111011 |
Color Harmonies of #8AA28B
Complementary color
Monochromatic Colors of #8AA28B
Black with #8AA28B
Text Example
Text Example
White with #8AA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA28B; }
p { color: rgb(138,162,139); }
H1.HeaderClassName
{
color: #8AA28B;
}
.AnyTagClassName
{
color: #8AA28B;
}
</style>
background-color css
<style>
a { background-color: #8AA28B; }
a { background-color: rgb(138,162,139); }
div.DivClassName
{
background-color: #8AA28B;
}
.BgClassName
{
background-color: #8AA28B;
}
</style>
border-color css
<style>
span { border-color: #8AA28B; }
span { border-color: rgb(138,162,139); }
td.TdClassName
{
border-color: #8AA28B;
}
.TagClassName
{
border-color: #8AA28B;
}
</style>