Shades of Pewter #93AC94
Tints of Pewter #93AC94
RGB
CMYK
RGB Variations
Color information
#93AC94 (or 0x93AC94) is known color: Pewter. HEX triplet: 93, AC and 94. RGB value is (147,172,148). Sum of RGB (Red+Green+Blue) = 147+172+148=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AC94 is #6C536B. Grayscale: #A1A1A1. Windows color (decimal): -7099244 or 9743507. OLE color: 9743507.
HSL color Cylindrical-coordinate representation of color #93AC94: hue angle of 122.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93AC94 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 172 | 148 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.33 |
| HSL | 122.4º | 0.13% | 0.63% | - |
| HSV(B) | 122.4º | 0.15% | 0.67% | - |
| XYZ | 32.13 | 37.85 | 33.63 | - |
| YUV | 161.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 148 | 0.15 | 0 | 0.14 | 0.33 | 122.4 | 0.13 | 0.63 |
| Hex | 93 | AC | 94 | F | 0 | E | 21 | 7A | D | 3F |
| Octal | 223 | 254 | 224 | 17 | 0 | 16 | 41 | 172 | 15 | 77 |
| Binary | 10010011 | 10101100 | 10010100 | 1111 | 0 | 1110 | 100001 | 1111010 | 1101 | 111111 |
Color Harmonies of #93AC94
Complementary color
Monochromatic Colors of #93AC94
Black with #93AC94
Text Example
Text Example
White with #93AC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AC94; }
p { color: rgb(147,172,148); }
H1.HeaderClassName
{
color: #93AC94;
}
.AnyTagClassName
{
color: #93AC94;
}
</style>
background-color css
<style>
a { background-color: #93AC94; }
a { background-color: rgb(147,172,148); }
div.DivClassName
{
background-color: #93AC94;
}
.BgClassName
{
background-color: #93AC94;
}
</style>
border-color css
<style>
span { border-color: #93AC94; }
span { border-color: rgb(147,172,148); }
td.TdClassName
{
border-color: #93AC94;
}
.TagClassName
{
border-color: #93AC94;
}
</style>