#9DA49D

Color #9DA49D Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #9DA49D

Tints of Pewter #9DA49D

Color information

#9DA49D (or 0x9DA49D) is unknown color: approx Pewter. HEX triplet: 9D, A4 and 9D. RGB value is (157,164,157). Sum of RGB (Red+Green+Blue) = 157+164+157=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA49D is #625B62. Grayscale: #A1A1A1. Windows color (decimal): -6445923 or 10331293. OLE color: 10331293.

HSL color Cylindrical-coordinate representation of color #9DA49D: hue angle of 120º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9DA49D is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB157164157-
CMYK0.0400.040.36
HSL120º3.7%62.94%-
HSV(B)120º4.27%64.31%-
XYZ33.2736.1537.12-
YUV161.11125.68125.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 32.85%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 157 (61.72% from 255) = 32.85%
R=32.85%
G=34.31%
B=32.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571641570.0400.040.361203.762.94
Hex9DA49D404247843f
Octal23524423540444170477
Binary10011101101001001001110110001001001001111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DA49D; }

 p { color: rgb(157,164,157); }

 H1.HeaderClassName
 {
   color: #9DA49D;
 }
 .AnyTagClassName
 {
   color: #9DA49D;
 }
</style>
background-color css

<style>
 a { background-color: #9DA49D; }

 a { background-color: rgb(157,164,157); }

 div.DivClassName
 {
   background-color: #9DA49D;
 }
 .BgClassName
 {
   background-color: #9DA49D;
 }
</style>
border-color css

<style>
 span { border-color: #9DA49D; }

 span { border-color: rgb(157,164,157); }

 td.TdClassName
 {
   border-color: #9DA49D;
 }
 .TagClassName
 {
   border-color: #9DA49D;
 }
</style>