#95A69D

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

Shades of Tower Grey #95A69D

Tints of Tower Grey #95A69D

Color information

#95A69D (or 0x95A69D) is unknown color: approx Tower Grey. HEX triplet: 95, A6 and 9D. RGB value is (149,166,157). Sum of RGB (Red+Green+Blue) = 149+166+157=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 166 - color contains mainly: green. Hex color #95A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A69D is #6A5962. Grayscale: #9F9F9F. Windows color (decimal): -6969699 or 10331797. OLE color: 10331797.

HSL color Cylindrical-coordinate representation of color #95A69D: hue angle of 148.24º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95A69D is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB149166157-
CMYK0.1000.050.35
HSL148.24º8.72%61.76%-
HSV(B)148.24º10.24%65.1%-
XYZ32.1236.137.17-
YUV159.89126.37120.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=31.57%
G=35.17%
B=33.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491661570.1000.050.35148.248.7261.76
Hex95A69DA05239493e
Octal2252462351205432241176
Binary10010101101001101001110110100101100011100101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,166,157); }

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

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

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

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

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

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

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