Shades of Pewter #93A594
Tints of Pewter #93A594
RGB
CMYK
RGB Variations
Color information
#93A594 (or 0x93A594) is known color: Pewter. HEX triplet: 93, A5 and 94. RGB value is (147,165,148). Sum of RGB (Red+Green+Blue) = 147+165+148=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 165 - color contains mainly: green. Hex color #93A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A594 is #6C5A6B. Grayscale: #9D9D9D. Windows color (decimal): -7101036 or 9741715. OLE color: 9741715.
HSL color Cylindrical-coordinate representation of color #93A594: hue angle of 123.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93A594 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 165 | 148 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.35 |
| HSL | 123.33º | 0.09% | 0.61% | - |
| HSV(B) | 123.33º | 0.11% | 0.65% | - |
| XYZ | 30.83 | 35.25 | 33.2 | - |
| YUV | 157.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 148 | 0.11 | 0 | 0.10 | 0.35 | 123.33 | 0.09 | 0.61 |
| Hex | 93 | A5 | 94 | B | 0 | A | 23 | 7B | 9 | 3D |
| Octal | 223 | 245 | 224 | 13 | 0 | 12 | 43 | 173 | 11 | 75 |
| Binary | 10010011 | 10100101 | 10010100 | 1011 | 0 | 1010 | 100011 | 1111011 | 1001 | 111101 |
Color Harmonies of #93A594
Complementary color
Monochromatic Colors of #93A594
Black with #93A594
Text Example
Text Example
White with #93A594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A594; }
p { color: rgb(147,165,148); }
H1.HeaderClassName
{
color: #93A594;
}
.AnyTagClassName
{
color: #93A594;
}
</style>
background-color css
<style>
a { background-color: #93A594; }
a { background-color: rgb(147,165,148); }
div.DivClassName
{
background-color: #93A594;
}
.BgClassName
{
background-color: #93A594;
}
</style>
border-color css
<style>
span { border-color: #93A594; }
span { border-color: rgb(147,165,148); }
td.TdClassName
{
border-color: #93A594;
}
.TagClassName
{
border-color: #93A594;
}
</style>