#97A59D

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

Shades of Tower Grey #97A59D

Tints of Tower Grey #97A59D

Color information

#97A59D (or 0x97A59D) is unknown color: approx Tower Grey. HEX triplet: 97, A5 and 9D. RGB value is (151,165,157). Sum of RGB (Red+Green+Blue) = 151+165+157=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 165 - color contains mainly: green. Hex color #97A59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A59D is #685A62. Grayscale: #9F9F9F. Windows color (decimal): -6838883 or 10331543. OLE color: 10331543.

HSL color Cylindrical-coordinate representation of color #97A59D: hue angle of 145.71º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #97A59D is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB151165157-
CMYK0.0800.050.35
HSL145.71º7.22%61.96%-
HSV(B)145.71º8.48%64.71%-
XYZ32.335.9237.13-
YUV159.9126.36121.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=31.92%
G=34.88%
B=33.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511651570.0800.050.35145.717.2261.96
Hex97A59D805239273e
Octal227245235100543222776
Binary1001011110100101100111011000010110001110010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,165,157); }

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

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

 a { background-color: rgb(151,165,157); }

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

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

 span { border-color: rgb(151,165,157); }

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