Shades of Pewter #93A993
Tints of Pewter #93A993
RGB
CMYK
RGB Variations
Color information
#93A993 (or 0x93A993) is known color: Pewter. HEX triplet: 93, A9 and 93. RGB value is (147,169,147). Sum of RGB (Red+Green+Blue) = 147+169+147=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 169 - color contains mainly: green. Hex color #93A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A993 is #6C566C. Grayscale: #9F9F9F. Windows color (decimal): -7100013 or 9677203. OLE color: 9677203.
HSL color Cylindrical-coordinate representation of color #93A993: hue angle of 120º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #93A993 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 147 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.34 |
| HSL | 120º | 0.11% | 0.62% | - |
| HSV(B) | 120º | 0.13% | 0.66% | - |
| XYZ | 31.49 | 36.69 | 33.03 | - |
| YUV | 159.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 147 | 0.13 | 0 | 0.13 | 0.34 | 120 | 0.11 | 0.62 |
| Hex | 93 | A9 | 93 | D | 0 | D | 22 | 78 | B | 3E |
| Octal | 223 | 251 | 223 | 15 | 0 | 15 | 42 | 170 | 13 | 76 |
| Binary | 10010011 | 10101001 | 10010011 | 1101 | 0 | 1101 | 100010 | 1111000 | 1011 | 111110 |
Color Harmonies of #93A993
Complementary color
Monochromatic Colors of #93A993
Black with #93A993
Text Example
Text Example
White with #93A993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A993; }
p { color: rgb(147,169,147); }
H1.HeaderClassName
{
color: #93A993;
}
.AnyTagClassName
{
color: #93A993;
}
</style>
background-color css
<style>
a { background-color: #93A993; }
a { background-color: rgb(147,169,147); }
div.DivClassName
{
background-color: #93A993;
}
.BgClassName
{
background-color: #93A993;
}
</style>
border-color css
<style>
span { border-color: #93A993; }
span { border-color: rgb(147,169,147); }
td.TdClassName
{
border-color: #93A993;
}
.TagClassName
{
border-color: #93A993;
}
</style>