Shades of Pewter #97A197
Tints of Pewter #97A197
RGB
CMYK
RGB Variations
Color information
#97A197 (or 0x97A197) is known color: Pewter. HEX triplet: 97, A1 and 97. RGB value is (151,161,151). Sum of RGB (Red+Green+Blue) = 151+161+151=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 161 - color contains mainly: green. Hex color #97A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A197 is #685E68. Grayscale: #9C9C9C. Windows color (decimal): -6839913 or 9937303. OLE color: 9937303.
HSL color Cylindrical-coordinate representation of color #97A197: hue angle of 120º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #97A197 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
RGB | 151 | 161 | 151 | - |
CMYK | 0.06 | 0 | 0.06 | 0.37 |
HSL | 120º | 0.05% | 0.61% | - |
HSV(B) | 120º | 0.06% | 0.63% | - |
XYZ | 31.09 | 34.3 | 34.26 | - |
YUV | 156.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 161 | 151 | 0.06 | 0 | 0.06 | 0.37 | 120 | 0.05 | 0.61 |
Hex | 97 | A1 | 97 | 6 | 0 | 6 | 25 | 78 | 5 | 3D |
Octal | 227 | 241 | 227 | 6 | 0 | 6 | 45 | 170 | 5 | 75 |
Binary | 10010111 | 10100001 | 10010111 | 110 | 0 | 110 | 100101 | 1111000 | 101 | 111101 |
Color Harmonies of #97A197
Complementary color
Monochromatic Colors of #97A197
Black with #97A197
Text Example
Text Example
White with #97A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A197; }
p { color: rgb(151,161,151); }
H1.HeaderClassName
{
color: #97A197;
}
.AnyTagClassName
{
color: #97A197;
}
</style>
background-color css
<style>
a { background-color: #97A197; }
a { background-color: rgb(151,161,151); }
div.DivClassName
{
background-color: #97A197;
}
.BgClassName
{
background-color: #97A197;
}
</style>
border-color css
<style>
span { border-color: #97A197; }
span { border-color: rgb(151,161,151); }
td.TdClassName
{
border-color: #97A197;
}
.TagClassName
{
border-color: #97A197;
}
</style>