#97AFA4

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

Shades of Tower Grey #97AFA4

Tints of Tower Grey #97AFA4

Color information

#97AFA4 (or 0x97AFA4) is unknown color: approx Tower Grey. HEX triplet: 97, AF and A4. RGB value is (151,175,164). Sum of RGB (Red+Green+Blue) = 151+175+164=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #97AFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AFA4 is #68505B. Grayscale: #A6A6A6. Windows color (decimal): -6836316 or 10792855. OLE color: 10792855.

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

Color convert

RGB151175164-
CMYK0.1400.060.31
HSL152.5º13.04%63.92%-
HSV(B)152.5º13.71%68.63%-
XYZ34.7939.9240.99-
YUV166.57126.55116.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.82%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 164 (64.45% from 255) = 33.47%
R=30.82%
G=35.71%
B=33.47%

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
Decimal1511751640.1400.060.31152.513.0463.92
Hex97AFA4E061F98d40
Octal22725724416063723015100
Binary10010111101011111010010011100110111111001100011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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