Shades of Pewter #9DA29D
Tints of Pewter #9DA29D
RGB
CMYK
RGB Variations
Color information
#9DA29D (or 0x9DA29D) is known color: Pewter. HEX triplet: 9D, A2 and 9D. RGB value is (157,162,157). Sum of RGB (Red+Green+Blue) = 157+162+157=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA29D is #625D62. Grayscale: #9F9F9F. Windows color (decimal): -6446435 or 10330781. OLE color: 10330781.
HSL color Cylindrical-coordinate representation of color #9DA29D: hue angle of 120º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9DA29D is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
RGB | 157 | 162 | 157 | - |
CMYK | 0.03 | 0 | 0.03 | 0.36 |
HSL | 120º | 0.03% | 0.63% | - |
HSV(B) | 120º | 0.03% | 0.64% | - |
XYZ | 32.91 | 35.44 | 37 | - |
YUV | 159.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 162 | 157 | 0.03 | 0 | 0.03 | 0.36 | 120 | 0.03 | 0.63 |
Hex | 9D | A2 | 9D | 3 | 0 | 3 | 24 | 78 | 3 | 3F |
Octal | 235 | 242 | 235 | 3 | 0 | 3 | 44 | 170 | 3 | 77 |
Binary | 10011101 | 10100010 | 10011101 | 11 | 0 | 11 | 100100 | 1111000 | 11 | 111111 |
Color Harmonies of #9DA29D
Complementary color
Monochromatic Colors of #9DA29D
Black with #9DA29D
Text Example
Text Example
White with #9DA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA29D; }
p { color: rgb(157,162,157); }
H1.HeaderClassName
{
color: #9DA29D;
}
.AnyTagClassName
{
color: #9DA29D;
}
</style>
background-color css
<style>
a { background-color: #9DA29D; }
a { background-color: rgb(157,162,157); }
div.DivClassName
{
background-color: #9DA29D;
}
.BgClassName
{
background-color: #9DA29D;
}
</style>
border-color css
<style>
span { border-color: #9DA29D; }
span { border-color: rgb(157,162,157); }
td.TdClassName
{
border-color: #9DA29D;
}
.TagClassName
{
border-color: #9DA29D;
}
</style>