#97AFA5

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

Shades of Tower Grey #97AFA5

Tints of Tower Grey #97AFA5

Color information

#97AFA5 (or 0x97AFA5) is unknown color: approx Tower Grey. HEX triplet: 97, AF and A5. RGB value is (151,175,165). Sum of RGB (Red+Green+Blue) = 151+175+165=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #97AFA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AFA5 is #68505A. Grayscale: #A6A6A6. Windows color (decimal): -6836315 or 10858391. OLE color: 10858391.

HSL color Cylindrical-coordinate representation of color #97AFA5: hue angle of 155º 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 #97AFA5 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB151175165-
CMYK0.1400.060.31
HSL155º13.04%63.92%-
HSV(B)155º13.71%68.63%-
XYZ34.8839.9641.47-
YUV166.68127.05116.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.75%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=30.75%
G=35.64%
B=33.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511751650.1400.060.3115513.0463.92
Hex97AFA5E061F9bd40
Octal22725724516063723315100
Binary10010111101011111010010111100110111111001101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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