Shades of Pewter #93A793
Tints of Pewter #93A793
RGB
CMYK
RGB Variations
Color information
#93A793 (or 0x93A793) is known color: Pewter. HEX triplet: 93, A7 and 93. RGB value is (147,167,147). Sum of RGB (Red+Green+Blue) = 147+167+147=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 167 - color contains mainly: green. Hex color #93A793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A793 is #6C586C. Grayscale: #9E9E9E. Windows color (decimal): -7100525 or 9676691. OLE color: 9676691.
HSL color Cylindrical-coordinate representation of color #93A793: hue angle of 120º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93A793 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 167 | 147 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.35 |
| HSL | 120º | 0.1% | 0.62% | - |
| HSV(B) | 120º | 0.12% | 0.65% | - |
| XYZ | 31.12 | 35.95 | 32.9 | - |
| YUV | 158.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 147 | 0.12 | 0 | 0.12 | 0.35 | 120 | 0.1 | 0.62 |
| Hex | 93 | A7 | 93 | C | 0 | C | 23 | 78 | A | 3E |
| Octal | 223 | 247 | 223 | 14 | 0 | 14 | 43 | 170 | 12 | 76 |
| Binary | 10010011 | 10100111 | 10010011 | 1100 | 0 | 1100 | 100011 | 1111000 | 1010 | 111110 |
Color Harmonies of #93A793
Complementary color
Monochromatic Colors of #93A793
Black with #93A793
Text Example
Text Example
White with #93A793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A793; }
p { color: rgb(147,167,147); }
H1.HeaderClassName
{
color: #93A793;
}
.AnyTagClassName
{
color: #93A793;
}
</style>
background-color css
<style>
a { background-color: #93A793; }
a { background-color: rgb(147,167,147); }
div.DivClassName
{
background-color: #93A793;
}
.BgClassName
{
background-color: #93A793;
}
</style>
border-color css
<style>
span { border-color: #93A793; }
span { border-color: rgb(147,167,147); }
td.TdClassName
{
border-color: #93A793;
}
.TagClassName
{
border-color: #93A793;
}
</style>