Shades of Pewter #97A397
Tints of Pewter #97A397
RGB
CMYK
RGB Variations
Color information
#97A397 (or 0x97A397) is known color: Pewter. HEX triplet: 97, A3 and 97. RGB value is (151,163,151). Sum of RGB (Red+Green+Blue) = 151+163+151=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 163 - color contains mainly: green. Hex color #97A397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A397 is #685C68. Grayscale: #9E9E9E. Windows color (decimal): -6839401 or 9937815. OLE color: 9937815.
HSL color Cylindrical-coordinate representation of color #97A397: hue angle of 120º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #97A397 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 163 | 151 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.36 |
| HSL | 120º | 0.06% | 0.62% | - |
| HSV(B) | 120º | 0.07% | 0.64% | - |
| XYZ | 31.45 | 35.01 | 34.38 | - |
| YUV | 158.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 151 | 0.07 | 0 | 0.07 | 0.36 | 120 | 0.06 | 0.62 |
| Hex | 97 | A3 | 97 | 7 | 0 | 7 | 24 | 78 | 6 | 3E |
| Octal | 227 | 243 | 227 | 7 | 0 | 7 | 44 | 170 | 6 | 76 |
| Binary | 10010111 | 10100011 | 10010111 | 111 | 0 | 111 | 100100 | 1111000 | 110 | 111110 |
Color Harmonies of #97A397
Complementary color
Monochromatic Colors of #97A397
Black with #97A397
Text Example
Text Example
White with #97A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A397; }
p { color: rgb(151,163,151); }
H1.HeaderClassName
{
color: #97A397;
}
.AnyTagClassName
{
color: #97A397;
}
</style>
background-color css
<style>
a { background-color: #97A397; }
a { background-color: rgb(151,163,151); }
div.DivClassName
{
background-color: #97A397;
}
.BgClassName
{
background-color: #97A397;
}
</style>
border-color css
<style>
span { border-color: #97A397; }
span { border-color: rgb(151,163,151); }
td.TdClassName
{
border-color: #97A397;
}
.TagClassName
{
border-color: #97A397;
}
</style>