Shades of Pewter #93AB94
Tints of Pewter #93AB94
RGB
CMYK
RGB Variations
Color information
#93AB94 (or 0x93AB94) is known color: Pewter. HEX triplet: 93, AB and 94. RGB value is (147,171,148). Sum of RGB (Red+Green+Blue) = 147+171+148=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AB94 is #6C546B. Grayscale: #A1A1A1. Windows color (decimal): -7099500 or 9743251. OLE color: 9743251.
HSL color Cylindrical-coordinate representation of color #93AB94: hue angle of 122.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93AB94 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 148 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.33 |
| HSL | 122.5º | 0.13% | 0.62% | - |
| HSV(B) | 122.5º | 0.14% | 0.67% | - |
| XYZ | 31.94 | 37.47 | 33.57 | - |
| YUV | 161.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 148 | 0.14 | 0 | 0.13 | 0.33 | 122.5 | 0.13 | 0.62 |
| Hex | 93 | AB | 94 | E | 0 | D | 21 | 7B | C | 3E |
| Octal | 223 | 253 | 224 | 16 | 0 | 15 | 41 | 173 | 14 | 76 |
| Binary | 10010011 | 10101011 | 10010100 | 1110 | 0 | 1101 | 100001 | 1111011 | 1100 | 111110 |
Color Harmonies of #93AB94
Complementary color
Monochromatic Colors of #93AB94
Black with #93AB94
Text Example
Text Example
White with #93AB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AB94; }
p { color: rgb(147,171,148); }
H1.HeaderClassName
{
color: #93AB94;
}
.AnyTagClassName
{
color: #93AB94;
}
</style>
background-color css
<style>
a { background-color: #93AB94; }
a { background-color: rgb(147,171,148); }
div.DivClassName
{
background-color: #93AB94;
}
.BgClassName
{
background-color: #93AB94;
}
</style>
border-color css
<style>
span { border-color: #93AB94; }
span { border-color: rgb(147,171,148); }
td.TdClassName
{
border-color: #93AB94;
}
.TagClassName
{
border-color: #93AB94;
}
</style>