#95A19C

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

Shades of Tower Grey #95A19C

Tints of Tower Grey #95A19C

Color information

#95A19C (or 0x95A19C) is unknown color: approx Tower Grey. HEX triplet: 95, A1 and 9C. RGB value is (149,161,156). Sum of RGB (Red+Green+Blue) = 149+161+156=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 161 - color contains mainly: green. Hex color #95A19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A19C is #6A5E63. Grayscale: #9C9C9C. Windows color (decimal): -6970980 or 10264981. OLE color: 10264981.

HSL color Cylindrical-coordinate representation of color #95A19C: hue angle of 155º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #95A19C is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB149161156-
CMYK0.0700.030.37
HSL155º6%60.78%-
HSV(B)155º7.45%63.14%-
XYZ31.1434.2836.43-
YUV156.84127.52122.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=31.97%
G=34.55%
B=33.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491611560.0700.030.37155660.78
Hex95A19C703259b63d
Octal22524123470345233675
Binary10010101101000011001110011101110010110011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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