Shades of Pewter #9DA09D
Tints of Pewter #9DA09D
RGB
CMYK
RGB Variations
Color information
#9DA09D (or 0x9DA09D) is known color: Pewter. HEX triplet: 9D, A0 and 9D. RGB value is (157,160,157). Sum of RGB (Red+Green+Blue) = 157+160+157=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA09D is #625F62. Grayscale: #9E9E9E. Windows color (decimal): -6446947 or 10330269. OLE color: 10330269.
HSL color Cylindrical-coordinate representation of color #9DA09D: hue angle of 120º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9DA09D is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
RGB | 157 | 160 | 157 | - |
CMYK | 0.02 | 0 | 0.02 | 0.37 |
HSL | 120º | 0.02% | 0.62% | - |
HSV(B) | 120º | 0.02% | 0.63% | - |
XYZ | 32.56 | 34.74 | 36.89 | - |
YUV | 158.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 160 | 157 | 0.02 | 0 | 0.02 | 0.37 | 120 | 0.02 | 0.62 |
Hex | 9D | A0 | 9D | 2 | 0 | 2 | 25 | 78 | 2 | 3E |
Octal | 235 | 240 | 235 | 2 | 0 | 2 | 45 | 170 | 2 | 76 |
Binary | 10011101 | 10100000 | 10011101 | 10 | 0 | 10 | 100101 | 1111000 | 10 | 111110 |
Color Harmonies of #9DA09D
Complementary color
Monochromatic Colors of #9DA09D
Black with #9DA09D
Text Example
Text Example
White with #9DA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA09D; }
p { color: rgb(157,160,157); }
H1.HeaderClassName
{
color: #9DA09D;
}
.AnyTagClassName
{
color: #9DA09D;
}
</style>
background-color css
<style>
a { background-color: #9DA09D; }
a { background-color: rgb(157,160,157); }
div.DivClassName
{
background-color: #9DA09D;
}
.BgClassName
{
background-color: #9DA09D;
}
</style>
border-color css
<style>
span { border-color: #9DA09D; }
span { border-color: rgb(157,160,157); }
td.TdClassName
{
border-color: #9DA09D;
}
.TagClassName
{
border-color: #9DA09D;
}
</style>