#95A39C

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

Shades of Tower Grey #95A39C

Tints of Tower Grey #95A39C

Color information

#95A39C (or 0x95A39C) is unknown color: approx Tower Grey. HEX triplet: 95, A3 and 9C. RGB value is (149,163,156). Sum of RGB (Red+Green+Blue) = 149+163+156=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 163 - color contains mainly: green. Hex color #95A39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A39C is #6A5C63. Grayscale: #9E9E9E. Windows color (decimal): -6970468 or 10265493. OLE color: 10265493.

HSL color Cylindrical-coordinate representation of color #95A39C: hue angle of 150º degrees, saturation: 0.07, 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 #95A39C is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB149163156-
CMYK0.0900.040.36
HSL150º7.07%61.18%-
HSV(B)150º8.59%63.92%-
XYZ31.4934.9836.55-
YUV158.02126.86121.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=31.84%
G=34.83%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491631560.0900.040.361507.0761.18
Hex95A39C904249673d
Octal225243234110444226775
Binary1001010110100011100111001001010010010010010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,163,156); }

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

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

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

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

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

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

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