Shades of Pewter #8AA58A
Tints of Pewter #8AA58A
RGB
CMYK
RGB Variations
Color information
#8AA58A (or 0x8AA58A) is known color: Pewter. HEX triplet: 8A, A5 and 8A. RGB value is (138,165,138). Sum of RGB (Red+Green+Blue) = 138+165+138=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA58A is #755A75. Grayscale: #999999. Windows color (decimal): -7690870 or 9086346. OLE color: 9086346.
HSL color Cylindrical-coordinate representation of color #8AA58A: hue angle of 120º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA58A is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 138 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.35 |
| HSL | 120º | 0.13% | 0.59% | - |
| HSV(B) | 120º | 0.16% | 0.65% | - |
| XYZ | 28.52 | 34.15 | 29.13 | - |
| YUV | 153.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 138 | 0.16 | 0 | 0.16 | 0.35 | 120 | 0.13 | 0.59 |
| Hex | 8A | A5 | 8A | 10 | 0 | 10 | 23 | 78 | D | 3B |
| Octal | 212 | 245 | 212 | 20 | 0 | 20 | 43 | 170 | 15 | 73 |
| Binary | 10001010 | 10100101 | 10001010 | 10000 | 0 | 10000 | 100011 | 1111000 | 1101 | 111011 |
Color Harmonies of #8AA58A
Complementary color
Monochromatic Colors of #8AA58A
Black with #8AA58A
Text Example
Text Example
White with #8AA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA58A; }
p { color: rgb(138,165,138); }
H1.HeaderClassName
{
color: #8AA58A;
}
.AnyTagClassName
{
color: #8AA58A;
}
</style>
background-color css
<style>
a { background-color: #8AA58A; }
a { background-color: rgb(138,165,138); }
div.DivClassName
{
background-color: #8AA58A;
}
.BgClassName
{
background-color: #8AA58A;
}
</style>
border-color css
<style>
span { border-color: #8AA58A; }
span { border-color: rgb(138,165,138); }
td.TdClassName
{
border-color: #8AA58A;
}
.TagClassName
{
border-color: #8AA58A;
}
</style>