#97AAA7

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

Shades of Hit Grey #97AAA7

Tints of Hit Grey #97AAA7

Color information

#97AAA7 (or 0x97AAA7) is unknown color: approx Hit Grey. HEX triplet: 97, AA and A7. RGB value is (151,170,167). Sum of RGB (Red+Green+Blue) = 151+170+167=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 170 - color contains mainly: green. Hex color #97AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AAA7 is #685558. Grayscale: #A3A3A3. Windows color (decimal): -6837593 or 10988183. OLE color: 10988183.

HSL color Cylindrical-coordinate representation of color #97AAA7: hue angle of 170.53º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #97AAA7 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB151170167-
CMYK0.1100.020.33
HSL170.53º10.05%62.94%-
HSV(B)170.53º11.18%66.67%-
XYZ34.1138.1242.12-
YUV163.98129.71118.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.94%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 167 (65.62% from 255) = 34.22%
R=30.94%
G=34.84%
B=34.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511701670.1100.020.33170.5310.0562.94
Hex97AAA7B0221aba3f
Octal2272522471302412531277
Binary1001011110101010101001111011010100001101010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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