Shades of Pewter #93A795
Tints of Pewter #93A795
RGB
CMYK
RGB Variations
Color information
#93A795 (or 0x93A795) is known color: Pewter. HEX triplet: 93, A7 and 95. RGB value is (147,167,149). Sum of RGB (Red+Green+Blue) = 147+167+149=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 167 - color contains mainly: green. Hex color #93A795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A795 is #6C586A. Grayscale: #9F9F9F. Windows color (decimal): -7100523 or 9807763. OLE color: 9807763.
HSL color Cylindrical-coordinate representation of color #93A795: hue angle of 126º 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 #93A795 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 167 | 149 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.35 |
| HSL | 126º | 0.1% | 0.62% | - |
| HSV(B) | 126º | 0.12% | 0.65% | - |
| XYZ | 31.28 | 36.01 | 33.74 | - |
| YUV | 158.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 149 | 0.12 | 0 | 0.11 | 0.35 | 126 | 0.1 | 0.62 |
| Hex | 93 | A7 | 95 | C | 0 | B | 23 | 7E | A | 3E |
| Octal | 223 | 247 | 225 | 14 | 0 | 13 | 43 | 176 | 12 | 76 |
| Binary | 10010011 | 10100111 | 10010101 | 1100 | 0 | 1011 | 100011 | 1111110 | 1010 | 111110 |
Color Harmonies of #93A795
Complementary color
Monochromatic Colors of #93A795
Black with #93A795
Text Example
Text Example
White with #93A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A795; }
p { color: rgb(147,167,149); }
H1.HeaderClassName
{
color: #93A795;
}
.AnyTagClassName
{
color: #93A795;
}
</style>
background-color css
<style>
a { background-color: #93A795; }
a { background-color: rgb(147,167,149); }
div.DivClassName
{
background-color: #93A795;
}
.BgClassName
{
background-color: #93A795;
}
</style>
border-color css
<style>
span { border-color: #93A795; }
span { border-color: rgb(147,167,149); }
td.TdClassName
{
border-color: #93A795;
}
.TagClassName
{
border-color: #93A795;
}
</style>