#97A7A1

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

Shades of Tower Grey #97A7A1

Tints of Tower Grey #97A7A1

Color information

#97A7A1 (or 0x97A7A1) is unknown color: approx Tower Grey. HEX triplet: 97, A7 and A1. RGB value is (151,167,161). Sum of RGB (Red+Green+Blue) = 151+167+161=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 167 - color contains mainly: green. Hex color #97A7A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A7A1 is #68585E. Grayscale: #A1A1A1. Windows color (decimal): -6838367 or 10594199. OLE color: 10594199.

HSL color Cylindrical-coordinate representation of color #97A7A1: hue angle of 157.5º degrees, saturation: 0.08, 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 #97A7A1 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB151167161-
CMYK0.1000.040.35
HSL157.5º8.33%62.35%-
HSV(B)157.5º9.58%65.49%-
XYZ33.0136.7939.08-
YUV161.53127.7120.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 161 (63.28% from 255) = 33.61%
R=31.52%
G=34.86%
B=33.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511671610.1000.040.35157.58.3362.35
Hex97A7A1A04239d83e
Octal2272472411204432351076
Binary10010111101001111010000110100100100011100111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A7A1; }

 p { color: rgb(151,167,161); }

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

<style>
 a { background-color: #97A7A1; }

 a { background-color: rgb(151,167,161); }

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

<style>
 span { border-color: #97A7A1; }

 span { border-color: rgb(151,167,161); }

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