#97A3A1

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

Shades of Hit Grey #97A3A1

Tints of Hit Grey #97A3A1

Color information

#97A3A1 (or 0x97A3A1) is unknown color: approx Hit Grey. HEX triplet: 97, A3 and A1. RGB value is (151,163,161). Sum of RGB (Red+Green+Blue) = 151+163+161=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 163 - color contains mainly: green. Hex color #97A3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A3A1 is #685C5E. Grayscale: #9F9F9F. Windows color (decimal): -6839391 or 10593175. OLE color: 10593175.

HSL color Cylindrical-coordinate representation of color #97A3A1: hue angle of 170º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #97A3A1 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB151163161-
CMYK0.0700.010.36
HSL170º6.12%61.57%-
HSV(B)170º7.36%63.92%-
XYZ32.2935.3538.84-
YUV159.18129.02122.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.79%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=31.79%
G=34.32%
B=33.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511631610.0700.010.361706.1261.57
Hex97A3A170124aa63e
Octal22724324170144252676
Binary1001011110100011101000011110110010010101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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