#95AA9E

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

Shades of Tower Grey #95AA9E

Tints of Tower Grey #95AA9E

Color information

#95AA9E (or 0x95AA9E) is unknown color: approx Tower Grey. HEX triplet: 95, AA and 9E. RGB value is (149,170,158). Sum of RGB (Red+Green+Blue) = 149+170+158=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA9E is #6A5561. Grayscale: #A2A2A2. Windows color (decimal): -6968674 or 10398357. OLE color: 10398357.

HSL color Cylindrical-coordinate representation of color #95AA9E: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95AA9E is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB149170158-
CMYK0.1200.070.33
HSL145.71º10.99%62.55%-
HSV(B)145.71º12.35%66.67%-
XYZ32.9437.6137.87-
YUV162.35125.54118.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=31.24%
G=35.64%
B=33.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491701580.1200.070.33145.7110.9962.55
Hex95AA9EC072192b3f
Octal2252522361407412221377
Binary10010101101010101001111011000111100001100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,170,158); }

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

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

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

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

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

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

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