#97AFA7

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

Shades of Tower Grey #97AFA7

Tints of Tower Grey #97AFA7

Color information

#97AFA7 (or 0x97AFA7) is unknown color: approx Tower Grey. HEX triplet: 97, AF and A7. RGB value is (151,175,167). Sum of RGB (Red+Green+Blue) = 151+175+167=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #97AFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AFA7 is #685058. Grayscale: #A6A6A6. Windows color (decimal): -6836313 or 10989463. OLE color: 10989463.

HSL color Cylindrical-coordinate representation of color #97AFA7: hue angle of 160º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97AFA7 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB151175167-
CMYK0.1400.050.31
HSL160º13.04%63.92%-
HSV(B)160º13.71%68.63%-
XYZ35.0740.0342.44-
YUV166.91128.05116.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.63%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 167 (65.62% from 255) = 33.87%
R=30.63%
G=35.50%
B=33.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511751670.1400.050.3116013.0463.92
Hex97AFA7E051Fa0d40
Octal22725724716053724015100
Binary10010111101011111010011111100101111111010000011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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