#97A29D

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

Shades of Tower Grey #97A29D

Tints of Tower Grey #97A29D

Color information

#97A29D (or 0x97A29D) is unknown color: approx Tower Grey. HEX triplet: 97, A2 and 9D. RGB value is (151,162,157). Sum of RGB (Red+Green+Blue) = 151+162+157=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 162 - color contains mainly: green. Hex color #97A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A29D is #685D62. Grayscale: #9E9E9E. Windows color (decimal): -6839651 or 10330775. OLE color: 10330775.

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

Color convert

RGB151162157-
CMYK0.0700.030.36
HSL152.73º5.58%61.37%-
HSV(B)152.73º6.79%63.53%-
XYZ31.7734.8536.95-
YUV158.14127.36122.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=32.13%
G=34.47%
B=33.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511621570.0700.030.36152.735.5861.37
Hex97A29D703249963d
Octal22724223570344231675
Binary10010111101000101001110111101110010010011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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