#95A495

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

Shades of Pewter #95A495

Tints of Pewter #95A495

Color information

#95A495 (or 0x95A495) is unknown color: approx Pewter. HEX triplet: 95, A4 and 95. RGB value is (149,164,149). Sum of RGB (Red+Green+Blue) = 149+164+149=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 164 - color contains mainly: green. Hex color #95A495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A495 is #6A5B6A. Grayscale: #9D9D9D. Windows color (decimal): -6970219 or 9806997. OLE color: 9806997.

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

Color convert

RGB149164149-
CMYK0.0900.090.36
HSL120º7.61%61.37%-
HSV(B)120º9.15%64.31%-
XYZ31.0935.1133.57-
YUV157.8123.03121.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.25%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=32.25%
G=35.50%
B=32.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491641490.0900.090.361207.6161.37
Hex95A495909247883d
Octal22524422511011441701075
Binary10010101101001001001010110010100110010011110001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A495; }

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

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

<style>
 a { background-color: #95A495; }

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

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

<style>
 span { border-color: #95A495; }

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

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