#97ADAD

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

Shades of Hit Grey #97ADAD

Tints of Hit Grey #97ADAD

Color information

#97ADAD (or 0x97ADAD) is unknown color: approx Hit Grey. HEX triplet: 97, AD and AD. RGB value is (151,173,173). Sum of RGB (Red+Green+Blue) = 151+173+173=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #97ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ADAD is #685252. Grayscale: #A6A6A6. Windows color (decimal): -6836819 or 11382167. OLE color: 11382167.

HSL color Cylindrical-coordinate representation of color #97ADAD: hue angle of 180º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97ADAD is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151173173-
CMYK0.13000.32
HSL180º11.83%63.53%-
HSV(B)180º12.72%67.84%-
XYZ35.2539.4845.3-
YUV166.42131.71117-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.38%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=30.38%
G=34.81%
B=34.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511731730.13000.3218011.8363.53
Hex97ADADD0020b4c40
Octal22725525515004026414100
Binary1001011110101101101011011101001000001011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,173,173); }

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

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

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

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

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

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

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