Shades of Pewter #9FA29F
Tints of Pewter #9FA29F
RGB
CMYK
RGB Variations
Color information
#9FA29F (or 0x9FA29F) is known color: Pewter. HEX triplet: 9F, A2 and 9F. RGB value is (159,162,159). Sum of RGB (Red+Green+Blue) = 159+162+159=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA29F is #605D60. Grayscale: #A0A0A0. Windows color (decimal): -6315361 or 10461855. OLE color: 10461855.
HSL color Cylindrical-coordinate representation of color #9FA29F: hue angle of 120º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9FA29F is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 159 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.36 |
| HSL | 120º | 0.02% | 0.63% | - |
| HSV(B) | 120º | 0.02% | 0.64% | - |
| XYZ | 33.48 | 35.71 | 37.93 | - |
| YUV | 160.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 159 | 0.02 | 0 | 0.02 | 0.36 | 120 | 0.02 | 0.63 |
| Hex | 9F | A2 | 9F | 2 | 0 | 2 | 24 | 78 | 2 | 3F |
| Octal | 237 | 242 | 237 | 2 | 0 | 2 | 44 | 170 | 2 | 77 |
| Binary | 10011111 | 10100010 | 10011111 | 10 | 0 | 10 | 100100 | 1111000 | 10 | 111111 |
Color Harmonies of #9FA29F
Complementary color
Monochromatic Colors of #9FA29F
Black with #9FA29F
Text Example
Text Example
White with #9FA29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA29F; }
p { color: rgb(159,162,159); }
H1.HeaderClassName
{
color: #9FA29F;
}
.AnyTagClassName
{
color: #9FA29F;
}
</style>
background-color css
<style>
a { background-color: #9FA29F; }
a { background-color: rgb(159,162,159); }
div.DivClassName
{
background-color: #9FA29F;
}
.BgClassName
{
background-color: #9FA29F;
}
</style>
border-color css
<style>
span { border-color: #9FA29F; }
span { border-color: rgb(159,162,159); }
td.TdClassName
{
border-color: #9FA29F;
}
.TagClassName
{
border-color: #9FA29F;
}
</style>