#97ADA1

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

Shades of Tower Grey #97ADA1

Tints of Tower Grey #97ADA1

Color information

#97ADA1 (or 0x97ADA1) is unknown color: approx Tower Grey. HEX triplet: 97, AD and A1. RGB value is (151,173,161). Sum of RGB (Red+Green+Blue) = 151+173+161=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #97ADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ADA1 is #68525E. Grayscale: #A5A5A5. Windows color (decimal): -6836831 or 10595735. OLE color: 10595735.

HSL color Cylindrical-coordinate representation of color #97ADA1: hue angle of 147.27º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97ADA1 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB151173161-
CMYK0.1300.070.32
HSL147.27º11.83%63.53%-
HSV(B)147.27º12.72%67.84%-
XYZ34.1439.0439.45-
YUV165.05125.71117.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.13%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 161 (63.28% from 255) = 33.20%
R=31.13%
G=35.67%
B=33.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511731610.1300.070.32147.2711.8363.53
Hex97ADA1D072093c40
Octal22725524115074022314100
Binary100101111010110110100001110101111000001001001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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