Shades of Pewter #93A693
Tints of Pewter #93A693
RGB
CMYK
RGB Variations
Color information
#93A693 (or 0x93A693) is known color: Pewter. HEX triplet: 93, A6 and 93. RGB value is (147,166,147). Sum of RGB (Red+Green+Blue) = 147+166+147=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 166 - color contains mainly: green. Hex color #93A693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A693 is #6C596C. Grayscale: #9E9E9E. Windows color (decimal): -7100781 or 9676435. OLE color: 9676435.
HSL color Cylindrical-coordinate representation of color #93A693: hue angle of 120º degrees, saturation: 0.1, 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 #93A693 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 166 | 147 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.35 |
| HSL | 120º | 0.1% | 0.61% | - |
| HSV(B) | 120º | 0.11% | 0.65% | - |
| XYZ | 30.94 | 35.58 | 32.84 | - |
| YUV | 158.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 147 | 0.11 | 0 | 0.11 | 0.35 | 120 | 0.1 | 0.61 |
| Hex | 93 | A6 | 93 | B | 0 | B | 23 | 78 | A | 3D |
| Octal | 223 | 246 | 223 | 13 | 0 | 13 | 43 | 170 | 12 | 75 |
| Binary | 10010011 | 10100110 | 10010011 | 1011 | 0 | 1011 | 100011 | 1111000 | 1010 | 111101 |
Color Harmonies of #93A693
Complementary color
Monochromatic Colors of #93A693
Black with #93A693
Text Example
Text Example
White with #93A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A693; }
p { color: rgb(147,166,147); }
H1.HeaderClassName
{
color: #93A693;
}
.AnyTagClassName
{
color: #93A693;
}
</style>
background-color css
<style>
a { background-color: #93A693; }
a { background-color: rgb(147,166,147); }
div.DivClassName
{
background-color: #93A693;
}
.BgClassName
{
background-color: #93A693;
}
</style>
border-color css
<style>
span { border-color: #93A693; }
span { border-color: rgb(147,166,147); }
td.TdClassName
{
border-color: #93A693;
}
.TagClassName
{
border-color: #93A693;
}
</style>